In [27]:
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait
import pandas as pd
import time

#specify the path to chromedriver.exe (download and save on your computer)
browser = webdriver.Chrome('/Users/intisarmuhammad//Downloads/atom/chromedriver')

#open the webpage
browser.get("http://www.instagram.com")

#target username
username = WebDriverWait(browser, 10).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[name='username']")))
password = WebDriverWait(browser, 10).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[name='password']")))

#enter username and password
username.clear()
username.send_keys("star_datascience")
password.clear()
password.send_keys("Tauheedah13$")

#target the login button and click it
button = WebDriverWait(browser, 2).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "button[type='submit']"))).click()

#We are logged in!

#Alerts
time.sleep(5)
alert = WebDriverWait(browser, 15).until(EC.element_to_be_clickable((By.XPATH, '//button[contains(text(), "Not Now")]'))).click()
alert2 = WebDriverWait(browser, 15).until(EC.element_to_be_clickable((By.XPATH, '//button[contains(text(), "Not Now")]'))).click()

def insta_details(urls):
    """Take a post url and return post details"""
    #browser = webdriver.Chrome('/Users/intisarmuhammad//Downloads/atom/chromedriver')
    post_details = []
    for link in urls:
        browser.get(link)
        age = browser.find_element_by_xpath('//*[@id="react-root"]/section/main/div/div[1]/article/div[3]/div[2]/a/time').get_attribute('datetime')
        # xpath_comment = '/html/body/div[5]/div[2]/div/article/div[3]/div[1]'
        try:
            comment = browser.find_element_by_class_name('C4VMK').text
        except:
            comment = 'None'

        #likes = browser.find_element_by_xpath('/html/body/div[5]/div[2]/div/article/div[3]/section[2]/div/div[2]/a/span')
        try:
            likes = browser.find_element_by_partial_link_text(' likes').text
            #likes = browser.find_element_by_xpath('//*[@id="react-root"]/section/main/div/div[1]/article/div[3]/section[2]/div/div[2]/a').text
        except:
            likes = "None"
        insta_link = link.replace('https://www.instagram.com/p','')
        post_details.append({'username': comment.partition('\n')[0], 'link': link, 'likes': likes, 'age': age, 'caption': comment})
        #time.sleep(3)

    return post_details
all_links = ['https://www.instagram.com/p/CLFdqmrJU69/', 'https://www.instagram.com/p/CN58-k-pNZC/', 'https://www.instagram.com/p/CN0HqOQpeAu/', 'https://www.instagram.com/p/CNmyb0LJcgc/', 'https://www.instagram.com/p/CNYrkT1JmKv/', 'https://www.instagram.com/p/CNNlBO2JKi9/', 'https://www.instagram.com/p/CM0HODGpFbP/', 'https://www.instagram.com/p/CMrymb5J6fN/', 'https://www.instagram.com/p/CMh-ylKJPED/', 'https://www.instagram.com/p/CMfpvB9JQYh/', 'https://www.instagram.com/p/CN-nL0hBm2H/', 'https://www.instagram.com/p/CN8IZQOhY6p/', 'https://www.instagram.com/p/CN29KYgBure/', 'https://www.instagram.com/p/CNk9ANphkcU/', 'https://www.instagram.com/p/CNiXI0OBOk2/', 'https://www.instagram.com/p/CNaof6Nh27H/', 'https://www.instagram.com/p/CNYEG8YBAjK/', 'https://www.instagram.com/p/CNNvGMgB8H9/', 'https://www.instagram.com/p/CNImkCEJAaw/', 'https://www.instagram.com/p/CNVnZCILW80/', 'https://www.instagram.com/p/CNIxl_ergYP/', 'https://www.instagram.com/p/CMa4wbtLLz9/', 'https://www.instagram.com/p/CMFon0Qs8B-/', 'https://www.instagram.com/p/CL-YSVpsJYf/', 'https://www.instagram.com/p/CL5EnT4LRMm/', 'https://www.instagram.com/p/CL0F7H5LTiN/', 'https://www.instagram.com/p/CLzl8umLTyb/', 'https://www.instagram.com/p/CLuucm8L4BG/', 'https://www.instagram.com/p/COGhNBrJdet/', 'https://www.instagram.com/p/COD3DcdJOnk/', 'https://www.instagram.com/p/CNnUX31pRRn/', 'https://www.instagram.com/p/CNfsOAupMZn/', 'https://www.instagram.com/p/CNVUoUVJtaP/', 'https://www.instagram.com/p/CNNtZUNp0cP/', 'https://www.instagram.com/p/CNAzlk8pAI-/', 'https://www.instagram.com/p/CM7xFmPJZS2/', 'https://www.instagram.com/p/CM2mL2YpCUU/', 'https://www.instagram.com/p/COGGk3grmAc/', 'https://www.instagram.com/p/CNp9gG8rrLc/', 'https://www.instagram.com/p/CNkrc7SLbwY/', 'https://www.instagram.com/p/CNh47K5j2iC/', 'https://www.instagram.com/p/CNfOGqELIyz/', 'https://www.instagram.com/p/CNXk5DID_--/', 'https://www.instagram.com/p/CNU7JCgLVB_/', 'https://www.instagram.com/p/CNSpC7NL85w/', 'https://www.instagram.com/p/CNKs991ra05/', 'https://www.instagram.com/p/CMPmA1QpcJ9/', 'https://www.instagram.com/p/CL1pbfyqQ3b/', 'https://www.instagram.com/p/CJWRao7Jqq5/', 'https://www.instagram.com/p/CIV1iufJP4_/', 'https://www.instagram.com/p/CH-rII7pF2u/', 'https://www.instagram.com/p/CH28leSJ2iC/', 'https://www.instagram.com/p/CH0ZB1qpT2J/', 'https://www.instagram.com/p/CHxzGTwp2OH/', 'https://www.instagram.com/p/CHspkM1p0QV/', 'https://www.instagram.com/p/COGh3EYhfmA/', 'https://www.instagram.com/p/CN_jChYB4w_/', 'https://www.instagram.com/p/CN4AfXPBwv8/', 'https://www.instagram.com/p/CN3g9H7hdQo/', 'https://www.instagram.com/p/CN2w4SMBzcG/', 'https://www.instagram.com/p/CN1vRhqBaTe/', 'https://www.instagram.com/p/CN0hJq4h9Tr/', 'https://www.instagram.com/p/CNsip6oBdKf/', 'https://www.instagram.com/p/COBztTKJYXb/', 'https://www.instagram.com/p/CNsLrV5JUAR/', 'https://www.instagram.com/p/CNfs_8CpAFc/', 'https://www.instagram.com/p/CNN_--HpYOI/', 'https://www.instagram.com/p/CMyO_hRpp86/', 'https://www.instagram.com/p/CMbGniRJ1lA/', 'https://www.instagram.com/p/CMQFCLJpIAl/', 'https://www.instagram.com/p/CLzriGtJjgY/', 'https://www.instagram.com/p/CLX0x1jJdpU/', 'https://www.instagram.com/p/CN0SCFhnBKE/', 'https://www.instagram.com/p/CNqAJSInbU8/', 'https://www.instagram.com/p/CNk5rHxHMCh/', 'https://www.instagram.com/p/CNQWiadHKcT/', 'https://www.instagram.com/p/CNLD4R-njLM/', 'https://www.instagram.com/p/CNDYJKjnMzI/', 'https://www.instagram.com/p/CNA1CoTnd9F/', 'https://www.instagram.com/p/CM0JjwjHeaM/', 'https://www.instagram.com/p/CMxeV78nZtU/', 'https://www.instagram.com/p/COEXQDuAjZv/', 'https://www.instagram.com/p/CN5bP9fAgrc/', 'https://www.instagram.com/p/CN5YUtDgBwz/', 'https://www.instagram.com/p/CN3xiR9gVIk/', 'https://www.instagram.com/p/CN3g5MWgEZN/', 'https://www.instagram.com/p/CNyMoVOgWw5/', 'https://www.instagram.com/p/CNvpNmDLAxl/', 'https://www.instagram.com/p/CNth11SAv7H/', 'https://www.instagram.com/p/CNtMjxTAAXS/', 'https://www.instagram.com/p/CNmlDUvAnFo/', 'https://www.instagram.com/p/CNZsUIRgAfD/', 'https://www.instagram.com/p/CNRtYjeAa02/', 'https://www.instagram.com/p/CMmCj_Dg8UB/', 'https://www.instagram.com/p/CL1HBPGAnWD/', 'https://www.instagram.com/p/CLJM4b1AAC1/', 'https://www.instagram.com/p/CK0yk1ugMnY/', 'https://www.instagram.com/p/CKgIr0JAw6S/', 'https://www.instagram.com/p/CJ-j7IXAdA2/', 'https://www.instagram.com/p/COGxU-wJbi_/', 'https://www.instagram.com/p/COB6uPDpo3G/', 'https://www.instagram.com/p/COBzVSdJfrM/', 'https://www.instagram.com/p/CN_aHHfpeKu/', 'https://www.instagram.com/p/CN_Jt4JJ-jW/', 'https://www.instagram.com/p/CN5_sxTp_WI/', 'https://www.instagram.com/p/CN5twqapSWy/', 'https://www.instagram.com/p/CN3YYO5Jbv3/', 'https://www.instagram.com/p/CN3Lx6Yp-xw/']
print(len(all_links))


ig_data = insta_details(all_links)
print(ig_data)
#insta_scrape = pd.DataFrame(ig_data)
#print(insta_scrape.head())
#insta_scrape.to_csv('/Users/intisarmuhammad/Downloads/final_project.csv')
108
[{'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLFdqmrJU69/', 'likes': '1,206 likes', 'age': '2021-02-09T20:46:37.000Z', 'caption': 'thaibrows\nfeeling my masc self today..\n10w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CN58-k-pNZC/', 'likes': '2,211 likes', 'age': '2021-04-20T23:03:08.000Z', 'caption': 'looksbyotto\nGeorge Floyd’s murderer was given a guilty verdict today.\nTheres not much I can say besides George Floyd should still be here. He should still be walking around and gracing the earth with his presence. His last moments shouldn’t have been plastered on everyones devices for months. But a guilty verdict for his killer is a step in the right direction. Hoping one day that black names and faces will be plastered on your screens for their aspirations and accomplishments and not their murder. Remember George Floyd as he was alive. Honor his smiling face. No more black bodies on our feeds. Black people have felt that pain enough.\n\nGeorge’s life shouldn’t have ended over 20 dollars. Cops are not supposed to be executioners.\n\nBlack lives ALWAYS matter. This is only the beginning.\n6d'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CN0HqOQpeAu/', 'likes': '2,685 likes', 'age': '2021-04-18T16:41:02.000Z', 'caption': 'looksbyotto\n💙Babydoll Blue💙\n#sephorasquad #zcstarbabe #studiofam\n\nHello my Ottonians! Giving you a more “simple” look for this one🥰 This is what I would consider my everyday makeup!\nRemember to support black creators always. Not just when its trending. Make sure black lives actually matter to you, and that you being an ally is coming from the right place💓 If you want to be a better ally, research how! Black lives matter always. Not just when a black life is lost, or a black creator succeeds. Black hopes, dreams, fears, children, and people matter. I love you all💓\n\nDrink your water!\n\nI applied for sephora squad! It would mean the world to me if you left some kind words in my bio💓\n* Pr/Gifted\n\nLook details-----\nBrows-\n@colourpopcosmetics brow boss pencil in soft black\n\nEyes-\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc cosmic sands palette using sand (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@hellbitesbeauty lashes in raven*\n@brianbeautyofficial taboo liner*\n@shopbratinc lavish pigment*\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@fentybeauty Pro Filt’r hydrating foundation in 330\n@fentybeauty Pro Filt’r instant retouch concealer in 330\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir and cheek slime in fielding *\nLips-\n@smashboxcosmetics black liquid lipstick and @aevabeauty lip color in mocha and radiance (use code Looksbyotto for coint saved👁👁)\n\nHair from @hairsofly_shop\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n1w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNmyb0LJcgc/', 'likes': '3,337 likes', 'age': '2021-04-13T12:25:26.000Z', 'caption': 'looksbyotto\n❤️💚💙HEAT MAP💙💚❤️\n#studiofam #Zcstarbabe #sephorasquad\n\nHello my beautiful Ottonians!! This look was supposed to come put saturday but I had an apartment emergency I had to handle first\U0001f972 i missed you guys so much on my break and im so happy to be back creating again😭😭 this look was soooooo fun to do and it turned out gorgeous! Remember to tag your recreations with #Ottonianbabe for a repost🥰\n\nDont forget i applied for Sephora squad! Please spread some love if you can, link is in my bio❤️\n\nI love you and drink your water!!!\n\nLook details-----\nBrows-\n@milkmakeup kush liner*\n\nEyes-\n@plouise_makeup_academy white base\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc galactic pigment in nebula (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@shopbratinc cash pigment*\n@hellbitesbeauty vampira lashes *\n@beautybaycom bright matte palette *\n@aboutfacebeauty black shadow stick *\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@aboutfacebeauty light lock highlight fluid in shaken or stirred*\n@milkmakeup sunshine skin tint in cinnamon *\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir\n@colourpopcosmetics cheek dew in beyond *\n@milkmakeup hydro grip setting spray\nLips-\n@milanicosmetics amore matte lip creme in covet + @smashboxcosmetics black liquid lipstick and @milkmakeup plumping lip gloss in buzzed\n\nHair @hairsofly_shop\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n1w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNYrkT1JmKv/', 'likes': '2,281 likes', 'age': '2021-04-08T00:56:04.000Z', 'caption': 'looksbyotto\nHi my Ottonians!!! Ill be posting a new look for you all on Saturday!! Ive been taking some days to myself to regroup and plan and just be. Ive been overwhelmed so often that I realized I hadn’t let my brain rest for quite a while. Make sure you are allowing yourself some time for self care! I hope you are all hydrating, resting, and enjoying the sun! Make time for peace and slow down when you can💓 See you Saturday!\n\nIf you would like to leave some kind words in my bio it would mean the world🥰💓 #sephorasquad\n2w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNNlBO2JKi9/', 'likes': '709 likes', 'age': '2021-04-03T17:27:12.000Z', 'caption': 'looksbyotto\n#ad\n\nHello my Ottonians!!! Popping in with a little skincare routine featuring @urumibeauty !\n(Also I got my nose pierced🥺)\n\nIf you don’t know, I have frequent eczema breakouts from allergies and stress that leave me with hyperpigmentation/dark marks on the sides of my face as well as the apples of my cheeks\U0001f972 i also deal with blotchy skin during season changes which can make perfecting my base makeup a little challenging sometimes😭 I started using Urumi beauty and YALL! I’m absolutely keeping it in my everyday routine!\n\nMake sure you read the descriptions of all the products to make sure what youre getting is right for YOUR skin💓 I always do my research as I have sensitive skin and have given myself chemical burns before\U0001f972\n\nMy go to products for my specific issues are the Eureka AHA Toner and the Holy Roses Glow Oil!\n\nThe toner contains ingredients like aloe, as well as fruit, sugar, and lactic acids that all work well with my skin snd help tone and balance my texture✨\n\nThe glow oil is a natural retinoid so be sure to use UV protection lovelies! Retinoids also breakdown in light so its best used in your nighttime routine but I use it for both morning and night! Its GREAT for dry skin and has been carrying me through the winter/spring changes!\n\nThank you again @urumibeauty for sending me your amazing products! Ill be updating you guys again soon with more skincare pictures so you can see my progress💓\n\nDrink your water and I love you all!!\n\n#skincare #skincareroutine #makeupartist #blackownedbusiness #buyblack #shopblack #blackcreatives\n3w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CM0HODGpFbP/', 'likes': 'None', 'age': '2021-03-24T20:09:57.000Z', 'caption': 'looksbyotto\nDo what you love!\n\nThis past year has taught me so much. I don’t want to melt into the floor anymore. No matter how impractical or unrealistic my goals may be, I will always pursue them. I never thought I would go anywhere as a content creator, though I’ve always dreamed. And here I am, flourishing! An impractical dream I held myself back from was so much closer in reach than I thought. Please do what you love. Do it broke, do it scared, do it alone, but do it passionately. You deserve to live in your truth. To stand in your individuality with utter confidence. And you will. I believe in you!\n\nSong- why are there boundaries by @frenchkiwijuice\n#blackcreative\n4w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMrymb5J6fN/', 'likes': '5,709 likes', 'age': '2021-03-21T14:31:42.000Z', 'caption': 'looksbyotto\n💸C.R.E.A.M. 💸\nCash Rule Everything Around Me\n#Studiofam #ZcStarbabe #sephorasquad\n\nHi my beautiful Ottonians! I challenged myself to recreate an old look of mine that I really love from last year! I was inspired by my favorite song from @wutangclan 💸 if this look or any of my other looks inspires you, please leave a testimonial for me for Sephora squad 2021 (link in bio)! Thank you for all the love and support! 💓💓💓💓\n\nI hope you’re taking care of yourselves and being kind!\n\nDrink your water my loves💓\n\n*Pr/gifted\n\nLook details-----\nBrows-\n@milkmakeup kush liner*\n\nEyes-\n@beautybaycom eye base*\n@zcosmeticsllc cosmic sands palette*\n@slayfirecosmetics addams glitter gel\n@zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@suvabeauty hydra liner in dance party\n@shopbratinc spoiled pigment*\n@icywifeycosmetics cyber sex lashes*\n@uomabeauty cleopatra liner*\n@milkmakeup color chalk in green light and hopscotch*\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@aboutfacebeauty light lock highlight fluid in shaken or stirred*\n@freck rich bitch moisturizer*\n@milkmakeup sunshine skin tint in caramel*\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@aboutfacebeauty light lock highlight in lightspun*\n@thecrayoncase the blush binder\n@freck og and cheek slime in fielding *\nLips-\n@milkmakeup electric glossy lip plumper in buzzed* + black lip liner\n\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #generationbeautybay #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n5w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMh-ylKJPED/', 'likes': '6,073 likes', 'age': '2021-03-17T19:05:48.000Z', 'caption': 'looksbyotto\n🌟HALO🌟\n#studiofam #zcstarbabe\n\nHello my ottonians!! If you didn’t see, I applied for 2021 #sephorasquad !!!! Im so excited and grateful for all your testimonials!!! If my art has inspired you in any way, please feel free to leave one! Link in my bio💓\n\nI drew up this face chart and was so excited to try it out!! I love yellow🥺\n\nDrink your water my lovelies!\n\n*by pr/gifted\n\nLook details-----\nBrows-\n@milkmakeup kush liner\n\nEyes-\n@freck UFOMFG palette *\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@freck lid lick in hit the dip *\n@suvabeauty hydra liner in dance party and space panda\n@shopbratinc spoiled pigment*\n@colourpopcosmetics uh huh honey palette\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@milkmakeup flex foundation in praline and cinnamon *\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir and cheek slime in fielding *\n@morphebrushes continuous setting mist *\nLips-\n@milanicosmetics amore matte lip creme in covet + nude gloss\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n5w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMfpvB9JQYh/', 'likes': '452 likes', 'age': '2021-03-16T21:23:20.000Z', 'caption': 'looksbyotto\nHello my Ottonians!!! The link is in my bio! It would mean the world to me if you could take the time to leave some kind words🥰💓💓\n\nDrink your water babies! New look coming tomorrow, I drew up some really cool face charts I’m excited to share with you guys! #sephorasquad\n5w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN-nL0hBm2H/', 'likes': '501 likes', 'age': '2021-04-22T18:28:54.000Z', 'caption': 'kamillegregory\nGreen & Graphic\U0001fab4🌍💚 i’ve partnered with @Revlon for this Earth Day inspired liner moment!!\n⚠️reminder that the climate crisis is REAL & if we want to keep our planet green & free from further environmental degradation, we need to educate ourselves <33 #ad #revlon #earthday\n\n@REVLON products used⤵️\n-Colorstay Looks Book Palette “Player”\n-Chrome Ink Liner “Bronzage”\n-Colorstay Liner “Black”\n-Big Bad Lash Mascara\n-Colorstay Brow Pencil “Dark Brown”\n-Super Lusturous Shine Lipstick “Sparkling Honey”\n4d'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN8IZQOhY6p/', 'likes': '545 likes', 'age': '2021-04-21T19:21:23.000Z', 'caption': 'kamillegregory\nY2K💘✨💅🏾👛\n-i had so much fun with this look<33 i WISH i was older i would’ve thrived in the 2000s\U0001f972 but happy hump day loves hope ur day is great<33\n\nproducts used\n@bhcosmetics 00s Remix Dance Palette\n@colourpopcosmetics pretty fresh foundation\n@elfcosmetics hydrating camo concealer\n@hudabeautyshop easy bake powder “blondie”\n@nyxcosmetics butter gloss “madeline”\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#hudabeauty #nyxcosmetics #springmakeup #y2kmakeup #2000saesthetics #y2k #makeupartist #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n5d'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN29KYgBure/', 'likes': '454 likes', 'age': '2021-04-19T19:07:11.000Z', 'caption': 'kamillegregory\nmy brow routine now vs colourpop🤍\n-which do you prefer? they both do the trick BUT if you’re a baddie on a budget colourpop’s new line is for you <33🥰\n\nproducts used👇🏾\n@colourpop feather effect styling wax “clear”\n@colourpop brow boss pencil “ash brown”\n\n#colourpop #colourpopme #soapbrows #reels #makeuptips #eyebrows #tiktokchallenge\n1w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNk9ANphkcU/', 'likes': '615 likes', 'age': '2021-04-12T19:19:39.000Z', 'caption': 'kamillegregory\nblue daises🌼💙\ninspired by @paulina.yl\n-the sun really said goodnight👋🏾 but here’s a quick lil video of my last look\n•\n•\nproducts used\n@colourpopcosmetics limoncello palette\n@colourpopcosmetics shadow stix “citrus squeeze” & “style & ease”\n@elfcosmetics hydrating camo concealer\n@elfcosmetics putty blush “maldives”\n@fentybeauty bronzer “coco naughty”\n@maccosmetics chesnut lip liner\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#graphicliner #springmakeup #makeupvideos #flowermakeup #graphiclinerlook #makeuptutorial #tiktokchallenge\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNiXI0OBOk2/', 'likes': '614 likes', 'age': '2021-04-11T19:09:57.000Z', 'caption': 'kamillegregory\nblue daises🌼💙\ninspired by @paulina.yl\n-happy sunday beauties <33 i haven’t done a blue look in a minute & my shirt matched *chefs kiss* beautifully\n•\n•\nproducts used\n@colourpopcosmetics limoncello palette\n@colourpopcosmetics shadow stix “citrus squeeze” & “style & ease”\n@elfcosmetics hydrating camo concealer\n@elfcosmetics putty blush “maldives”\n@fentybeauty bronzer “coco naughty”\n@maccosmetics chesnut lip liner\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#graphicliner #springmakeup #70smakeup #flowermakeup #graphiclinerlook #makeupartist #editorialmakeup\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNaof6Nh27H/', 'likes': 'None', 'age': '2021-04-08T19:09:20.000Z', 'caption': 'kamillegregory\n3 makeup tips i wish i learned earlier🤎\n-for my woc but anyone can use them<33\nproducts shown👇🏾\n@fentybeauty bronzer “coco naughty”\n@colourpopcosmetics blush “trippin”\n@bennyemakeup banana powder\n@madebymitchell blursh “mango daiquiri” “where’s the spf”\n@colourpopcosmetics cheek dew “so cosmo”\n\n#tiktokchallenge #makeuptrends #makeuptips #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #makeuphacks #blackgirlmakeup #melaninmakeupdaily\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNYEG8YBAjK/', 'likes': '723 likes', 'age': '2021-04-07T19:11:16.000Z', 'caption': 'kamillegregory\nfemme fatal⚔️ had to switch it up real quick :)) but graphic liner is always a yes from me🖤\n\nproducts used\n@kaleidosmakeup club nebula palette + “skywalker” highlighter\n@hauslabs liquid eye-lie-ner\n@sohllashes “expensive” lashes\n@milkmakeup hydrogrip + foundation stick “golden deep”\n@colourpopcosmetics pretty fresh concealer “120W”\n@maybelline lasting fix banana powder\n@fentybeauty sun stalkr bronzer “coco naughty”\n@madebymitchell blursh “where’s the spf?”\n@nyxcosmetics praline butter gloss\n\n#graphicliner #editorialmakeup #v93oo #graphiclinerlook\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNNvGMgB8H9/', 'likes': 'None', 'age': '2021-04-03T18:57:15.000Z', 'caption': 'kamillegregory\n2021 vs. 2016🤍 which one is your favorite?\n-personally i still love both but 2021 does it for me<3\n\nproducts\n2021\n@colourpopcosmetics brow precision pencil\n@pacificabeauty glow baby serum\n@milkmakeup hydrogrip primer\n@milkmakeup flex foundation stick\n@elfcosmetics hydrating camo concealer\n@iconiclondon sheer cream blush “fearless flush”\n@fentybeauty sunstalkr bronzer “coco naughty”\n@colourpopcosmetics lux gloss “italian ice”\n2016\n@colourpopcosmetics no filter foundation\n@lauramercier translucent setting powder\n@morphebrushes lip crayon “tlc”\n@thebombextensions lashes\n\n#tiktokchallenge #makeuptrends #morphebrushes #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #elfcosmetics #milkmakeup\n3w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNImkCEJAaw/', 'likes': '493 likes', 'age': '2021-04-01T19:04:29.000Z', 'caption': 'kamillegregory\njuicy🍇💚🍉💜so many colorful trends going around right now & i’m here for them all<3 here’s a cut crease moment for ur thursday\n\nproducts used\n@hudabeauty pastel rose obsession palette\n@anastasiabeverlyhills norvina vol.4 palette\n@suvabeauty @suvabeauty uv hydra fx liner “scrunchie”\n@milkmakeup flex foundation stick “golden deep”\n@colourpopcosmetics pretty fresh concealer “medium dark 120w” + cheek dew serum blush “hot fuss”\n@morphebrushes “date night” lip pencil\n@nyxcosmetics “madeleine” butter gloss\n3w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CNVnZCILW80/', 'likes': '4,604 likes', 'age': '2021-04-06T20:21:51.000Z', 'caption': 'joshuaspecks\nAnd nothing hurts anymore\n2w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CNIxl_ergYP/', 'likes': '5,049 likes', 'age': '2021-04-01T20:40:52.000Z', 'caption': 'joshuaspecks\nOnly for the photo 💚\n3w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CMa4wbtLLz9/', 'likes': '4,313 likes', 'age': '2021-03-15T00:58:24.000Z', 'caption': 'joshuaspecks\nWhich is your favorite 1-4\n6w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CMFon0Qs8B-/', 'likes': '4,918 likes', 'age': '2021-03-06T18:53:22.000Z', 'caption': 'joshuaspecks\nShould I post my roof top pics ?? 🌚✨\n7w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL-YSVpsJYf/', 'likes': '2,692 likes', 'age': '2021-03-03T23:15:56.000Z', 'caption': 'joshuaspecks\nMoments like this make me feel so alive. I got to California at 7:21am and when I stepped off the plane I felt a since of motivation, power, and just love. These 2 people made my trip something I couldn’t imagine like I got drunk for the first time I had the best vibing 🍃 conversation and I just wanna give thanks and tell you both I love you and I’m very blessed to have both of u in my life ☺️💗 Ik this shit corny to you too cuz y’all aren’t into your emotions like me sorry it’s my scorpio moon 🌚✨but stay safe, see you soon\n7w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL5EnT4LRMm/', 'likes': '3,110 likes', 'age': '2021-03-01T21:47:50.000Z', 'caption': "joshuaspecks\n90s supermodel ✨\n.\n.\n.\nFoundation: @fentybeauty PRO FILT'R SOFT MATTE LONGWEAR FOUNDATION 420\nConcealer: @milkmakeup flex concealer Caramell\nSetting powder : @onesize ULTIMATE BLURRING SETTING POWDER\nTranslucent\n8w"}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL0F7H5LTiN/', 'likes': '3,353 likes', 'age': '2021-02-27T23:23:05.000Z', 'caption': 'joshuaspecks\nHe said he wanted to take a picture\n8w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CLzl8umLTyb/', 'likes': '1,860 likes', 'age': '2021-02-27T18:43:40.000Z', 'caption': 'joshuaspecks\nSo as a lot of you know I’m traveling right now, and I just wanted to show you some of the skin care products I’ve been using. Traveling definitely been a lot for my skin but I’ve been making a lot of progress by using the @graydonskincare winter bundle collection which is now 30% off until tomorrow 😌✨\n8w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CLuucm8L4BG/', 'likes': '3,082 likes', 'age': '2021-02-25T21:21:44.000Z', 'caption': 'joshuaspecks\nYeah she’s moving soon 🤫💗\n8w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/COGhNBrJdet/', 'likes': '628 likes', 'age': '2021-04-25T20:10:34.000Z', 'caption': 'catalinahotin\n🔮Played around with the Futurism VI: Lunar Lavender palette that @kaleidosmakeup was so kind to gift me🥺 I am in love with their formula, it’s so smooth and the color selection is perfect. I really want to see how many color combinations I can come up with💜 thank u so much @kaleidosmakeup !!\n@milkmakeup Sunshine Skin Tint ‘Light’\n@milkmakeup Matte Bronzer ‘Baked’\n@milkmakeup Lip+Cheek Stick ‘Perk’\n@aboutfacebeauty Matte fluid eye paint Replicant\n@milkmakeup Kush Mascara\n@aboutfacebeauty Light Lock Stick ‘Frenzy’\n#myartistcommunity #inbeautmag #v93oo #theartistedit #milkmakeup #runwaymakeup #studiofam #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #kaleidosmakeup #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas\n1d'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/COD3DcdJOnk/', 'likes': '1,750 likes', 'age': '2021-04-24T19:23:47.000Z', 'caption': 'catalinahotin\nShe is baaaaackk!! The new Daytripper launch from @aboutfacebeauty got me so excited and I wanted to play around! Thank u so much AF for these gifts, I had so much fun using them!!🥺\nMatte fluid eye paint ‘Replicant’ + ‘Freaked’ and a little bit of ‘White noise’\nLight Lock Lip glosses ‘No hard feelings’ & ‘ It’s not you, it’s me’\nLight Lock Stick ‘Frenzy’ on my cheeckbones and inner corner of my eyes\nLight Lock Stick ‘Prince’D’ on my eyes\n#myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #pastels #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas\n2d'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNnUX31pRRn/', 'likes': '727 likes', 'age': '2021-04-13T17:22:00.000Z', 'caption': 'catalinahotin\nI had to try the Blue Moon palette @colourpopcosmetics gifted me and omg I love it so muchhh, I can’t wait to play with it again, you get a good variety of light and dark shadows and you can basically mix and create any shade of blue u want💙\n@milkmakeup Sunshine Skin Tint Spf30 ‘Light’\n@lhcosmetics Infinity Glass\n@colourpopcosmetics Super Shock Cheek Matte ‘Between the sheets’ as blush and on my lips\n@benefitcosmeticsromania They’re Real Magnet Mascara\n@essence_cosmetics Clear Lip Gloss\n@nyxcosmetics Lip Liner ‘Nude Beige’\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #bluemoon #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #colourpopcosmetics #editorialmakeup #colourpop #editorialmuas\n1w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNfsOAupMZn/', 'likes': '765 likes', 'age': '2021-04-10T18:16:26.000Z', 'caption': 'catalinahotin\nI knew I had to do a green look once I saw this incredible neon nail polish that @cirquecolors kindly gifted me, the shade is called ‘High Society’ 💚✨\n@milkmakeup Sunshine Skin Tint\n@ucanbemakeup Athena Painting palette\n@urbandecaycosmetics 24/7 Glide-On Pencil ‘Perversion’\n@benefitcosmeticsromania They’re Real Mascara\n@nyxcosmetics Lip Liner ‘Nude Beige’\n@essence_cosmetics Clear Lip Gloss\n#motd #myartistcommunity #cirquecolors #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #greenmakeup #neongreen #facepaint #artwork #graphicmakeup #avantgardemakeup #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas\n2w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNVUoUVJtaP/', 'likes': '439 likes', 'age': '2021-04-06T17:37:55.000Z', 'caption': 'catalinahotin\nWith peace and love Tuesday can only mean one thing and that is Frenemies💗🖤\n@milkmakeup Sunshine Skin Tint\n@ucanbemakeup Athena Painting Palette\n@milkmakeup Kush Mascara\n@kaleidosmakeup The Escape Pod palette ‘Flamingo’\n@follyfire Syncope Palette ‘Blackout’\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #frenemies #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas\n2w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNNtZUNp0cP/', 'likes': '3,382 likes', 'age': '2021-04-03T18:40:24.000Z', 'caption': 'catalinahotin\nMy profile vs. how someone else’s profile could look like. The standard of beauty is always going to be something very conflicting but this is how I look like and I want to celebrate it. If you feel like you don’t belong or that social media is pressuring you in any sort of way - it’s okay to take a break, to curate the content you want to see, to follow people that look like you. Make a list of things you like and search for them, sometimes we forget about what makes us who we are right now. You might change in 2 years and that’s okay, try your best to live your life according to the standards that you want for yourself and what you can have control over!! I hope u guys are well!\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas\n3w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNAzlk8pAI-/', 'likes': '1,809 likes', 'age': '2021-03-29T18:24:22.000Z', 'caption': 'catalinahotin\nHow this look makes me feel:👽\n@milkmakeup Sunshine Skin Tint ‘Light’\n@aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’\n@rcmamakeup No Color Powder\n@milkmakeup Matte Bronzer ‘Baked’\n@aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’\n@dermacol_ro foundation on my brows\n#motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bleachedbrows #editorialmuas\n4w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CM7xFmPJZS2/', 'likes': '1,784 likes', 'age': '2021-03-27T19:26:19.000Z', 'caption': 'catalinahotin\nSaw Tania’s @luciphyrr beautiful black and white liner from a couple of months ago and it really inspired me to play around🤍 I tried to adapt this to my eye anatomy as much as I could. This gives me the fifth element vibes 😂\n@milkmakeup Sunshine Skin Tint ‘Light’\n@aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’\n@rcmamakeup No Color Powder\n@milkmakeup Matte Bronzer ‘Baked’\n@aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’\n@ucanbemakeup Athena painting palette for my brows\n@nyxcosmetics Lip Liner ‘Nude Beige’ + @essence_cosmetics Clear Lip Gloss\n#motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas\n4w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CM2mL2YpCUU/', 'likes': '1,215 likes', 'age': '2021-03-25T19:14:51.000Z', 'caption': 'catalinahotin\nHad so much fun doing this lewk🦜Thank u to everyone that joined me in this very early live today🧡\n@milkmakeup Sunshine Skin Tint ‘Light’\n@milkmakeup Flex Concealer ‘Porcelain’\n@ucanbemakeup Athena Painting palette as eye base and blush\n@aboutfacebeauty Light Lock Highlighter Fluid ‘Fight or Flight’\n@ucanbemakeup Lemon Drop Palette (the neon orange shade) + Blue Tonic Palette (the blue shade)\n@kaleidosmakeup Club Nebula ‘Gravity’\n@aboutfacebeauty Pearly Dhadow Stick ‘Acidic’ on my waterline\n@nyxcosmetics Lip Liner ‘Nude Beige’\n@milkmakeup Lip Color ‘Skillz’ + Electric Glossy Lip Plumpers ‘Buzzed’\n#milkmakeup #studiofam #aboutfacebeauty #aboutface #facepaint #kaleidosmakeup #orangeblush #neonorange #colorfulmakeup #clubnebulapalette #faceart #graphicmakeup #graphicliner\n4w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/COGGk3grmAc/', 'likes': '169 likes', 'age': '2021-04-25T16:17:54.000Z', 'caption': 'divaadana\nTutorial is up on my stories 🌝 @bperfectcosmetics ⚡️THE PERFECT STORM PALETTE⚡️\n\nUse my code ‘DIVA20’ to get 20%off🌝\n\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#lovetahitipalette\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect eyeshadow Primeer\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #perfectstormpalette\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare\n1d'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNp9gG8rrLc/', 'likes': '246 likes', 'age': '2021-04-14T17:59:52.000Z', 'caption': 'divaadana\nTutorial is up on my stories 🌝 @bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\n\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare\n1w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNkrc7SLbwY/', 'likes': '165 likes', 'age': '2021-04-12T16:45:56.000Z', 'caption': 'divaadana\nThanku so much @hn_vip_birmingham @harveynichols for inviting me on the reopening of your store☺️ Shops I have missed you😭\nToday I had ‘Nettle venom anti-ageing facial’ with @heavenskincare and believe me guys my skin feels super amazing and hydrated🤍 Get booking🤗\nPS I m wearing mask🙃don’t forget to wear your mask😷\n\nAD #invited #backtogetherwithHN\n#HarveyNichols #birmingham #harveynicholsbirmingham #mailbox\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNh47K5j2iC/', 'likes': '175 likes', 'age': '2021-04-11T14:46:15.000Z', 'caption': 'divaadana\nI am doicheee🌝 @bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\nShades i used for this look👇🏼\n✔️ MURPHYS\n✔️ Sneak Peak\n✔️ Gratitude\n✔️ Le Le\n✔️ Lily\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNfOGqELIyz/', 'likes': '159 likes', 'age': '2021-04-10T13:53:18.000Z', 'caption': 'divaadana\n@bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\nShades i used for this look👇🏼\n✔️ MURPHYS\n✔️ Sneak Peak\n✔️ Gratitude\n✔️ Le Le\n✔️ Lily\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNXk5DID_--/', 'likes': '184 likes', 'age': '2021-04-07T14:38:44.000Z', 'caption': 'divaadana\nBe more of you, and less of them....\n\nMakeup Deetz 👇🏻\n@anastasiabeverlyhills DipBrow Darl Brown\n@anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET\n@candybeauty_uk Duo Chrome loose eyeshadow\nshade no. 1\n@candybeauty_uk Lashes Candy Fluff\n@morphe2 #hinthintskintint Foundation\n@morphe2 #HIDE&PEEK CONCEALER\n@candybeauty_uk Highlighter\n@hudabeautyshop #mattelipstick Anniversary\n@irumatlas Earrings\n.\n.\n.\n#anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNU7JCgLVB_/', 'likes': '232 likes', 'age': '2021-04-06T13:55:11.000Z', 'caption': 'divaadana\nThanku for the tag Babe😘 @f_zana88 Inspired @applelove_makeup\n\nMakeup Deetz 👇🏻\n@anastasiabeverlyhills DipBrow Darl Brown\n@anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET\n@candybeauty_uk Duo Chrome loose eyeshadow\nshade no. 1\n@candybeauty_uk Lashes Candy Fluff\n@morphe2 #hinthintskintint Foundation\n@morphe2 #HIDE&PEEK CONCEALER\n@candybeauty_uk Highlighter\n@hudabeautyshop #mattelipstick Anniversary\n@irumatlas Earrings\n.\n.\n.\n#anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNSpC7NL85w/', 'likes': '152 likes', 'age': '2021-04-05T16:38:35.000Z', 'caption': 'divaadana\nTutorial on this look is up on my stories🥰 EYEZ @bperfectcosmetics @staceymariemua #lovetahiti palette💚 Browz @bperfectcosmetics Lock&Load CHAROCAL 💚Lashes @bperfectcosmetics Love Tahiti 💚 Face @bperfectcosmetics Face Primer #bperfectcosmetics #bperfectcarnivalpalette #staceymariemua #makeupwithjah #bperfectxstaceymarie #makeuptutorialsxox #wakeupandmakeup #wakeup2slay #makeupaddict #makeupbymario #jaclynhill\n3w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNKs991ra05/', 'likes': '89 likes', 'age': '2021-04-02T14:38:56.000Z', 'caption': 'divaadana\nSWIPE⏯🥰Brow @anastasiabeverlyhills DipBrow Dark Brown Eyez @norvinacosmetics @norvina Palette @anastasiabeverlyhills Lashes ‘Gorgina’ @anastasiabeverlyhills Waterproof Crème Colour ‘JET’ @anastasiabeverlyhills LASH BRAG Mascara #anastasiabeverlyhills #anastasiabrows #anastasiasoare #browfreeze #norvinapalette #norvina #norvinacosmetics #makeuptutorial #makeuptutorialx0x #makeupartistsworldwide #glittermakeup\n3w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CMPmA1QpcJ9/', 'likes': '247 likes', 'age': '2021-03-10T15:42:58.000Z', 'caption': 'nadzerben\nMuse.\n-\n@claropsyche #claropsyche psyches box : Fantasia .\n-\n#fentybeauty Pousticle lipstick : Alpha doll, Purpsicle.\n-\n@maccosmetics @maccosmeticsfrance : #browset.\n-\nMascara extrême dimension.\n-\nFull coverage foundation palette.\n-\n@itsall.fluff bronzer .\n-\n#avantgarde #editorial #makeupartist #v93oo #modelmalay #inbeautmag #avabtgardemakeup #runawaymakeup #colorfulmakeup #euphoriamakeup #makeupideas #uglymakeuprevolution #makeupoftheday #ravvebeauty #graphicliner #dazedbeauty\n6w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CL1pbfyqQ3b/', 'likes': 'None', 'age': '2021-02-28T13:54:39.000Z', 'caption': 'nadzerben\nNew for @rad.cartier and the beautiful @your.jade\n-\nRAD CARTIER - VT ZOOM VII : prod @damn_blase\n\n🎬 @jomlm .\n@tvo.prod .\nManagement : @lalignebleuerecords .\nStreadycam : @dylan__schaub .\nStylisme : Ben Georg & Qleo .\nChargée prod : Maryann Rarrbo\nMontage : @antoineerre\nChef op : @lucaspomps @charlesthiefaine\n-\n#makeup #makeupartistparis#\n8w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CJWRao7Jqq5/', 'likes': '264 likes', 'age': '2020-12-28T16:23:30.000Z', 'caption': 'nadzerben\n🎉.\n-\n@suvabeauty Uvtaffies, BUBBLE BUTT #suvabeauty .\n-\n@diormakeup lacquer plump. Midnight star 898. #dior\n-\n#nyxcosmetics #nyx epic ink liner #graphicliner .\n-\n@maccosmeticsfrance studio fix conceal and correct palette - MEDIUM.\n-\n#maccosmetics extrême dimension 3D black lash #mascara .\n-\n#avantgarde #editorialmakeup #eyeliner #colorfulmakeup #theartistedit #mua #maquillage #makeupartist #freelancemakeupartist #freelancemua #editorialmakeup #makeuptutorial #makeupparis #neonpink #inbeautymag #v93oo\n17w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CIV1iufJP4_/', 'likes': '446 likes', 'age': '2020-12-03T15:48:32.000Z', 'caption': 'nadzerben\n🥵.\n-\n\nBronze .\n@maccosmeticsfrance #maccosmetics studio fix fluide.\n-\nPoudre bronzante : BRONZE.\n-\n@tartecosmetics #tartecosmetics shape tape #concealer .\n-\n@diormakeup #diorbackstage palette #highlighter .\n-\n@hudabeauty #hudabeauty mascara.\n-\n#nyxcosmetics #nyx @nyxcosmetics_france epic ink liner.\n-\n@ofracosmetics #ofracosmetics highlighter star island.\n-\n-\n20w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH-rII7pF2u/', 'likes': '469 likes', 'age': '2020-11-24T15:55:00.000Z', 'caption': 'nadzerben\nSoft.\n-\n@glisten_cosmetics totally bonaty ; SHRUB, PINE #greeneyeshadow .\n-\n@maccosmeticsfrance #maccosmetics eyeshadow - what’s the wifi.\n-\n@milkmakeup flex #highlighter #milkmakeup : iced - soft gold.\n-\n@narsissist #narscosmetics #nars sheer glow foundation.\n-\n21w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH28leSJ2iC/', 'likes': '2,421 likes', 'age': '2020-11-21T15:53:37.000Z', 'caption': 'nadzerben\n🟦🟫⬛️.\n-\nFace :\n-\n#maccosmetics studio fix fluid.\n-\n@esteelauder concealer double wear.\n-\n#nyxcosmetics #nyx Honey dew me up #primer .\n-\n@beautybaycom fiery 42 colour palette.\n-\nEyes :\n-\n#jeffreystar #jeffreestarcosmetics blue blood eyeshadow palette. : Blue monday, celebrity skin.\n-\n#milkmakeup kush clear brow gel.\n-\nLips.\n-\n@glossier #glossier clear lip gloss.\n-\n@maccosmeticsfrance crayon contour lèvre tourbillon.\n-\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH0ZB1qpT2J/', 'likes': '548 likes', 'age': '2020-11-20T16:04:26.000Z', 'caption': 'nadzerben\nButtercup / Rebelle ✨\n-\n@fentybeauty #flyliner .\n-\n@milkmakeup kush clear brow gel.\n-\n#maccosmetics studio fix fluid : NC38.\n-\n@suvabeauty #suvabeauty hydra fx palette : UV TAFFIES.\n-\n@stargazerproducts neon eye dust.\n-\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CHxzGTwp2OH/', 'likes': '711 likes', 'age': '2020-11-19T15:54:31.000Z', 'caption': 'nadzerben\nGolden tears baby.\n-\n@milkmakeup kush clear brow gel 🥰.\n-\nAnd sunshine skin - medium.\n-\n@hudabeauty #hudabeauty #goldobessions palette #gold .\n-\n@fentybeauty #fentybeauty #flyliner .\n-\n@tartecosmetics shape tape contour concealer 20B light #shapetape .\n-\n#graphicliner #eyeliner #goldmakeup #eyemakeup #art #concept #v93oo #inbeautmag #makeupideas #editorialmakeup #modelmalay #theartistedit #uglymakeuprevolution #euphoriamakeup #fentybeautyuniversity\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CHspkM1p0QV/', 'likes': '714 likes', 'age': '2020-11-17T15:55:01.000Z', 'caption': 'nadzerben\nAlien.\n-\n#narsissist sheer glow foundation.\n-\n@glisten_cosmetics totally botany: PINE.\n-\n#maccosmetics studio fix concealer.\n-\n@jeffreestarcosmetics #jeffreestarcosmetics blood sugar eyeshadow palette; Glucose, root canal.\n-\n@beautybaycom #beautybay delicate bouncy beam #highlights.\n-\n#avantgarde #editorial #conceptualmakeup #alien\n22w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/COGh3EYhfmA/', 'likes': 'None', 'age': '2021-04-25T20:18:07.000Z', 'caption': 'tikamargarita\n@morphebrushes new 35D palette is such a fall vibe. Ill be posting a few pooks i created using the palette ✌️ enjoy🙏\n.\n@dragunbeauty lavendar corrector used under eyes to prime the shadow\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN_jChYB4w_/', 'likes': '401 likes', 'age': '2021-04-23T03:11:56.000Z', 'caption': 'tikamargarita\nIts 420 errday\n.\nThe lewk\n.\n@morphebrushes lisa frank palette\n@ilassh.h glitter *gifted*\n@nonohebeauty monarch lash\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n3d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN4AfXPBwv8/', 'likes': '310 likes', 'age': '2021-04-20T04:57:41.000Z', 'caption': 'tikamargarita\nAfter doing many make up lessons, I realize that this is a technique that can help many people.\n.\nA lot of people request to do a lesson with me because they want to do the eye make up that touches the temple (or “pulled out” or “winged shadow”)\n.\nI finally feel like I figured out the secret. I have a YouTube video that is POV style, that describes this in more detail.\n.\n\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n6d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN3g9H7hdQo/', 'likes': '503 likes', 'age': '2021-04-20T00:19:47.000Z', 'caption': 'tikamargarita\nU know what time it is 💨\n.\n4:20 💨💨💨\n.\n@morphebrushes lisa frank palette (no filter)\n.\n@nyxcosmetics brow marker in the darkest shade\n.\n@anynikobeauty heartbreaker lash\n.\n@milkmakeup sunshine skin tint\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n6d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN2w4SMBzcG/', 'likes': '764 likes', 'age': '2021-04-19T17:19:50.000Z', 'caption': 'tikamargarita\nA 420 moment\n.\n@shanel_cosmetics melaliner in 💚🖤\n.\n@anynikobeauty lash in heartbreaker\n.\n@milkmakeup vegan milk, sunshine skin tint\n.\n@sheinofficial mask (i only use this alone, sort of like a hot box lol)\n.\n\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN1vRhqBaTe/', 'likes': '179 likes', 'age': '2021-04-19T07:46:26.000Z', 'caption': 'tikamargarita\nThe vibeeeeeeee 💨💨💨\n.\n420 has officially begun on my ig 💚💨 grab ur grinder sis💨✌️😍✌️💨\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN0hJq4h9Tr/', 'likes': '407 likes', 'age': '2021-04-18T20:23:47.000Z', 'caption': 'tikamargarita\nName this look👇🏾👇🏾👇🏾\n.\nYt tutorial coming soon (its ling and detailed so im editting for days lol)\n.\nNose cuff made by me #dm me to order\n.\n@nonohebeauty m0rphe lash\n.\n@shanel_cosmetics @shanelcosmetic melaliners (best wateractivated liners eva. Use code tikamargarita to save at checkout)\n.\nSo many palettes were used to create this look 😅\n@morphebrushes\n💎 @maddieziegler palette\n💙💚 @lisafrank palette\n🎀 👗 @iluvsarahii sweetoasis palette\n.\nLip is @maddisonbeerrrrr mars lipgloss\n#morphebrushes fluidity foundation to cut crease\n.\n@milkmakeup sunshine skin tint + flex + blur powder to set\n.\nBrows : theres a tutorial on my yt channel : tikamargarita\n.\n\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CNsip6oBdKf/', 'likes': '588 likes', 'age': '2021-04-15T18:03:10.000Z', 'caption': 'tikamargarita\n🤣🤣🤣\n1w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/COBztTKJYXb/', 'likes': 'None', 'age': '2021-04-24T00:16:40.000Z', 'caption': 'axchristine\nHi besties!!!! I tried doing a different makeup style and honestly ended up doing what I normally do except contour my nose lol — I used this months April @boxycharm to achieve this look inspired by @itskaijasmine 🥰💕✨ #giftedbyboxycharm\n2d'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNsLrV5JUAR/', 'likes': '808 likes', 'age': '2021-04-15T14:42:13.000Z', 'caption': 'axchristine\nGood morning!! 🌤 Swipe left to see a mini tutorial on this look! 🤎✨ — I had so much fun taking my time and recording this look and it turning out far better than I expected. Do you guys want to see more videos of me doing my makeup?🥺 because i think I actually enjoy doing them now.\n\nPRODUCTS USED:\n\n@hudabeautyshop Khaki Haze palette\n@hudabeautyshop Faux Filter Foundation stick in Macchiato\n@hudabeautyshop The Overachiever Concealer in Nougat\n@milkmakeup Flex Highlighter in Iced\n@makeuprevolution Reloaded Blusher in Swoon\n@moitiecosmetics 10-Day Lashes in #LosAngeles\n@nyxcosmetics Lip Liner in Downtown Beauty\n@mavenbeauty Basic Beat in Coquito for the center of my lips\n1w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNfs_8CpAFc/', 'likes': 'None', 'age': '2021-04-10T18:27:18.000Z', 'caption': 'axchristine\nTRYING Milk Makeup’s Newest Launch!!⚡️💚\n\n*Everything in this video was kindly gifted by my @milkmakeup fam!!*\n\nHi guys!! I thought I’d do a super fun quick video trying on Milk Makeup’s Newest Products! Makeup makeup came out with amazing products that are all so easy to apply! In this IGTV I’m using their Electric Glossy Lip Plumpers and Color Chalk!\n2w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNN_--HpYOI/', 'likes': '514 likes', 'age': '2021-04-03T21:22:49.000Z', 'caption': 'axchristine\n@colourpopcosmetics x @disney Lizzie McGuire collab did what they had to do and I’m here for it!!! I’m so in love the collection and the nostalgic feeling it brings to me🥺 if you haven’t gotten your hands the collection you NEED to!!! You won’t regret it💗✨ #colourpopcosmetics #colourpoplizziemcguire\n\nPRODUCTS USED FROM THE COLLECTION —\n\n🌸 This Is What Dreams are Made Of palette\n🌸 Lizzie So Juicy Plumping Gloss in the Dear Diary kit\n🌸You Are Magnifico Pressed Powder Blush\n3w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMyO_hRpp86/', 'likes': '578 likes', 'age': '2021-03-24T02:35:14.000Z', 'caption': 'axchristine\nAlexa please play ‘Please Don’t Go’ by Mike Posner 😌 — created this look using this months March @boxycharm #giftedbyboxycharm\n\nBoxycharm Products:\n@limecrimemakeup - Venus 3 Eyeshadow Palette\n@glowrecipe - Banana Soufflé Moisture Cream\n@mavenbeauty - Maven Rose Water Setting Spray (New Launch)\n@kabcosmetics - Hydrating Lip Oil\n@thebeautycrop - Avocado Hydrating Eye Mask\n4w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMbGniRJ1lA/', 'likes': '898 likes', 'age': '2021-03-15T02:59:31.000Z', 'caption': 'axchristine\nI’m in love with my future ✨🤍 — I got to finally actually sit down and take my time with my look, it’s been forever since I could actually do that and damn I missed that so much. I had so much getting pretty just because 🥺 I look forward to more small moments with myself like this again!!\n\nHair color is by @gooddyeyoung in Steal My Sunshine and Riot 💛🧡 #gooddyeyoung @yelyahwilliams\n\nPRDUCT DEETS —\n\nEYES:\n@colourpopcosmetics ‘Snowhere’ from Snow Much Fun Hello Kitty and Friends palette\n\nBROWS:\n@benefitcosmetics 24-HR Brow Setter\n@anastasiabeverlyhills Brow Powder Duo in “Dark Brown”\n\nFACE:\n@maybelline Fit Me Dewy + Smooth Foundation in 220 Natural Beige #maybelline\n@benefitcosmetics Boi-sing Cakeless Concealer in No.5 #benefitcosmetics\n@colourpopcosmetics Soft Brown Freckle Pen\n@colourpopcosmetics Bundled Up Hello Kitty and Friends Blush\n@lottielondon Diamond Bounce Trio Illuminating Powder Highlighter #lottielondon\n@milkmakeup Hydro Grip Set + Refresh Spray #milkmakeup\n@blackradiancebeauty Long Lasting and Toning Face Primer #blackradiancebeauty\n\nLIPS:\n@colourpopcosmetics Lippie Pencil in BFF3\n@colourpopcosmetics Luxe Lip Oil in Smirk #colourpopcosmetics\n@anastasiabeverlyhills Undressed Lipgloss\n6w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMQFCLJpIAl/', 'likes': '798 likes', 'age': '2021-03-10T20:14:02.000Z', 'caption': 'axchristine\nMatching my makeup to my @parade Carbon Neutral undies!! 🧡💗💛 — makeup look inspired by my lovely friend @laurwongs 🥰🧡 also.... hiiiiiii new hair alert!!!! I’m in love with my new hair. I used the colors Steal My Sunshine + Riot by @gooddyeyoung 🧡💛\n\n.\n.\n.\n\nPRODUCTS USED\n@colourpopcosmetics x @hellokitty and Friends collection Bundled Up Pressed Powder Cheek blush #colourpopcosmetics #hellokitty\n@colourpopcosmetics Lux Lip Oil in ‘Smirk’\n@colourpopcosmetics Freckle Pen in ‘Soft Brown’\n@colourpopcosmetics Lippie Pencil in BFF 3\n@maybelline Ultimatte Lipstick in ‘More Buff’ #maybelline #ultimattelipcream\n@hudabeauty Foundation Stick in ‘Tres Leches’ #hudabeauty\n@glittermoosecosmetics UV Liners #glittermoose\n@hudabeauty @kayali Deja Vu White Flower Hair Mist — I love using this after I’m finished getting ready!! I definitely need this in every fragrance + as a perfume ✨🤍 #kayalidéjàvu\n6w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CLzriGtJjgY/', 'likes': '586 likes', 'age': '2021-02-27T19:32:28.000Z', 'caption': 'axchristine\nHappy Saturday!!! 💕💖 I hope everyone has an amazing weekend full of love and positivity. — today’s makeup look was inspired by @glamierre Pink Luxe Glitter Eye Brush Collection in this month February @boxycharm 💗✨ #boxycharm #boxycharmer #giftedbyboxycharm\n\nThe airbrushed hearts is inspired by: @stenss 💕😌\n\nPRODUCTS IN THIS MONTHS BOXYCHARM:\n@nclabeauty So Rich Love Potion #nclabeauty\n@glamierre Pink Luxe Glitter Eye Brush Collection #glamierre\n@tula So Poreless Deep Exfoliating Blackhead Scrub #tulaskincare\n@trestique Eye Duo: Good Vibes Mascara + Eye Pencil #trestique\n@wander_beauty Getaway Eye and Face Palette - i used the blush in this for my face!! #wanderbeauty\n8w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CLX0x1jJdpU/', 'likes': '484 likes', 'age': '2021-02-16T23:54:31.000Z', 'caption': 'axchristine\ngift your significant other a cute @doseofroses Rose Bear as a ‘just because’ gift 🤎🧸 you can use my discount code ‘XOAULANI’ for some $$ off! @doseofcolors #doseofroses #doseoflove #giftedbydose\n9w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CN0SCFhnBKE/', 'likes': '1,587 likes', 'age': '2021-04-18T18:11:59.000Z', 'caption': 'frankiepdarling\nGo to dewy skin ✨\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@renskincare ready steady glow daily aha tonic\n@renskincare brightening dark circle eye cream\n@milkmakeup vegan milk moisturiser\n@collectioncosmetics_uk lasting perfection blemish concealer\n@ciatelondon dewy skin glass glow tint\n@milkmakeup bronzer - baked\n@tower28beauty beachplease lip & cheek tinted balm - rush hour\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows (code FRANKIE10 for 10% off)\n@ctilburymakeup brow lift brow crayon - natural brown\n𝙀𝙮𝙚𝙨 ~\n@ciatelondon wonderwand mascara\n𝙇𝙞𝙥𝙨 ~\n@milkmakeup melatonin overnight lip mask\n\n#veganmakeup #crueltyfreebeauty #dewyskintutorial #glassskin #soapbrows #makeupreels #explorepage #mua\n1w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNqAJSInbU8/', 'likes': '2,527 likes', 'age': '2021-04-14T18:22:58.000Z', 'caption': 'frankiepdarling\nDragonfruit\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup vegan milk moisturiser\n@ciatelondon dewy skin glass glow tint\n@milkmakeup bronzer - baked\n@tower28beauty beachplease lip & cheek tinted balm - rush hour\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows (code FRANKIE10 for 10% off)\n@ctilburymakeup brow lift crayon - natural brown\n𝙀𝙮𝙚𝙨 ~\n@kaleidosmakeup club nebula palette & escape pod palette\n@ciatelondon wonderwand mascara\n@eldorafalseeyelashes - m115 lashes\n𝙇𝙞𝙥𝙨 ~\n@peachesmakeup borderline lip liner\n@chantecaille lip veil - honeypot\n\n#theartistedit #v93oo #ravvebeauty #dazedbeauty #inbeautmag #dewyskin #veganmakeup #crueltyfreebeauty #hypebaebeauty\n1w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNk5rHxHMCh/', 'likes': '1,487 likes', 'age': '2021-04-12T18:50:13.000Z', 'caption': 'frankiepdarling\nAD* How to highlight & contour using @collectioncosmetics_uk 🖤 you can use code ‘FrankieD20’ at checkout for 20% off ✨\nProducts used:\n@collectioncosmetics_uk primed and ready anti fatigue illuminating primer - £4.99\n@collectioncosmetics_uk lasting perfection foundation, shade cashew - £6.49\n@collectioncosmetics_uk lasting perfection concealer, shades cashew and honey - £4.19\n@collectioncosmetics_uk lasting perfection matte liquid lipstick, secretive - £3.99\n@collectioncosmetics_uk lasting perfection illuminating sheer loose powder, translucent - £2.99\n@collectioncosmetics_uk bronze and glow bronzer £2.99\n@collectioncosmetics_uk primed and ready dewy setting spray - £5.99\n\nMusic: Tranquillity - Chill Lofi Hip Hop Beat by Prod. Riddiman\n\n#collectioncosmetics #veganmakeup #crueltyfreebeauty #makeuptutorial #makeupvideo\n2w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNQWiadHKcT/', 'likes': '3,837 likes', 'age': '2021-04-04T19:18:42.000Z', 'caption': 'frankiepdarling\nLil tutorial for the previous post 🖤\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup sunshine skin tint\n@ilmakiage concealer\n@athrbeautyco Crystal charged cheek palette\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@ctilburymakeup brow lift pencil\n@ctilburymakeup micro precision tinted brow gel\n𝙀𝙮𝙚𝙨 ~\n@xxrevolution xxplicit eyeshadow palette\n@kvdbeauty dramatic lashes\n𝙇𝙞𝙥𝙨 ~\n@nyxcosmetics cold brew lip liner\n@3ina 328 lipstick\n@nyxcosmetics filler instinct lip gloss in cheap fills\n\n#veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #00s #reelsinstagram #themakeupedit #explorepage #makeuptutorial\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNLD4R-njLM/', 'likes': '4,229 likes', 'age': '2021-04-02T17:59:08.000Z', 'caption': 'frankiepdarling\nThe noughties\nSwipe for inspo ➡️\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup sunshine skin tint\n@ilmakiage concealer\n@athrbeautyco Crystal charged cheek palette\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@ctilburymakeup brow lift pencil\n@ctilburymakeup micro precision tinted brow gel\n𝙀𝙮𝙚𝙨 ~\n@xxrevolution xxplicit eyeshadow palette\n@kvdbeauty dramatic lashes\n𝙇𝙞𝙥𝙨 ~\n@nyxcosmetics cold brew lip liner\n@3ina 328 lipstick\n@nyxcosmetics filler instinct lip gloss in cheap fills\n\n#veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #explorepage #themakeupedit #inbeautmag #glammakeup\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNDYJKjnMzI/', 'likes': '1,756 likes', 'age': '2021-03-30T18:22:34.000Z', 'caption': 'frankiepdarling\nAD Fluffy brows using @collectioncosmetics_uk ✨\nYou can save 20% off with code ‘FrankieD20’ 🖤\nProducts used:\n@collectioncosmetics_uk incrediBROW Brow Primer - £3.99\n@collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99\n@collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99\n@collectioncosmetics_uk incrediBROW Brow Setting Wax\n\n#makeupreels #fluffybrows #browtutorial #collectioncosmetics #veganmakeup #crueltyfreebeauty\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNA1CoTnd9F/', 'likes': '2,253 likes', 'age': '2021-03-29T18:37:04.000Z', 'caption': 'frankiepdarling\nAD* Full fluffy brows using @collectioncosmetics_uk 🖤\nYou can save 20% off if you use code ‘FrankieD20’ at checkout ✨\nProducts used:\n@collectioncosmetics_uk incrediBROW Brow Primer - £3.99\n@collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99\n@collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99\n@collectioncosmetics_uk incrediBROW Setting Wax - £3.99\n\n#veganmakeup #crueltyfreebeauty #fluffybrows #collectioncosmetics #naturalmakeuplook\n4w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CM0JjwjHeaM/', 'likes': '3,051 likes', 'age': '2021-03-24T20:26:33.000Z', 'caption': 'frankiepdarling\n1 palette, 2 looks ✨\nProducts used:\n@urbandecayuki primer potion\n@urbandecayuki naked wild west palette\n@urbandecayuki perversion eye liner\n@spectrumcollections\n\n#urbandecaycosmetics #makeupreels #veganmakeup #crueltyfreebeauty #asosfaceandbody #theartistedit #ravvebeauty #dazedbeauty\n4w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CMxeV78nZtU/', 'likes': '3,248 likes', 'age': '2021-03-23T19:30:07.000Z', 'caption': 'frankiepdarling\nMuted lines\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@lottielondon coconut Illuminating primer\n@urbandecayuki stay naked hydromaniac tinted glow foundation\n@tower28beauty rush hour lip & cheek tinted balm\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows ‘FRANKIE10’ - 10% off\n𝙀𝙮𝙚𝙨 ~\n@urbandecayuki naked Wild West palette\n@urbandecayuki perversion glide on eye pencil\n@milkmakeup kush mascara\n𝙇𝙞𝙥𝙨 ~\n@ctilburymakeup iconic nude lip liner\n@chantecaille honey pot lip veil\n\n#theartistedit #themakeupedit #editorialmakeup #veganmakeup #crueltyfreebeauty #urbandecay\n4w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/COEXQDuAjZv/', 'likes': '39,368 likes', 'age': '2021-04-25T00:05:07.000Z', 'caption': 'beatby.dee\nThis was one of my favorite looks💚\n1d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN5bP9fAgrc/', 'likes': '29,727 likes', 'age': '2021-04-20T18:08:25.000Z', 'caption': 'beatby.dee\nSpamming 💛\nDress: @nellyboo32 Nyaisa Boutique ❤️\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN5YUtDgBwz/', 'likes': '8,597 likes', 'age': '2021-04-20T17:42:51.000Z', 'caption': 'beatby.dee\nLashBooks are still on sale 💗 order yours on fuckaveragebeauty.com @fuckaveragebeauty I’m wearing Lash PRINCESS 🤩🥰\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN3xiR9gVIk/', 'likes': '31,214 likes', 'age': '2021-04-20T02:44:40.000Z', 'caption': 'beatby.dee\nOn a date and I ain’t nervous 😘\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN3g5MWgEZN/', 'likes': 'None', 'age': '2021-04-20T00:20:15.000Z', 'caption': 'beatby.dee\nYea I got a bae but I left that nigg😘 at home 😛\nG.O.A.T glue: @g.o.a.tglue\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNyMoVOgWw5/', 'likes': '14,774 likes', 'age': '2021-04-17T22:45:59.000Z', 'caption': 'beatby.dee\nWe love a cute soft glam 🤍\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNvpNmDLAxl/', 'likes': '12,761 likes', 'age': '2021-04-16T22:58:01.000Z', 'caption': 'beatby.dee\nI ain’t really been doing hair since I left the shop but I still got it 😘 Pretty Pony Fasho ♥️\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNth11SAv7H/', 'likes': '3,689 likes', 'age': '2021-04-16T03:15:08.000Z', 'caption': 'beatby.dee\nShesss hereeee 🥰🥰 GO ORDER YOURS NOWW! 💗💗 sold on FuckAverageBeauty.com 🤩\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNtMjxTAAXS/', 'likes': '3,111 likes', 'age': '2021-04-16T00:09:10.000Z', 'caption': 'beatby.dee\nStay tuned!!! LAUNCHING 12AM EST exclusively sold on FuckAverageBeauty.com 🥰🤩🤩\n1w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNmlDUvAnFo/', 'likes': '186 likes', 'age': '2021-04-13T10:28:30.000Z', 'caption': 'emilyreecemua\nHello look at my face!!!! And this funky liner look drawn by my arch nemesis @jessicanguyenxo\nThink I’m gonna film part 2. of these funky liner looks tomorrow !!!!!! 🌈\n————————————\n@glisten_cosmetics cherryade, lemonade, limeade, blueberry, traffic cone wet liners\n@morphebrushes spiffy lip liner, dream wondertint blush\n@patmcgrathreal nude fetish skin highlighter\n@benefitcosmetics @benefitaustralia precisely my brow 4.5\n1w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNZsUIRgAfD/', 'likes': '194 likes', 'age': '2021-04-08T10:21:50.000Z', 'caption': 'emilyreecemua\nAn up close look at the first liner look from my reel!!!! This bad boy was drawn by my love @courts.makeup and I’m IN LUV 🌸🌼🌺\nAlso holy HELL thank y’all so much for all the love my reel has received. Already over 10k views jfc!!!!!!!!!!!!\n————————————\n@glisten_cosmetics cherryade, lemonade, grape + sapphire (mixed) wet liners\n@suvabeauty grease, space panda hydra liners\n@morphebrushes spiffy lip liner, dream wondertint blush\n@patmcgrathreal nude fetish skin highlighter\n@benefitcosmetics @benefitaustralia precisely my brow 4.5\n2w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNRtYjeAa02/', 'likes': '727 likes', 'age': '2021-04-05T07:57:31.000Z', 'caption': 'emilyreecemua\nI got my pals to draw my liner !!!!\nI had a bloody ball doing this and I’ve got a heap more drawings from y’all to make this a small lil series hehe\n———\nIn order of looks, these drawings were done by @courts.makeup, @jessicanguyenxo & @paigeelainemua\n——\n@glisten_cosmetics wet liners\n@suvabeauty grease + space panda hydraliners\n—\n\n#beautyonabudget\n#makeupartistworldwide #undiscoveredmuas #undiscovered_muas #morphebabe #graphiceyeliner #slayandblend #makeuplook #bretmanvanity #makeupslaves #muafollowtrain #muaunderdogs #makeupoftheday #vegas_nay #blendblendblend #blazin_beauties #meccabeautyjunkie\n3w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CMmCj_Dg8UB/', 'likes': '161 likes', 'age': '2021-03-19T08:55:44.000Z', 'caption': 'emilyreecemua\nCryin’ over my regrowth \U0001f978\nSquiggles inspired by @laurelcharleston !!!\n———————————————————\n@glisten_cosmetics blueberry wet liner\n@morphebrushes confetti + bright idea jelly shadows, spiffy lip liner, be kind lip oil\n@suvabeauty lsd eyeshadow\n@narsissist torrid liquid blush\n@limecrimemakeup smokey bushy brow pen\n@yslbeauty faux effect mascara\n5w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CL1HBPGAnWD/', 'likes': '194 likes', 'age': '2021-02-28T08:51:53.000Z', 'caption': 'emilyreecemua\nIn yo face !!!!!!\n\nInspired by @esantoinette overall aesthetic ✨✨\n———————————————————-\n@bhcosmetics ‘lost in los angeles’ palette 90210, lax, the 405, sunset blvd, malibu, rush hour\n@suvabeauty ‘hyper color’ palette lollipop, lemon drop, daiquiri, cotton candy\n@glisten_cosmetics lemonade wet liner\n@benefitaustralia precisely my brow 4.5\n@narsissist torrid liquid blush\n@morphebrushes sugar pie lip liner\n@yslbeauty 433 vinyl cream lip\n8w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CLJM4b1AAC1/', 'likes': '180 likes', 'age': '2021-02-11T07:36:32.000Z', 'caption': 'emilyreecemua\n〰️green with envy 〰️\n💚💚💚\nI will keep rocking the bleached brow look until I can be bothered maintaining my brows (which will be NEVER)\n—————————————————————-\n@suvabeauty hypercolor palette ‘euphoria’, ‘mojito’, ‘lemon drop’\n@glisten_cosmetics ‘golden’ wet liner\n@patmcgrathreal nude skin fetish cream highlighter\n@nudestix tiger lily queen cream blush\n@morphebrushes sugar pie lipliner\n@kosas rose water lipstick\n10w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CK0yk1ugMnY/', 'likes': '215 likes', 'age': '2021-02-03T09:21:51.000Z', 'caption': 'emilyreecemua\nLovey dovey season is here !!!!! I’ll be spending this season with my one true love......graphic liner 💖💖💖\nALSO peep one of the new @shop.holalola earring designs! This is part of my vday collection which is live on my Etsy!\n\nInspired by @caitssdarling !!!\n———————————————————————————\n@glisten_cosmetics Cherryade, Sapphire, Limeade, Blueberry, Grape, Lemonade, Orangeade wet liners\n@suvabeauty Space Panda hydraliner\n@morphebrushes Spiffy lipliner, Fairy Tears liquid highlighter, Dream Wondertint\n@limecrimemakeup Smokey bushy brow pen\n11w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CKgIr0JAw6S/', 'likes': '203 likes', 'age': '2021-01-26T08:51:00.000Z', 'caption': 'emilyreecemua\nSometimes u just need to aimlessly squiggle 🤷🏼\u200d♀️\n—————————————————————\n@glisten_cosmetics grape + cherryade wet liners\n@morphebrushes sugar pie lip liner, ‘dream’ wondertint cream blush, ‘fairy tears’ liquid highlighter\n@kosas rose water lipstick\n@suvabeauty lemon drop eye topper\n12w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CJ-j7IXAdA2/', 'likes': '214 likes', 'age': '2021-01-13T07:54:50.000Z', 'caption': 'emilyreecemua\nWelcoming spider lashes into 2021 with open arms 👩\u200d❤️\u200d💋\u200d👩👨\u200d❤️\u200d💋\u200d👨\n—————————————————————————-\n@morphebrushes Sugar Pie + Spiffy lip liners, @madisonbeer Fairy Tears shimmer liquid highlight\n@suvabeauty Grease hydraliner\n@fentybeauty How Many Carats diamond bomb highlighter\n@drunkelephant D-bronzi anti pollution sunshine drops\n@yslbeauty Touché Éclat Radiant Touch, Volume Effet Faux Cils mascara, Rouge Pur Couture 70 lipstick\n@plouise_makeup_academy Blank Canvas + Rumour 3 base for bleached brow\n@modelrocklashes 747M lashes (double stacked), medium knotted individual lashes\n@narsissist Torrid liquid blush\n14w'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COGxU-wJbi_/', 'likes': '100 likes', 'age': '2021-04-25T22:31:28.000Z', 'caption': 'audemjmakeup\n🧚🏽\u200d♀️Fairy Series Review!🧚🏽\u200d♀️ Which fairy look was your favorite? I wanted to share this because I really enjoyed this series and I hope you all did too! For me personally, it’s a tie between the 😈Man Eater Fairy😈 and the ✨Golden Fairy✨Let me know yours in the comments!\n•\n•\n•\n#fairygarden #fairies #sephorasquad #makeupartist #makeuplooks #blackmakeupartist #melaninmakeupdaily #brownskingirl #glossylips #lipgloss #eyelinertutorial #eyebrowsonfleek #melaninmakeup #creativemakeup #graphicliner #nyx #milanicosmetics #bymelolops #modamavens #colorfulmakeup\n1d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COB6uPDpo3G/', 'likes': '174 likes', 'age': '2021-04-24T01:17:21.000Z', 'caption': 'audemjmakeup\n✨🧚🏽\u200d♀️ Fairy Series Finale ✨🧚🏽\u200d♀️\nBe sure to follow me for more!\n\nHello my loves! Happy Friday! I really enjoyed this series and making all of these beautiful and springy fairy looks! I’ve definitely become a lot more confident in my skills, and I really feel that this series embodies that! And THIS LOOK YALL!!! 😍🥵 probably TOP 3!!! See you all next week! XOXO -Audem 💛✨\n\n🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️\nPosting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛✨\n\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “3000” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Teddy” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@maccosmetics “Velvet Teddy” Matte Lipstick\n@wetnwildbeauty Brown Liner\n•••\n#angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #exploremore #explorepage\n2d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COBzVSdJfrM/', 'likes': '133 likes', 'age': '2021-04-24T00:19:51.000Z', 'caption': 'audemjmakeup\n🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️\nPosting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛\n\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “3000” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Teddy” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@maccosmetics “Velvet Teddy” Matte Lipstick\n@wetnwildbeauty Brown Liner\n•••\n#angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #avantgardeblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #reels\n2d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN_aHHfpeKu/', 'likes': '124 likes', 'age': '2021-04-23T01:53:55.000Z', 'caption': 'audemjmakeup\nFairy Series Day 3: Earf Day 🌎🌳🍃\nFollow for more! ❤️ Let us all continue to take care of the planet that we live on—not only for ourselves, but for those to come ❤️ XOXO -Audem\n•••\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n@icywifeycosmetics “You Wish” Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@wetnwildbeauty Brown Liner\n•••\n#earthday2021 #earthday #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup\n3d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN_Jt4JJ-jW/', 'likes': '181 likes', 'age': '2021-04-22T23:36:16.000Z', 'caption': 'audemjmakeup\nFairy Series Day 3: Earth Day 🌎🌳\nI apologize for being late today, but I hope you all enjoy the look! Since today is Earth Day, I decided to go for a look that embodies that. See you in a few for pictures!! XOXO -Audem\n•••\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n@icywifeycosmetics “You Wish” Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n4d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN5_sxTp_WI/', 'likes': '175 likes', 'age': '2021-04-20T23:26:55.000Z', 'caption': 'audemjmakeup\nFairy Series Day 2 🧚🏽\u200d♀️🔥💖\nHello my loves! Happy Tuesday! I really hope you all like this look! It was quite a long hassle to get those wings like how I wanted, but I’m just glad that this look and the wings turned out beautiful! See you all Thursday! XOXO -Audem 💖\n\nBe sure to follow for more!\n\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Pride” Lashes & Splash Pot\n@bymelolops x @cutcreaser “Inevitable” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n6d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN5twqapSWy/', 'likes': '153 likes', 'age': '2021-04-20T20:55:58.000Z', 'caption': 'audemjmakeup\nFairy Series: Day Two 🔥💖🧚🏽\u200d♀️\nHey everyone! This look took me a minute, but I love how it turned out! Pictures coming in a few!! XOXO -Audem💖\n•••\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Pride” Lashes & Splash Pot\n@bymelolops x @cutcreaser “Inevitable” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n6d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN3YYO5Jbv3/', 'likes': '204 likes', 'age': '2021-04-19T23:04:51.000Z', 'caption': 'audemjmakeup\nShe’s A Man-Eater Fairy 😈🖤 Follow for more!!\n••••\nWelcome to this week’s Fairy Series! Up first is the Man Eater fairy! I decided to get a lil grungy with this look today, and I honestly love it sooooo much!! 😍❤️ I hope you all love it as much as I do! See y’all tomorrow! XOXO -Audem ❤️\n\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Show Stopper” Lashes\n@bymelolops x @cutcreaser “Mark One” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@maccosmetics Mini Matte Lipstick in Teddy\n@wetnwildbeauty Black Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n1w'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN3Lx6Yp-xw/', 'likes': '265 likes', 'age': '2021-04-19T21:15:06.000Z', 'caption': 'audemjmakeup\nWelcome to the Fairy Series! Day One: The Man-eater Fairy 😈😘🖤 I’m super excited to show you all the rest of the looks! Stay tuned for pictures coming soon! 🖤 XOXO\n•\n•\n•\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Show Stopper” Lashes\n@bymelolops x @cutcreaser “Mark One” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@maccosmetics Mini Matte Lipstick in Teddy\n@wetnwildbeauty Black Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n1w'}]
In [2]:
ig_data = [{'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CFNSCFsnjnp/', 'likes': '13,713 likes', 'age': '2020-09-16T18:30:08.000Z', 'caption': 'meliysabel\nI HAD to 🇲🇽😇✨ Feliz día de la Independencia! 💗 let me know in the comments where your roots are from!\n\nDETAILS:\nBROWS- @anastasiabeverlyhills dipbrow in dark brown\nEYESHADOW- @morphebrushes #jamescharlespallette and @colourpopcosmetics She’s a rainbow\nCONCEALER- @hudabeauty coconut flakes\nLINERS- @glamvicecosmetics bandana, skate date, fringes and @nyxcosmetics epic liquid liner\nLASHES: @dodolashes d335 (discount code: MELIYSABEL) 💗💗💗\n\n#mexicanmakeup #hudabeauty #colourpopcosmetics #colourpop #colourpopme #morphebrushes #jamescharles #undiscovered_muas #abhbrows #anastasiabrows #nyxcosmetics #sarapemakeup\n31w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CEaNztqH74-/', 'likes': 'None', 'age': '2020-08-27T22:37:11.000Z', 'caption': 'meliysabel\nHeeeey.... how y’all doin 😅😭 I know I’ve been so absent, but life 🙃 I really have missed posting and interacting with you guys so I want to get back to it. This is inspired by @euphoria ✨\n\nDETAILS:\n@morphebrushes #jamescharlespalette and @hauslabs stupid love palette\n@anastasiabeverlyhills #dipbrow in ebony\n@hudabeauty banana bread powder\n@colourpopcosmetics blush stix (pinky coral)\n@benefitcosmetics cakeless concealer\n@hudabeauty lipstick\n@hauslabs liner\n@anastasiabeverlyhills so Hollywood highlight\n\n#euphoriamakeup #maddyperez #abhbrows #anastasiabrows #morphebrushes #morphebabe #colourpopme #colourpopcosmetics #hudabeauty #huda #hauslabs #benefitcosmetics #makeuptutorial #makeupvideo\n34w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CDNAAdYnCyo/', 'likes': '8,302 likes', 'age': '2020-07-28T22:49:50.000Z', 'caption': 'meliysabel\nHi it’s me back with periwinkle lol sorry I’ve been gone, I started work and I’m balancing life 😅 I hope everyone is staying safe 💘 (swipe for the pictorial!)\nDEETS:\n@benefitcosmetics kabrow\n@colourpopcosmetics prance liner & disco lady glitterally obsessed\n@shopvioletvoss donut care palette 🎨\n@hauslabs stupid love palette 🎨\n@dodolashes d338 (discount code: MELIYSABEL)\n\n#pastelmakeup #wakeupandmakeup #hauslabs #colourpopme #colourpopcosmetics #benefitbrows #benefitcosmetics #undiscovered_muas #makeuptutorial #makeuplooks\n38w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CCbxKOIAFpv/', 'likes': 'None', 'age': '2020-07-09T19:57:57.000Z', 'caption': 'meliysabel\nHere’s how I do my brows, I haven’t gotten them threaded in like 6 years lol 💘🧚🏼\u200d♂️\n\n(Don’t take the audio too seriously I’m sure it was a joke 😅 @/ johnatonmiranda)\n\nSTEP 1: brush hair upwards with a spoolie brush\nSTEP 2: pluck the hair beneath the brow and on the top\nSTEP 3: brush hair upwards again and trim the front of the brow\nSTEP 4: with a light hand use your pomade or powder (I used @benefitcosmetics brow zings)\nSTEP 5: brush with a spoolie brush to blend\nSTEP 6: clean up with concealer on the bottom (I used @hudabeauty coconut flakes concealer)\nSTEP 7: brow gel and donezies 💓\n\n#browtutorial #makeuptutorial #eyebrowtutorial #makeupvideos #hudabeauty #makeuplooks #wakeupandmakeup #benefitbrows #benefitcosmetics\n41w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CCHO_0HHxan/', 'likes': '11,773 likes', 'age': '2020-07-01T20:33:59.000Z', 'caption': 'meliysabel\nmy favorite looks to do 🍊✨ (swipe to see pictorial!) name this look for me 🤔\n\nDETAILS-\n@benefitcosmetics kabrow\n@morphebrushes 35i palette & james Charles palette 🎨\n@hauslabs stupid love palette 🎨\n@glamvicecosmetics glow stick pigment\n@colourpopcosmetics under pressure blush stick\n@prettygrllashesej x-rated\n@toofaced better than sex mascara\n\n#morphebrushes #jamescharlespalette #colourpopcosmetics #colourpopme #wakeupandmakeup #benefitcosmetics #benefitbrows #hauslabs #summermakeup #pastelmakeup\n42w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CBwBXaXnua2/', 'likes': 'None', 'age': '2020-06-22T20:23:13.000Z', 'caption': 'meliysabel\nam I right? 🗣🤔🤔 (minus the dramatic lashes lol sorry couldn’t resist 🙈) sorry for being absent, my classes picked up again so I was focused on finishing and I finally did yesterday! How is everyone? 😊\nDETAILS:\n@benefitcosmetics baDgal máscara, cakeless concealer\n@hudabeauty coconut flakes concealer, board meeting lipstick, banana 🍌 powder\n@colourpopcosmetics blush stick in warm rose\n@dodolashes D309 (DISCOUNT CODE: MELIYSABEL) 💞\n(AUDIO- certifiabletrash on tiktok)\n#wakeupandmakeup #hudabeauty #colourpopcosmetics #undiscovered_muas #colourpop #morphebrushes #morphe #benefitcosmetics #huda #makeupvideos #makeuptutorial #aestheticmakeup #makeupideas\n44w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CBggFFzDqUy/', 'likes': '11,129 likes', 'age': '2020-06-16T19:32:53.000Z', 'caption': 'meliysabel\nHappy pride month (swipe for pictorial) 🍭🌈 💞\nI wanna do more rainbow looks! Do you want to see more pastels, neons or regular colors?\nDETAILS-\n@colourpopcosmetics punch & Zulu liner, yellow goodbye & kiss n teal mascara\n@morphebrushes 35i palette\n@shopvioletvoss sugar crystals eyeshadow\n@dodolashes d328 (discount code: MELIYSABEL)\n@benefitcosmetics kabrow\n@buxomcosmetics wanderlust blush\n#pastelmakeup #wakeupandmakeup #benefitbrows #morphebrushes #morphebabe #colourpopcosmetics #colourpopme #makeuptutorial #pridemakeup #makeupideas\n44w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CBRDPTwnLn0/', 'likes': '13,480 likes', 'age': '2020-06-10T19:32:15.000Z', 'caption': 'meliysabel\nCheetah girl (keep swiping for pictorial!)🐾 I’m returning to posting regular content but I’ll keep on spreading awareness on my story 💞\nI had so many complications with this look cause my brows are too full to cover 😅 but I’m kinda digging it (ib: @__audreyjewel & @damn.davie ) also look at my waterline! 💁🏻\u200d♀️ DETAILS:\n@charro.azteca face mask\n@benefitcosmetics ka brow (shade 4)\n@hudabeauty coconut flakes concealer, gold chains melted shadow\n@morphebrushes #jamescharlespalette 🎨\n@colourpopcosmetics honeydude liner\n@nyxcosmetics black liner\n@toofaced better than sex mascara\n@dodolashes (discount code: MELIYSABEL) 💞\n@covergirl trumatch foundation\n#wakeupandmakeup #makeuptutorial #makeuplooks #hudabeauty #huda #morphebrushes #jamescharles #morphe #undiscovered_muas #benefitcosmetics #benefitbrows #colourpopcosmetics #colourpopme #covergirl #makeuppictorial\n45w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CA3cMiunO3Q/', 'likes': '5,795 likes', 'age': '2020-05-31T20:50:05.000Z', 'caption': 'meliysabel\nBLACK LIVES MATTER. Staying silent is part of the problem. Makeup pictures can wait, there are way more important things going on in the world. Do your part, bring awareness, protest, sign petitions, donate. There is so much you can do so there is NO excuse.\n47w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/COAcc_dA2V7/', 'likes': '27,825 likes', 'age': '2021-04-23T11:33:37.000Z', 'caption': 'nicoleetait\nretro glam 💅🏼 so obsessed with this colour combo rn. also - has anyone else watched the CMBYN music video 6.66million times or just me.... big fan 🤩\n_____________\n@plouise_makeup_academy base 02 (nicoleetait10 for $$ off)\nSONG: montero (call me by your name) by @lilnasx\n____________\n#makeup #mua #makeuptutorial #makeupinspo #makeupvideos #cutcrease #eyeshadow #retro #lilnasx #callmebyyourname #montero #makeupartist #australianartist #brisbane\n3d'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CN2HFG0AmOr/', 'likes': '46,411 likes', 'age': '2021-04-19T11:14:27.000Z', 'caption': 'nicoleetait\nback on my rainbow bs 🌈\n__________\n@plouise_makeup_academy base 02 + badda black (nicoleetait10 for $ off)\nSONG: i hope you get it by crooked colours + ivan ooze\n_________\n#makeup #mua #makeupvideos #makeuptutorial #makeupinspo #inspiration #rainbow #eyeshadow #pastel #cutcrease #australia #brisbane #australianartist #blueeyes\n1w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNr0EjAg7tq/', 'likes': '24,131 likes', 'age': '2021-04-15T11:15:56.000Z', 'caption': 'nicoleetait\ngreen is not a creative colourrrrr 🐍(if u know u know)\n__________________\nfailed a look this morning, saw @lifeofkellydawn’s graphic green look and was instantly inspired ✨\n__________________\n@ivyreignbeauty lovesick lashes\n@plouise_makeup_academy base 02 (nicoleetait10 for $$$ off)\nsong: too all the ladies in the place - bassti\n__________________\n#makeup #mua #australianartist #brisbane #brisbanemakeupartist #makeupvideos #makeuptutorial #makeupinspo #inspiration #green #eyeshadow #greeneyeshadow #blueeyes\n1w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNkGXkTATta/', 'likes': '39,882 likes', 'age': '2021-04-12T11:21:54.000Z', 'caption': 'nicoleetait\n🐋 thissss is the look i did for the @corkandchroma event at @thestargoldcoast last weekend 🎨 the #40DaysofFlavour is still going, definitely recommend having a look at the other events (+ food 🤤) down at The Star Gold Coast 👏🏼 #ad\n_____________\nSONG: Freakin out on the interstate - Briston Maroney\n\n#TheStarGC #makeup #mua #makeupartist #australianartist #eyeshadow #makeuptutorials #makeupvideos\n2w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNZw0PNg_TB/', 'likes': '33,480 likes', 'age': '2021-04-08T11:01:10.000Z', 'caption': 'nicoleetait\nhello it’s me again 🔅 some of you guys wanted to see this in yellow so here we are!! i appreciate ur support in this tough time of having an empty brain 🧠\n________\nsong: bounces by xuzzdoc\n________\n#makeup #mua #makeuptutorials #makeupvideo #makeupinspo #australianartist #yellow #blueeyes #eyeshadow\n2w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNHxPMbArgM/', 'likes': '76,762 likes', 'age': '2021-04-01T11:18:31.000Z', 'caption': 'nicoleetait\nsurprise 🤡 i know i said i was taking a break from filming buuuuttttt i was really inspired by @glammed_by_lorraine so here we are 😝💙\n______________\n@plouise_makeup_academy base shade 02 (nicoleetait10 for $$ off)\nsong - all the stars by kendrick lamar + SZA\n________________\n#makeup #mua #makeupinspo #makeupvideos #makeuptutorials #eyeliner #aqua #blue #blueeyes #australianartist #brisbane #eyeshadow\n3w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNACsf4glPF/', 'likes': '24,799 likes', 'age': '2021-03-29T11:17:09.000Z', 'caption': 'nicoleetait\nstars or nah? such a big fan navy blended out with neutrals 🥰 star inspo: @cutcreaser\n______\neyebase: @plouise_makeup_academy base 02 (nicoleetait10 for $$ off)\nsong: wanted pt 2 by Nevelle Viracocha\n\n______\n#makeup #mua #navy #makeupvideos #makeuptutorials #eyeshadow #cutcrease #inspiration #makeupinspo #brisbane #australianartist\n4w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CMuA0aZgEOK/', 'likes': '78,543 likes', 'age': '2021-03-22T11:14:25.000Z', 'caption': 'nicoleetait\n🦋🐌 since my poll today was so close between a full and half cutty, i decided to take the cut wayyyy out but connect err with the liner 🤠\n__________\nsong: drop the game - flume + chet faker\neyebase: @plouise_makeup_academy in 02 and badda black for liner (nicoleetait10 for $$$ off)\n__________\n#makeup #mua #cutcrease #makeupvideos #makeuptutorials #makeupinspo #blue #blueeyes #brisbane #australianartist #eyeshadow\n5w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CMeiQYXg4ej/', 'likes': '43,802 likes', 'age': '2021-03-16T10:58:45.000Z', 'caption': 'nicoleetait\npurple & orange 😈🔥 a super requested colour combo!\n__________\nsong: FOREST FIRE by YOG$, alayna, healy\n@glamvicecosmetics liner (code NICOLE10 for $$$ off)\n___________\n#makeup #mua #makeupinspo #makeuptutorials #makeupvideos #eyeshadow #eyeliner #purple #orange #blueeyes #australianmakeupartist\n5w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/COD7IsPpkeQ/', 'likes': '12,641 likes', 'age': '2021-04-24T20:00:05.000Z', 'caption': "the_brooksbrother\ndreaming of dressing up, going out and dancing 💭 until then it's makeup brushes and a bluetooth speaker at home for me \U0001f972\n\nanyways, i tried mixing some neon pigments with my @depixym emulsions to make custom shades and i'm so happy with how they came together for this look. thank you for all the love!\n❤️🧡💛💚💙💜\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: (*𝙨𝙤𝙢𝙚 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙬𝙚𝙧𝙚 𝙜𝙞𝙛𝙩𝙚𝙙)\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@depixym cosmetic emulsions + @bymelolops pigments (mixed)\n0924 + beam\n0577 + slime\n0446 + cosmic\n1162 + ultraviolet\n1162 + atomic\n@bymelolops water inks ‘beam/slime/atomic’\n@tatti_lashes ‘TL9’ (*code ‘brooksbrother15’ to save $$$)\n*𝙖𝙛𝙛𝙞𝙡𝙞𝙖𝙩𝙚 𝙘𝙤𝙙𝙚\n\n𝙗𝙧𝙤𝙬𝙨:\n@sensoriumbeauty brow engineer ‘bleached’\n\n𝙨𝙠𝙞𝙣:\n@fentybeauty pro filt’r true matte primer\n@diormakeup backstage face and body ‘4N’\n@elfcosmetics 16hr camo concealer ‘tan sand’\n@fentybeauty matchstix ‘truffle’\n@ctilburymakeup airbrush bronzer\n@lauramercier TLSP ‘honey’\n@madebymitchell blursh ‘posey rosey’ + ‘cherry cola’\n@fentybeauty killawatt highlighter duo ‘ginger binge/moscow mule’\n\n𝙡𝙞𝙥𝙨:\n@emolynecosmetics ‘morocco’ lip liner\n@makeupforever artist pencil ‘limitless brown’\n@fentybeauty slip shine lipstick ‘makeout break’\n@patricktabeauty major glow lip shine ‘she’s expensive'\n________________\n#makeupbymichaelbrooks #thebrooksbrother #rainbow #queer #lgbt #explore #explorepage #theartistedit #reels #instagramreels\n2d"}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CN3BoG9plO-/', 'likes': '8,484 likes', 'age': '2021-04-19T19:46:02.000Z', 'caption': 'the_brooksbrother\n✨🌈⭐️ rainbow brite ⭐️🌈✨\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: (*𝙨𝙤𝙢𝙚 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙬𝙚𝙧𝙚 𝙜𝙞𝙛𝙩𝙚𝙙)\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@depixym cosmetic emulsions + @bymelolops pigments (mixed)\n0924 + beam\n0577 + slime\n0446 + cosmic\n1162 + ultraviolet\n1162 + atomic\n@bymelolops water inks ‘beam/slime/atomic’\n@tatti_lashes ‘TL9’ (*code ‘brooksbrother15’ to save $$$)\n*𝙖𝙛𝙛𝙞𝙡𝙞𝙖𝙩𝙚 𝙘𝙤𝙙𝙚\n\n𝙗𝙧𝙤𝙬𝙨:\n@sensoriumbeauty brow engineer ‘bleached’\n\n𝙨𝙠𝙞𝙣:\n@fentybeauty pro filt’r true matte primer\n@diormakeup backstage face and body ‘4N’\n@elfcosmetics 16hr camo concealer ‘tan sand’\n@fentybeauty matchstix ‘truffle’\n@ctilburymakeup airbrush bronzer\n@lauramercier TLSP ‘honey’\n@madebymitchell blursh ‘posey rosey’ + ‘cherry cola’\n@fentybeauty killawatt highlighter duo ‘ginger binge/moscow mule’\n\n𝙡𝙞𝙥𝙨:\n@emolynecosmetics ‘morocco’ lip liner\n@makeupforever artist pencil ‘limitless brown’\n@fentybeauty slip shine lipstick ‘makeout break’\n@patricktabeauty major glow lip shine ‘she’s expensive\n________________\n#makeupbymichaelbrooks #thebrooksbrother #rainbow #queer #lgbt #explore #explorepage #theartistedit #v93oo #liner\n1w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CNan3hEJPZo/', 'likes': '10,423 likes', 'age': '2021-04-08T19:02:37.000Z', 'caption': 'the_brooksbrother\nAD ‣ excuse me but this new @elfcosmeticsuk camo cc cream?! i i really had no idea a cc cream could DELIVER like this! not only did it make my skin look bouncy, hydrated and even (hello coverage 🤠) but it’s full of gorgeous ingredients like SPF 30 to protect, hyaluronic acid to hydrate, and niacinamide to brighten and even the skin tone. on top of all that, it’s only £14!\n\navailable in 20 flexible shades at @bootsuk 〰️ vegan & cruelty free\n\n♡ to accent this beautiful base i added the ‘opposites attract’ eyeshadow palette and primer infused blush in ‘always breezy’ ♡\n\n#eyeslipsface #elfingamazing #elfcosmeticsuk #vegan #crueltyfree #thebrooksbrother #makeupbymichaelbrooks\n2w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CNSr4q2pWfE/', 'likes': '9,434 likes', 'age': '2021-04-05T17:03:24.000Z', 'caption': "the_brooksbrother\nsunlight feeling like mother nature's anti depressant after a long, dark winter ☀️ people always say direct sunlight is the best filter and i have to agree: even when we filter our own lives and experiences through light and warmth, they don't seem so bad.\n\nhoping you're all able to find some sunshine (literally or figuratively) out there and bathe in it ❤️✨\n3w"},{'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CNN2bp5pKGf/', 'likes': '10,252 likes', 'age': '2021-04-03T19:59:21.000Z', 'caption': "the_brooksbrother\na technicolor dreamcoat 🎨 used the @officialbyredo prismic palette (c/o @isamayaffrench 🌹) + @depixym emulsions 🖌 lashes from @bewispy 'anna-kay' #thebrooksbrother #makeupbymichaelbrooks\n3w"}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CM-otxtJG2y/', 'likes': '5,891 likes', 'age': '2021-03-28T22:11:34.000Z', 'caption': 'the_brooksbrother\nthis has been sitting in my drafts for over a week now but you know what!! life happens and sometimes breaks are needed. full video is up on my youtube channel, it’s less of a tutorial more of a catch up. link in bio 💜 happy spring ppl! 🌸🍊🌀\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙:\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@artistcouture ‘ethereal bloom’ palette\n@artistcouture diamond lights finisher ‘epiphany’\n@bymelolops @cutcreaser water ink ‘point break’\n@shop.audaciousbeauty ‘peitho’ lashes\n\n𝙗𝙧𝙤𝙬𝙨:\n@got2b glued spiking gel\n(tutorial on IGTV)\n\n𝙨𝙠𝙞𝙣:\n@milkmakeup hydrogrip primer\n@elfcosmetics poreless putty primer\n@glowbyauric glow lust ‘citrine’\n@narsissist soft matte foundation ‘valencia’\n@narsissist soft matte concealer ‘biscuit’\n@fentybeauty pro filt’r concealer ‘310’\n@fentybeauty matchstix ‘truffle’\n@madebymitchell blursh ‘peach sugar’\n@lauramercier TLSP original\n@fentybeauty pro filt’r powder foundation ‘320’\n@fentybeauty sunstalk’r bronzer ‘bajan gyal’\n@glowbyauric glow lust ‘pyrite’\n@fentybeauty diamond bomb ‘how many carats?!’\n\n𝙡𝙞𝙥𝙨:\n@makeupforever artist pencil ‘endless cacao’ + ‘limitless brown’\n@fentybeauty glossbomb cream ‘mauve wive$’\n@limecrime wet cherry gloss ‘extra poppin’\n________________\n#thebrooksbrother #makeupbymichaelbrooks #queer #lgbt #meninmakeup #explore #explorepage #spring #springmakeup #graphicliner #reels #reelsinstagram\n4w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CMdEC9hpwR2/', 'likes': '11,140 likes', 'age': '2021-03-15T21:15:32.000Z', 'caption': 'the_brooksbrother\nspring things 🌸🌀🍑 grow, blossom and change 💜\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙:\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@artistcouture ‘ethereal bloom’ palette\n@artistcouture diamond lights finisher ‘epiphany’\n@bymelolops @cutcreaser water ink ‘point break’\n@shop.audaciousbeauty ‘peitho’ lashes\n\n𝙗𝙧𝙤𝙬𝙨:\n@got2b glued spiking gel\n(tutorial on IGTV)\n\n𝙨𝙠𝙞𝙣:\n@milkmakeup hydrogrip primer\n@elfcosmetics poreless putty primer\n@glowbyauric glow lust ‘citrine’\n@narsissist soft matte foundation ‘valencia’\n@narsissist soft matte concealer ‘biscuit’\n@fentybeauty pro filt’r concealer ‘310’\n@fentybeauty matchstix ‘truffle’\n@madebymitchell blursh ‘peach sugar’\n@lauramercier TLSP original\n@fentybeauty pro filt’r powder foundation ‘320’\n@fentybeauty sunstalk’r bronzer ‘bajan gyal’\n@glowbyauric glow lust ‘pyrite’\n@fentybeauty diamond bomb ‘how many carats?!’\n\n𝙡𝙞𝙥𝙨:\n@makeupforever artist pencil ‘endless cacao’ + ‘limitless brown’\n@fentybeauty glossbomb cream ‘mauve wive$’\n@limecrimemakeup wet cherry gloss ‘extra poppin’\n________________\n#thebrooksbrother #makeupbymichaelbrooks #queer #lgbt #meninmakeup #explore #explorepage #spring #springmakeup #graphicliner\n6w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CMVjwV7pT6m/', 'likes': '3,715 likes', 'age': '2021-03-12T23:18:41.000Z', 'caption': "the_brooksbrother\nearly '21 dump 📝🤳🏽 some things and moments from the year so far. lowkey been going through it and i just haven't felt up to talking about it online - in short i've just been adjusting to a lot of changes, one of them being my choice to leave london for a while. the amount of work (professional + personal) i needed to do on myself was becoming too much to handle in the midst of a panasonic - all while being so far away from my family. for anyone who has no idea what i'm talking about, i'm a canadian who has lived abroad in the uk on and off for several years. so, i left and frankly i don't know when i'll be back. i've been home for a few months now but, i've been really struggling with the idea of 'home' and what it even means? i'm trying to remember that 'home' is wherever i am, this body is my home. as more connections and discoveries dawn on me, i hope i'm able to pick up my work pace, create new habits and routines that benefit me, my health (mental + physical) and the people that i love. that includes the wonderful people that support my work, you. i'm not complaining, just sharing 💭\nto anyone who may be struggling or feeling overwhelmed with just existing, know that you are not alone, take things one day at a time, and remember that your needs are important. try to focus on what's in front of you, today 💜\n6w"}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CMK4Mm6p0P0/', 'likes': '7,245 likes', 'age': '2021-03-08T19:45:40.000Z', 'caption': "the_brooksbrother\n⭐️🤎🖍👨🏽\u200d🎨📚 hi! picked up some thrifted things recently, shall i do a lil 'how i style _____' video? lmk! lashes from @shop.audaciousbeauty 'aphrodite' / lip combo @makeupforever 'endless cacao' + 'limitless brown' with @fentybeauty glossbomb cream 'fenty glow' 💋\n7w"}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CN-9AVuJPP3/', 'likes': '1,395 likes', 'age': '2021-04-22T21:39:35.000Z', 'caption': 'laurwongs\ntried out a new color combo🌺\n•\n•\nEYES\n@colourpopcosmetics spring palettes “hi, society”, “too haute”, and “rumor has it”\nLIPS\n@colourpopcosmetics so juicy gloss “diamond cut”\n4d'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CN3QZiVJXAe/', 'likes': '1,772 likes', 'age': '2021-04-19T21:55:25.000Z', 'caption': 'laurwongs\nthis week went by so FAST. i meant to post this sooner but anyway here’s the process video for my last look🦋\n•\n•\nBROWS\n#benefitcosmetics micro filling brow pen dark brown\nEYES\n#glistencosmetics wet liners in strawberry, blueberry, peach, mint, and grape\n#colourpop What dreams are made of Lizzie McGuire palette\n#bebellacosmetics life in pastel palette\n#danglashes style “bossy”\nFACE-\n#milkmakeup hydro grip primer, foundation stick “almond”\n#youthforia BYO blush oil “chemical reaction”\n#colourpopcosmetics Lizzie McGuire blush “you are magnifico”, pretty fresh concealer\n#fentybeauty killawatt highlighter “hu$tla baby”\n#urbandecaycosmetics all nighter setting spray\nLIPS-\n#colourpopcosmetics so juicy gloss “beachwood”\n#morphebrushes lip liner sweet tea\n#revlon brow pencil dark brown 220\n6d'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNnswBwJ6qR/', 'likes': '1,607 likes', 'age': '2021-04-13T20:55:01.000Z', 'caption': 'laurwongs\ni luvvv sketching out liner shapes so here’s something i brought to life for a pastel collab w @davxrv 🤍\n•\n•\nBROWS\n@benefitcosmetics micro filling brow pen dark brown\nEYES\n@glisten_cosmetics wet liners in strawberry, blueberry, peach, mint, and grape\n@colourpopcosmetics What dreams are made of Lizzie McGuire palette\n@bebellacosmetics life in pastel palette\n@shopdanglashes style “bossy”\nFACE-\n@milkmakeup hydro grip primer, foundation stick “almond”\n@getyouthforia BYO blush oil “chemical reaction”\n@colourpopcosmetics Lizzie McGuire blush “you are magnifico”, pretty fresh concealer\n@fentybeauty killawatt highlighter “hu$tla baby”\n@urbandecaycosmetics all nighter setting spray\nLIPS-\n@colourpopcosmetics so juicy gloss “beachwood”\n@morphebrushes lip liner sweet tea\n@revlon brow pencil dark brown 220\n1w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNi3qn4puty/', 'likes': '1,288 likes', 'age': '2021-04-11T23:54:11.000Z', 'caption': 'laurwongs\nmood today is green🥝\n•\n•\nBROWS-\n@benefitcosmetics micro filling brow pen dark brown\nEYES-\n@colourpopcosmetics Lizzie McGuire palette\n@shopdanglashes in style “bossy”\nFACE-\n@milkmakeup hydro grip primer, sunshine skin tint “honey”\n@colourpopcosmetics pretty fresh concealer\n@urbandecaycosmetics all nighter setting spray\n@kaleidosmakeup charisma contour palette\n@fentybeauty killawatt highlighter “hu$tla baby”\nLIPS-\n@morphebrushes lip liner sweet tea\n@sweetstreetcosmetics lip liner sweet thang\n@colourpopcosmetics so juicy gloss “Lizzie”\n2w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNdVGVPpS-B/', 'likes': '9,100 likes', 'age': '2021-04-09T20:16:05.000Z', 'caption': 'laurwongs\n☄️ this emoji but on my eyelids\n•\n•\n@2tachi nose cuff\n#glistencosmetics strawberry wet liner\n#bebellacosmetics oh poppy palette\n#morphebrushes Jaclyn hill II palette\n#milkmakeup hydro grip primer, sunshine skin tint “honey”, hydro grip setting spray\n#revlon brow pencil 220 dark brown\n#benefitcosmetics micro filling brow pen deep brown\n#youthforia chemical reaction blush oil\n#colourpopcosmetics so juicy gloss “diamond cut”\n#essencecosmetics high beauty fixing compact powder\n#danglashes style “bossy”\n#narscosmetics velvet matte lip pencil “bahama”\n2w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNV1g38pkHw/', 'likes': '998 likes', 'age': '2021-04-06T22:25:15.000Z', 'caption': 'laurwongs\neyeliner to match the skirt🪐🤎\n•\n•\n@princesspollyboutique Vincent mini skirt\n@diormakeup sparkling couture palette\n@milkmakeup hydro grip primer, foundation stick almond, hydro grip setting spray\n@colourpopcosmetics so juicy gloss “princess cut”\n@narsissist velvet matte lip pencils “bahama” and “lonely heart”\n@moiracosmetics blush duo\n2w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNOAHCnJHGE/', 'likes': '6,012 likes', 'age': '2021-04-03T21:24:07.000Z', 'caption': 'laurwongs\nsome swirly liner☔️\n•\n•\n#glistencosmetics wet liners in blueberry, grape, strawberry\n#morphebrushes lashes in yass queen\n#milkmakeup hydro grip primer, sunshine skin tint “honey”, hydro grip setting spray\n#koparibeauty coconut water moisture cream\n#fentybeauty gloss bomb\n#sweetstreetcosmetics lipstick and lip liner bro “sweet thang”\n#colourpopcosmetics blush in “flower tender” and pretty fresh concealer\n#benefitcosmetics micro filling brow pen deep brown\n#essencecosmetics high beauty fixing compact powder\n3w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNBP5n7JFYA/', 'likes': '1,867 likes', 'age': '2021-03-29T22:31:46.000Z', 'caption': 'laurwongs\na simple pink look for spring🍡 so happy the weather is getting warmer omg (even tho my allergies are acting up)\n•\n•\n@morning.disco cherry necklace\n@luxiebeauty rose gold brush set\n@benefitcosmetics micro filling brow pen\n@bebellacosmetics pastel palette, dreaming in color palette\n@tatti_lashes style TL 2\n@youthtothepeople 15% vitamin C energy serum\n@colourpopcosmetics animal crossing blush “flower tender”\n@milkmakeup hydro grip primer, sunshine skin tint shade “honey”, hydro grip setting spray\n@narsissist velvet matte lip pencil shade bahama\n@revlon brow pencil dark brown\n@colourpopcosmetics so juicy gloss in beachwood\n3w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CM0WKOZpJz-/', 'likes': '6,755 likes', 'age': '2021-03-24T22:16:21.000Z', 'caption': 'laurwongs\n🌼groovy🌼\ngot my first vaccine dose today and now im ready to take a nap😌 look inspired by @maytahmi and @the_brooksbrother 🧡\n•\n•\nBROWS-\n@benefitcosmetics micro filling brow pen dark brown\nEYES-\n@koparibeauty starry eye balm\n@glisten_cosmetics wet liners vanilla, strawberry\n@morphebrushes lashes in “yass queen”\nFACE-\n@milkmakeup hydro grip primer, sunshine skin tint “honey”\n@colourpopcosmetics Lizzie McGuire “you are magnificent” blush\nLIPS-\n@sweetstreetcosmetics lipstick and liner “sweet thang”\n@fentybeauty gloss bomb “fenty glow”\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/COIk5uuLBCD/', 'likes': '10,200 likes', 'age': '2021-04-26T15:21:22.000Z', 'caption': 'tatianaroseart\nblue jean\n\nmakeup -\n@doseofcolors meet your hue foundation\n@shiseido synchro skin self refreshing concealer\n@vievemuse eyeshadow palette and lipstick in vieve\n@kvdbeauty tattoo liner\n\nfit -\njeans @glassons\ndenim boots @asos (a while back though)\n6h'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CN7kkKyLey4/', 'likes': '10,640 likes', 'age': '2021-04-21T14:08:18.000Z', 'caption': 'tatianaroseart\nfuture shadow ⚡️\n5d'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CNkcuIdLS60/', 'likes': '25,684 likes', 'age': '2021-04-12T14:37:13.000Z', 'caption': 'tatianaroseart\nthis is my stage makeup for the cabaret show I’m a dancer in this weekend, I’m so excited to share. I’m also so happy to be performing again after my ankle injury, it’s felt like forever - I was so happy even during extra long rehearsals lol.\nall the dancers have the same lashes and of course red lip, but we all get to choose our own eyeshadow colour which is so fun while keeping the old school cabaret touches and nods to the 20s/30s. I’m hoping to share a lil video getting ready backstage and can show the products I like to use❣️\n2w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CNNOQvpLzCQ/', 'likes': '10,502 likes', 'age': '2021-04-03T14:08:20.000Z', 'caption': 'tatianaroseart\ncolour play💋\n\n@sugarpill fun size palette\n@claropsyche real fantasy palette\n@hudabeauty pastel mint palette\n@meltcosmetics steel gel liner\n@meccamax brow guru pencil and gel\n@milkmakeup sunshine skin tint\n@aboutfacebeauty light lock powder in this bliss\n@hermes limited edition satin lipstick in corail aqua\n@incrediblecosmetics gloss\n3w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CNC8CZXLjMu/', 'likes': '7,788 likes', 'age': '2021-03-30T14:16:41.000Z', 'caption': 'tatianaroseart\n⭕️\nreplica eero aarnio ball chair and my mums vintage bodysuit\n3w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CM7GQtkrCGF/', 'likes': '4,733 likes', 'age': '2021-03-27T13:12:06.000Z', 'caption': 'tatianaroseart\n❤️\n@kvdbeauty edge of reality palette\n@meccamax brow guru pencil in medium\n@sweedlashes lash lift mascara\n@meltcosmetics honey thief cream blushlight\n@shiseido modern matte powder lipstick in shock wave\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CM5pSwJhOYm/', 'likes': '6,331 likes', 'age': '2021-03-26T23:39:44.000Z', 'caption': 'tatianaroseart\n💋\n@aboutfacebeauty light lock highlighting fluid (obsessed)\n@firstaidbeauty bendy avocado concealer\n@kvdbeauty edge of reality palette\n@patmcgrathreal skin fetish highlighter trio\n@sweedlashes lash lift mascara (loving this)\n@meccamax brow pencil in dark brown\n@shiseido modern matte powder lipstick in shock wave\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CMzbu92rlyE/', 'likes': '5,182 likes', 'age': '2021-03-24T13:45:48.000Z', 'caption': 'tatianaroseart\nin between shots\n-\nmakeup:\n@kkwbeauty opalescent palette\n@mybeautybrand sheer brilliance highlighter jacqueline gold\n@emcosmetics micro fluff brow cream\n@kkwbeauty lip pencil in birthday kiss and liquid lip in surprise party\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CMhQmbXrvsg/', 'likes': '9,287 likes', 'age': '2021-03-17T12:22:12.000Z', 'caption': 'tatianaroseart\nabout face •\ngot to play with some @aboutfacebeauty products today :)\n#aboutface matte fluid eye paints in lost unfound and white noise, shadowstick in acidic and creature, light lock powder in this bliss and fix lip pencil in cradled •\nrest of face is @doseofcolors meet your hue foundation and blush is @colourpopcosmetics x AC flower tender blush\n🖤\n5w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/COGHHGoJ5wd/', 'likes': '4,301 likes', 'age': '2021-04-25T16:22:34.000Z', 'caption': 'grimmfairyfaces\n•Black Diamond•\n\n.\n.\n.\n\n.\n.\n#graphicmakeup#graphiclinerlook#smokeyeyeshadow#smokeyeyeliner#editorialmakeupartist#smokeyeyesmakeup#inbeautmag#beautyvain\n1d'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CN-e3udJaWO/', 'likes': '2,348 likes', 'age': '2021-04-22T17:16:16.000Z', 'caption': 'grimmfairyfaces\n•Shades Of Blue•\n\n.\n•SKIN:\n@milkmakeup\nVegan Milk Moisturizer\nHydro Grip Primer\nFlex Concealer in Porcelain\n@ctilburymakeup\nLimited Edition Filmstar Bronze & Glow Set\n.\n.\n.\n•EYES:\n@milkmakeup\nKush High Volumizing Mascara\n@colourpopcosmetics\nCreme Gel Liner in Prance\n.\n.\n•BROWS•\n@benefitcosmetics\n24-Hr Brow Setter Invisible Brow Gel\n\n.\n.\n.\n#colourpopcosmetics#graphiclinerlook#milkmakeup#sharplines#benefitcosmetics#colourfuleyes#modelmalay#studiofam#editorialmakeup#beautyvain\n4d'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CN5dKQ-pJet/', 'likes': '4,237 likes', 'age': '2021-04-20T18:25:07.000Z', 'caption': 'grimmfairyfaces\n•Bee Garden•\n\n▪️Recreation, Original Artist: @alanadeehaynes\n\n.\n.\n.\n\n.\n.\n.\n#creativemakeuplook#universemakeup#thisismakeup#makeupcoyote#coolmakeup#avantgardemakeup#abstractmakeup#creativemakeup#muaawesome#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit\n6d'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNxv6RyJyLL/', 'likes': '4,524 likes', 'age': '2021-04-17T18:35:02.000Z', 'caption': 'grimmfairyfaces\n• Dream Of The Lily•\n\n.\n.\n.\n\n.\n.\n.\n\n#editorialmakeuplook#sharpliner#eyeshadowmakeup#graphiclinerlooks#graphiclinerlook#eyeshadowpictorial#editorialmakeupartist#makeupoftoday#colourpopeyeshadow\n#grimmfairyfaces\n1w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNsi3grJUm1/', 'likes': '2,430 likes', 'age': '2021-04-15T18:04:51.000Z', 'caption': 'grimmfairyfaces\n•Cherry Red•\n\n.\n.\n\n.\n.\n.\n#makeupforeveryday#graphiclinerlook#makeupcoyote#coolmakeup#makeuphum#igdailyphoto#igmakeupartist#dazedbeauty#inbeautmag#v93oo#runawaymakeup#abh#trucoo#studiofam#thelist#universemakeup\n1w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNnWZ9CJ36u/', 'likes': '5,430 likes', 'age': '2021-04-13T17:39:45.000Z', 'caption': 'grimmfairyfaces\n•Paper Boats•\n\nKey product:\n@depixym Cosmetics Emulsion in #0446, 0004 &0404\n\nThe idea of this look is inspired by PicsArt image by an unknown artist.\n\n.\n.\n\n.\n.\n.\n.\n#coolmakeups#makeupcoyote#muaxdiscover#thisismakeup#avantgardemakeup#abstractmakeup#creativemakeuplooks#creativemakeup#muaawesome#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit#universemakeup\n1w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNfnCCPp88r/', 'likes': '2,722 likes', 'age': '2021-04-10T17:31:07.000Z', 'caption': 'grimmfairyfaces\n•Extremely Sharp•\n\nاگر استوری های آموزش پست قبلی رو\u200c دیده باشین، این خط چشم هم با همون روش و براش دیتیل کوچک انجام شده. حتی برای خط چشم معمولی، چه با سایه یا مداد چشم kohl، میتونین از این براش هم استفاده کنین🤎.\n\n.\n.\n.\n\n.\n.\n.\n#graphiceye #hauslabslooks #beautyvain #graphiclinerlook #linerart #makeupcoyote #sharplines #graphicliner\n2w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNamM3Mps_C/', 'likes': '3,512 likes', 'age': '2021-04-08T18:47:39.000Z', 'caption': "grimmfairyfaces\n•Black Rose•\n\nDid you catch the tutorial of this look in stories?\n\nآموزش این آرایش رو تو استوری های امروز دیدین؟\n#grimmfairyfaces\n.\n.\n•SKIN:\n@milkmakeup\nVegan Milk Moisturiser\nHydro Grip Primer\n@fentybeauty\nPro Filt'r Hydrating Longwear Foundation in 120\nWhat It Dew Makeup Refreshing Spray\n@milkmakeup\nBlur + Set Matte Loose Setting Powder in Translucent Light\n\n•EYES:\n@hauslabs\nEye-Dentify Gel Kohl Eyeliner\n@fentybeauty\nFull Frontal Volume, Lift & Curl Mascara\n\n•BROWS:\n@hauslabs\nThe Edge Precision Brow Pencil In Noir\n\n.\n.\n.\n#creativemakeuplook #eyemakeuptutorials #beautyvain #graphiclinerlook #makeupeditorial #abstractmakeup #beautyeditorial #inbeautmag #hauslabs #milkmakeup #fentybeauty\n2w"}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNX4wT1p8fm/', 'likes': 'None', 'age': '2021-04-07T17:36:06.000Z', 'caption': 'grimmfairyfaces\nRoad to paradise\n\nUsing @depixym cosmetics Emulsions for this painting.\n\nRecreation, original artist: @beaubfrank\n___________________________\nدوست داشتم مراحل کشیدن این نقاشی رو باهاتون به اشتراک بذارم🥰.\n\n.\n.\n.\n.\n.\n.\n#coolmakeups#makeupcoyote#muaxdiscover#thisismakeup#avantgardemakeup#abstractmakeup#creativemakeuplooks#creativemakeup#theartistedit#avantgrade#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit#universemakeup#grimmfairyfaces\n2w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CN-1-Jap8YC/', 'likes': '8,051 likes', 'age': '2021-04-22T20:38:07.000Z', 'caption': 'glamxbrit\nhiiii everyone y it feel like i haven’t posted in foreverrrr 😖 anywayyy happy thursday!! 😌\nproducts used👇🏼\n@colourpopcosmetics just my luck, mint to be & mandalorian palettes\n@lillylashes miami lashes\n@hudabeautyshop stick foundation\n@colourpopcosmetics fab lippie stix\n@milkmakeup electric clear gloss\n4d'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNqG_eqpl2E/', 'likes': '6,854 likes', 'age': '2021-04-14T19:22:47.000Z', 'caption': 'glamxbrit\ngreen silky dresss🌟 i did this look a week ago but gosh it took everything in me to look thru all the pics and choose the ones i liked plus i wanted a lil break on creating :)\ninspo @romaneinnc <3\nproducts used:\n@maccosmetics contemplative state paint pot\n@colourpopcosmetics mint to be palette\n(idk what lashes these are, sorryy😣)\n@milkmakeup skin tint\n@maybelline fit me concealer\n@lauramercier setting powder\n@mavenbeauty buena and snatched lipstick\n1w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNauPX0JoqH/', 'likes': '10,451 likes', 'age': '2021-04-08T19:57:54.000Z', 'caption': 'glamxbrit\n🌼🐞i don’t usually have a hard time with eyeliner but yesterday was just... yeah LMAOOO i had to take off my eyeliner twice so i could be happy with it😣\nhair inspo: @cecilialaulanne <3\nproducts used👇🏼\n@maccosmetics radiant sheet foundation\n@maybelline fit me concealer\n@lauramercier setting powder\n@colourpopcosmetics miss bliss palette &uh huh honey palette\n@beautycreations.cosmetics “goat” lashes\n@sheencosmeticsofficial 9 color eyeliner palette\n@morphebrushes “sweet tea” lip liner\n& “chill” gloss #graphicliner #editorialmakeup\n2w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNVmDqYpnqn/', 'likes': '14,390 likes', 'age': '2021-04-06T20:10:12.000Z', 'caption': 'glamxbrit\n🛍🌼🍒finally used the lizzie mcguire palette by @colourpopcosmetics it’s soooo cute!! ALSO the mess in the back isn’t what it looks like😞 i’m decluttering my makeup so i have a bunch of boxes and bags filled with stuff 😄inspo @slaybyjess 🧡\nproducts used👇🏼\n@colourpopcosmetics lizzie mcguire palette\n@hudabeauty luminous matte foundation\n@benefitcosmetics hoola bronzer\n@colourpopcosmetics you are magnifinco blush\n@theboldfacemakeup dream team lashes\n2w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNN2iUKJBUF/', 'likes': '6,346 likes', 'age': '2021-04-03T20:00:16.000Z', 'caption': 'glamxbrit\n💋 hope u all have a beautiful saturday :) inspo @samvissermakeup 🎀\nproducts used👇🏼\n@samplebeauty the equalizer palette\n@benefitcosmetics roller liner\n@sheencosmeticsofficial french rose liner\n@theboldfacemakeup dream team lashes\n@hudabeautyshop luminous foundation\n@colourpopcosmetics lizzie mcguire blushes\n@colourpopcosmetics ctrl lippie stix\n@milkmakeup buzzed glossy lip plumber\n3w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNIsMDpJzGb/', 'likes': '13,051 likes', 'age': '2021-04-01T19:53:38.000Z', 'caption': 'glamxbrit\nthe sun did exactly what she needed to hehe⭐️ you know summer is approaching when the sun is perfectly hitting my window 😌\nproducts used👇🏼\n@sheencosmeticsofficial 9 color eyeliner palette\n@milkmakeup skin tint\n@maybelline fit me concealer\n@colourpopcosmetics good luck charm blush\n@colourpopcosmetics fab lippie stix #graphicliner #editorialmakeup\n3w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNBCvoLp0Qr/', 'likes': '16,618 likes', 'age': '2021-03-29T20:36:49.000Z', 'caption': 'glamxbrit\n🤎🌊brown of course never misses! i’ve done this eyeshadow look in 3 different colors but idccc\ninspo: @vivis_makeup & @artdr3am 🤍\n\nproducts used\n@bhcosmetics bff palette\n@mavenbeauty define and medium blend palette\n@theboldfacemakeup “the original” lashes\n@lauramercier tinted moisturizer\n@maybelline fit me concealer\n@mavenbeauty dripped out highlighter\n@morphebrushes sweet tea liner\n@nyxcosmetics clear gloss\n4w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CM7ygQRJ8f_/', 'likes': '9,777 likes', 'age': '2021-03-27T19:38:42.000Z', 'caption': 'glamxbrit\n🌺🧚🏼\u200d♀️🍇🍭some more spring vibes for youuu🥰 tutorial of this look on @makeupdotcom ,click the link in my bio 💜 #sponsored #makeupdotcom #byloreal\n\nproducts used👇🏻\n@nyxcosmetics ultimate utopia palette\n@nyxcosmetics white retractable liner\n#makeup #purple\n4w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CM2tGAdpJBT/', 'likes': '6,281 likes', 'age': '2021-03-25T20:15:49.000Z', 'caption': 'glamxbrit\nAffordable glam ✨using @maybelline @target under $25 🖤#ad #maybellinepartner\n\nproducts used👇🏼\n@maybelline ExpertWear Twin Brow &\nEye Pencil “dark brown”\n@maybelline LineExpress Pencil Liner “brownish black”\n@maybelline ExpertWear Eyeshadow Quads “sunlit bronze” and “chai latte”\n@maybelline ExpertWear Eyeshadow “dusty rose”\n@maybelline Great Lash Mascara “very black”\n4w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/COCHSJrpi5r/', 'likes': '8,949 likes', 'age': '2021-04-24T03:07:07.000Z', 'caption': 'bribri.tx\nHi, we are finally out of the hospital & everything is going well so far!:) I wanted to do something fun b/c I am so happy to be home w my bb\U0001f972\n—\n@colourpopcosmetics ‘Fade into hue’ palette, blush stix ‘Flamenco’\n@suvabeauty ‘Space panda’ hydra liner\n@deciem serum foundation\n@milkmakeup tattoo stamp\n@nyxcosmetics ‘Nude truffle’ lip pencil\n@morphebrushes ‘Jet’ gel liner, Continuous setting mist\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#editorialmakeup #colourpopme #avantgarde #minimua #morpheglamfam #colorfulmakeup #modelmalay #suvabeauty #aestheticmakeup #makeupofig #morphebabe #modelmakeup #nyxprofessionalmakeup #atxmua #makeupbloggers #cutemakeup #theartistedit #funmakeup #studiofam #avantgardemakeup #tiktokmakeup\n2d'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CN_Oiyap_JU/', 'likes': '4,599 likes', 'age': '2021-04-23T00:12:50.000Z', 'caption': 'bribri.tx\nHi, I wanted to post since I haven’t been on in a while. Thank you for worrying about me! Y’all are amazing & ily🥺 I was not in the hospital for myself but for one of my bbs. It’s been a tough week for them & hoping they get out soon. Thank y’all for being so patient with me! xoxo\n—\n@colourpopcosmetics ‘Check please’, ‘Citrus squeeze’, ‘We’re off’ colour stix\n@deciem serum foundation\n@kajabeauty ‘bossy’ cheeky stamp, ‘Crystal clear’ gloss shot\n@karabeautyofficial ‘Rose quartz’ highlight\n@acebeaute ‘Be peachy’ lip liner\n—\n#colorfuleyeshadow #avantgarde #editorialmakeup #colourpopme #theartistedit #modelmalay #modelmakeup #minimua #makeupoftheday #kajabeauty #atxmua #aestheticmakeup #cutemakeup #boldmakeuplook #tiktokmakeup #deciemtheordinary #minimalmakeup\n3d'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNtPO-JJkZ0/', 'likes': '18,865 likes', 'age': '2021-04-16T00:32:32.000Z', 'caption': 'bribri.tx\nThis color is so beautiful, would you say this is an emerald green? It’s so elegant!\n—\n@colourpopcosmetics pretty fresh concealer, no filter setting powder\n@morphebrushes skin tint ‘marshmallow’, Jaclyn hill V1 palette, 35 icy palette\n@hardcandylife sheer envy hydrating primer\n@acebeaute ‘be peachy’ lip liner\n@kajabeauty ‘honey drizzle’ gloss shot\n@salonperfect lashes\n—\n#colorfuleyeshadow #morphebabe #avantgarde #editorialmakeup #colourpopme #theartistedit #modelmalay #morpheglamfam #modelmakeup #minimua #makeupoftheday #hardcandylife #atxmua #aestheticmakeup #cutemakeup #boldmakeuplook #tiktokmakeup\n1w'},{'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNjCdT0pTBi/', 'likes': '48,825 likes', 'age': '2021-04-12T01:28:29.000Z', 'caption': 'bribri.tx\n🤍🤍🤍\n—\n@morphebrushes white concealer, ‘thx’ lip crayon, continuous setting mist\n@colourpopcosmetics pretty fresh concealer & tinted moisturizer\n@milkmakeup ‘baked’ matte bronzer, lip + cheek ‘perk’\n@nyxcosmetics ‘coffee’ lip pencil\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#whiteeyeliner #editorialmakeup #colourpopme #avantgarde #morpheglamfam #studiofam #makeupbloggers #milkmakeup #modelmakeup #tiktokmakeup #nyxprofessionalmakeup #morphebabe #minimua #atxmua #cutemakeup #graphicliner #makeupoftheday #modelmalay #euphoriamakeup #theartistedit #undiscovered_muas\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNgnEttJuSj/', 'likes': '8,643 likes', 'age': '2021-04-11T02:50:43.000Z', 'caption': 'bribri.tx\n✨💕Pink💕✨\nHope y’all had a lovely Saturday! I’m trying to put out more content for y’all:) Love you guys! xoxo\n—\n@colourpopcosmetics Fade into hue palette, ‘shortcake’ blush\n@morphebrushes ‘hint of marshmallow’ skin tint, continuous setting mist\n@elfcosmetics hydrating camo concealer\n@milkmakeup hydro grip primer, ‘baked’ matte bronzer\n@fentybeauty ‘how many carats?’ diamond bomb\n@nyxcosmetics ‘nude truffle’ lip pencil, ‘crème brulee’ butter gloss\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#avantgardemakeup #nyxcosmetics #minimua #colourpopme #pinkeyeshadowlook #milkmakeup #euphoriamakeup #makeupbloggers #elfcosmetics #aestheticmakeup #morphebabe #cutemakeup #studiofam #fentybeauty #modelmakeup #theartistedit #modelmalay #avantgarde #editorialmakeup #cutcreaselook #pinkmakeup\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNbX7ItJy6k/', 'likes': '13,183 likes', 'age': '2021-04-09T02:02:08.000Z', 'caption': 'bribri.tx\nMore than a woman to me💘\nI had to do a look with the Fade into hue palette asap!\n—\n@colourpopcosmetics Fade into his palette, no filter setting powder\n@morphebrushes ‘hint of marshmallow’ skin tint, continuous setting mist\n@milkmakeup hydro grip primer, ‘baked’ matte bronzer\n@nyxcosmetics ‘nude truffle’ lip pencil, ‘beach casual’ filler instinct\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#colorfuleyeshadow #avantgarde #colourpopme #editorialmakeup #milkmakeup #aestheticmakeup #morphebabe #cutemakeup #springmakeup #nyxcosmetics #modelmakeup #minimua #makeupbloggers #makeupoftoday #theartistedit #modelmalay #euphoriamakeup #runwaymakeup #makeupofig\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNYpebap1x1/', 'likes': '9,633 likes', 'age': '2021-04-08T00:37:47.000Z', 'caption': 'bribri.tx\nYellow makes me happy💛\nI’ve been so out of it this past week. I needed to take a few days off for myself. xoxo\n—\n@colourpopcosmetics uh-huh honey palette, pretty fresh tinted moisturizer, ‘seed u later’ blush, ‘she’s here’ so juicy gloss\n@suvabeauty ‘dance party’ hydra liner\n@elfcosmetics hydrating camo concealer\n@milkmakeup ‘baked’ bronzer\n@morphebrushes continuous setting mist\n—\n#yellowmakeup #milkmakeup #yelloweyeshadow #avantgarde #colourpopme #theartistedit #modelmakeup #elfcosmetics #suvabeauty #aestheticmakeup #minimua #makeupbloggers #morphebabe #editorialmakeup #graphicliner #studiofam #cutemakeup #euphoriamakeup #morpheglamfam\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNEGVFcpb8q/', 'likes': '5,483 likes', 'age': '2021-03-31T01:05:52.000Z', 'caption': 'bribri.tx\nHappy Women’s History Month! #nyxcosmeticspartner I wanted to create a look that makes me feel powerful & what makes me feel powerful is the color green! To create this look I used some of my favorite @nyxcosmetics VEGAN products.\n—\n-Honey dew me up primer\n-Can’t stop won’t stop foundation\n-Can’t stop won’t stop concealer\n-Fill & fluff brow pencil\n-Utopia ultimate shadow palette\n-Powder puff lip cream\n-Matte setting spray\n—\n#nyxcosmetics #nyxcosmeticsfam\n3w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CM-sc4YJwAn/', 'likes': '33,227 likes', 'age': '2021-03-28T22:43:32.000Z', 'caption': 'bribri.tx\n🧡Velma❤️\nHappy Sunday!! I love the way this came out so much! & someone on Tik Tok said it reminded them of Velma from Scooby doo!!\n—\n@suvabeauty ‘cherry bomb’ hydra liner\n@karabeautyofficial Mind trap palette\n@deciem serum foundation\n@milanicosmetics ‘soleil’ baked bronzer\n@lauramercier ‘watermelon’ blush\n@milkmakeup ‘lit’ highlight\n@nyxcosmetics ‘nude truffle’ lip pencil\n@revlon gloss\n—\n#avantgarde #lauramercier #editorialmakeup #suvabeauty #euphoriamakeup #nyxcosmetics #milanicosmetics #minimua #milkmakeup #modelmalay #cutemakeup #revlon #studiofam #aestheticmakeup #graphicliner #summermakeup #makeupoftoday #makeupbloggers #modelmalay #theartistedit #colorfulmakeuplook\n4w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/COBEY3tBSsW/', 'likes': '2,824 likes', 'age': '2021-04-23T17:22:35.000Z', 'caption': 'itskaijasmine\n#AD Hey besties, I partnered with @colourpopcosmetics and @solbody to show you my go to soft glam look with their Quad Eyeshadow Palettes and their Body Shimmer ✨🤎\n\nProducts Used:\n- Creamsicle Quad\n- Sparkler Quad\n- Panna Cotta Gloss\n- Italian Ice Gloss\n- Mai Tai Dry Oil\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n\n#colourpop #colourpoppartner\n3d'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CN-eDy0hWoK/', 'likes': 'None', 'age': '2021-04-22T17:25:22.000Z', 'caption': 'itskaijasmine\n#AD 90s lovin 🎶 the 90s was always my favorite era, from the music to the clothes and definitely the makeup ✨ I used the @bhcosmetics Remix Dance 90s Shadow Palette and their Remix Dance Brush Beat Set ✨💎 which era was your favorite?\n#bhremixdance #bhcosmetics\n4d'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CN21ZcrheyQ/', 'likes': '2,037 likes', 'age': '2021-04-19T17:59:11.000Z', 'caption': 'itskaijasmine\nVideo dump ✨🤍 I’m sorry I don’t have much to post but here and some view where I felt cute ✨\n\nGet a tradeline to boost credit score fast to get approved for credit cards, loans, or apartments!\n\nClick the link in my bio to learn more\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n1w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNp98_WhiFN/', 'likes': '6,994 likes', 'age': '2021-04-14T18:03:48.000Z', 'caption': 'itskaijasmine\nI’ve been trying out new eyeliner and brow shapes and I think this is the one y’all. I used the @mavenbeauty Black eyeliner to achieve this look and I’m in love ✨🖤 **edit: finally found out the ig for this heart brow trend!! Ib: @maddy.roberts **\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n1w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNIez1TJ0Ro/', 'likes': '2,189 likes', 'age': '2021-04-01T17:56:44.000Z', 'caption': 'itskaijasmine\nFiller post, I hope everyone is having a good day ✨☁️🌿\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n3w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNDQt-rJ8yL/', 'likes': 'None', 'age': '2021-03-30T17:19:04.000Z', 'caption': 'itskaijasmine\nDecided to switch up my look a bit, what do we think?\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n3w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNDQo6XJoGi/', 'likes': '3,781 likes', 'age': '2021-03-30T17:16:43.000Z', 'caption': "itskaijasmine\nHey besties ✨ I'm always looking for new ways to switch up my look and I've partnered with @CoFancyofficial to show you how I do it with their contacts!! I'm wearing the colors, Glacier Grey and Honey Peach. Each contact has a professional guarantee of safety with quality certification and ·all CoFANCY products are certified by FDA and MHLW. They are made of non-ionic material. Even if worn for a long time, they would not be contaminated with dirt!! #coloredcontacts #cofancy_official #cofancylab #cofancypartner#GlacierGrey#HoneyPeachPink💥\n3w"}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CM7qedSh72S/', 'likes': '6,375 likes', 'age': '2021-03-27T18:28:33.000Z', 'caption': 'itskaijasmine\nDon’t have a look today but enjoy my little compilation of cute videos of me in my favorite look of the year so far✨⛓🖤 happy Saturday besties ✨ ib: @naezrahlooks\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n4w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CM4-EqfhteI/', 'likes': '6,034 likes', 'age': '2021-03-26T17:22:04.000Z', 'caption': 'itskaijasmine\nOh hey 🖤⛓ ib: @naezrahlooks\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeùpoftheday\n4w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/COETwL8J4Jf/', 'likes': 'None', 'age': '2021-04-24T23:34:49.000Z', 'caption': 'thebasicb\nThis is the only video I got of this look 💀 anyways I’ve taken a mini break from makeup but I’ll be back on Monday!! ALSO MY BIRFFDAYYY NEXT WEEK\n1d'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNqJPQWp0rF/', 'likes': '370 likes', 'age': '2021-04-14T19:42:25.000Z', 'caption': 'thebasicb\nHow is it already bout to be Thursday??? Anyways !! How has your week been so far? Like actually tell me in the comments I wanna have some convos.\n1w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNnbxZDJkVY/', 'likes': '956 likes', 'age': '2021-04-13T18:26:39.000Z', 'caption': 'thebasicb\nGreen queen 🤤\n1w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNlGQgFpVQy/', 'likes': '250 likes', 'age': '2021-04-12T20:40:10.000Z', 'caption': 'thebasicb\nI wanted to bring back an oldie!! #facesbybiyonca\nThe idea for this one is MONOCHROME!! Just use some purple and shit. I’m so excited to see this weeks recreations!! The highlight for last weeks will be up today!!\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNkz8IOp8h2/', 'likes': '548 likes', 'age': '2021-04-12T18:00:06.000Z', 'caption': 'thebasicb\nHappy Monday! Here are some close ups!\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNcrtnYpTbM/', 'likes': 'None', 'age': '2021-04-09T14:15:06.000Z', 'caption': 'thebasicb\nYALL like asmr??\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNcrDsLJVen/', 'likes': 'None', 'age': '2021-04-09T14:09:25.000Z', 'caption': 'thebasicb\nI love me some @karabeautyofficial 🤤🤤🤤\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNcqPFdpPpg/', 'likes': 'None', 'age': '2021-04-09T14:02:04.000Z', 'caption': 'thebasicb\n@maybelline gifted me their new ultimate lipsticks!! II ABSOLUTELY LOVE EVERY SHADE! They are so comfy and pigmented it’s crazy\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNagH0Apxvk/', 'likes': 'None', 'age': '2021-04-08T17:55:09.000Z', 'caption': 'thebasicb\nThe @benefitcosmetics they’re real magnet mascara really is that bitchhhhh !!! #benefitcosmetics #benefitclubpink\n2w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CN74OEKr1IQ/', 'likes': '3,560 likes', 'age': '2021-04-21T17:00:02.000Z', 'caption': 'itsjustfatimah\nno need to brag, you see me\nib: @arianagrande new fragrance R.E.M 💜\n\np.s. 60s inspired look coming this week!!\n5d'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CNX1WforH5U/', 'likes': '2,965 likes', 'age': '2021-04-07T17:02:19.000Z', 'caption': 'itsjustfatimah\n1950’s inspired makeup! who’s ready to see the 60s look?\n\nproduct deets:\nwill update later ❤️\n2w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CNVQjZQjXvz/', 'likes': '20,880 likes', 'age': '2021-04-06T17:02:30.000Z', 'caption': 'itsjustfatimah\nso i’m starting a new series!! makeup inspired by the decade and yes i’m going to do every decade until the 2000s! which decade are you most excited to see me recreate?\n2w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CNDPMIdDb5A/', 'likes': '14,666 likes', 'age': '2021-03-30T17:04:23.000Z', 'caption': 'itsjustfatimah\nhow i did my makeup in 2016 vs 2021!\n\nwhich side is your favourite? 🤩\n3w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CM2eJFdr1Tb/', 'likes': '4,170 likes', 'age': '2021-03-25T18:04:34.000Z', 'caption': 'itsjustfatimah\nHave you seen Dororo yet? If not you are MISSING OUT! I binged the whole series in two days (yes it’s THAT good). Go watch it now only available on @primevideouk #ad\n4w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMu1gZXDE7R/', 'likes': '56,226 likes', 'age': '2021-03-22T18:55:10.000Z', 'caption': 'itsjustfatimah\nmakeup inspired by emojis 🐍🍭💙\n\nwhat do you guys think?\n5w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMsDl7IrCZT/', 'likes': '9,778 likes', 'age': '2021-03-21T17:00:10.000Z', 'caption': 'itsjustfatimah\nIm convinced different people bring out different versions of you\n\nproducts used:\n@benefitcosmeticsuk porefessional primer\n@milkmakeup hydro grip primer\n@colourpopcosmetics fade into hue palette\n@plouise_makeup_academy eyeshadow base ‘touch frost’\n@colourpopcosmetics creme gel liner ‘prance’\n@unicorncosmetics lashes ‘vixen’\n@giorgioarmani luminous silk foundation ‘13.5’\n@milkmakeup flex concealer ‘cinnamon’\n@sleekmakeup cream contour kit ‘extra dark’\n@fentybeauty cheeks out cream blush ‘daiquiri dip’\n@hudabeauty easy bake loose powder ‘kunafa’\n@bennyemakeup translucent powder ‘chestnut’\n@fentybeauty freestyle duo highlighter ‘afternoon snack’ & ‘mo’hunny’\n@maccosmetics lip liner ‘chestnut’\n@colourpopcosmetics lippie stix ‘pitch’\n@colourpopcosmetics like magic\n@colourpopcosmetics raw beauty kristi collection lux gloss ‘wildflower’\n\nwig from @ulahair\n5w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMct6c2LNBX/', 'likes': '12,683 likes', 'age': '2021-03-15T18:02:08.000Z', 'caption': "itsjustfatimah\nI don't actually exist so if you've ever met me it was a prank\n\nib: @tias.mua\n\nwig from @world_new_hair\n\nproduct deets:\nwill update later 🍭\n6w"}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMVDPJcj7bj/', 'likes': '4,484 likes', 'age': '2021-03-12T18:34:43.000Z', 'caption': 'itsjustfatimah\n#ad I wanted to show you guys some cool lashes from @moxielash they’re magnetic lashes just follow three steps and BOOM you’ve got perfect lashes! use my code ITSJUSTFATIMAH10 for 10% off 🖤\n6w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/COGqObcJyH2/', 'likes': '222 likes', 'age': '2021-04-25T21:29:24.000Z', 'caption': 'tiarra_oliviaa\nTIARRA PETROVA | Katherine pierce long lost cousin THE VAMPIRE DIARIES 🧛🏻\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@makeuprevolution liner\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@revlon MATTE 003\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n1d'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CN-3kKxJP-R/', 'likes': '308 likes', 'age': '2021-04-22T20:52:03.000Z', 'caption': 'tiarra_oliviaa\nLight ☀️\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@makeuprevolution liner\n@colourpopcosmetics brows\n@colourpopcosmetics RUMOR HAS IT 💙& Hi, Society 🍀\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@revlon MATTE 003\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4d'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CNBGSTbJeYS/', 'likes': '300 likes', 'age': '2021-03-29T21:07:46.000Z', 'caption': 'tiarra_oliviaa\nWATER FAIRY 💦🧚🏽\u200d♀️ | kinda wanna start a winx fairy series 🙈 hehe\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@beautybaycom @nikkietutorials Pressed Pigment palette\n@btaylorbeautyco Aqua blue liner\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CM0PHcrpSTU/', 'likes': '241 likes', 'age': '2021-03-24T21:14:48.000Z', 'caption': 'tiarra_oliviaa\nCANDY CRUSH 🍬🍭SUGAR RUSH | swipe video\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\nLiner @glamvicecosmetics Gelato, Key lime, Pink velvet, Gelato & Peace and love\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@beautybaycom BLUSH COSMO\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMxuLydJfZ5/', 'likes': '293 likes', 'age': '2021-03-23T21:48:33.000Z', 'caption': 'tiarra_oliviaa\nA fairytale | SPRING 🧚🏽\u200d♀️\n.\n.\n.\n.\nPRODUCTS\nEYES:\nEyeshadow : @beautybaycom MATTE bright palette ☀️\n@colourpopcosmetics QUEENIE lashes , use my code TinkerTiarra5 for 5% off 🧚🏽\u200d♀️\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\nLiner @glamvicecosmetics Gelato, Key lime, Pink velvet, Gelato & Peace and love\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@beautybaycom BLUSH COSMO\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMiPWZxpLSu/', 'likes': '314 likes', 'age': '2021-03-17T21:30:30.000Z', 'caption': 'tiarra_oliviaa\nI’m throwing shade like it’s sunny 🌞\n.\n.\n.\nPRODUCTS\nEYES:\nEyeshadow : @beautybaycom MATTE bright palette ☀️\n@colourpopcosmetics QUEENIE lashes , use my code TinkerTiarra5 for 5% off 🧚🏽\u200d♀️\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\nLiner @glamvicecosmetics Gelato & black liner from @makeuprevolution\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@beautybaycom BLUSH COSMO\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@indecosmetics clear gloss clear gloss 💋\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n5w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMSmyylgvpX/', 'likes': '226 likes', 'age': '2021-03-11T19:47:54.000Z', 'caption': 'tiarra_oliviaa\nGOOD DAYS | SZA look 🌿 earrings from @threadsxthreadsx REEL\n.\n.\n.\nPRODUCTS\nEYES:\nLipgloss @indecosmetics\nEyeshadow : @jackieaina palette☀️\n@c.me Lashes Gabrielle\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@rarebeauty LOVE blush\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off\n\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n6w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMP5e4CJYXV/', 'likes': '351 likes', 'age': '2021-03-10T18:33:06.000Z', 'caption': 'tiarra_oliviaa\nGOOD DAYS | SZA look 🌿 earrings from @threadsxthreadsx\n.\n.\n.\nPRODUCTS\nEYES:\nLipgloss @indecosmetics\nEyeshadow : @jackieaina palette☀️\n@c.me Lashes Gabrielle\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@rarebeauty LOVE blush\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off\n\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n6w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMNS3a1JuDF/', 'likes': '294 likes', 'age': '2021-03-09T18:17:11.000Z', 'caption': 'tiarra_oliviaa\nThe 70s 🌼 Vintage\n.\n.\n.\nPRODUCTS\nEYES:\nEyeshadow : @beautybaycom bright palette ☀️\n@c.me Lashes Gabrielle\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@rarebeauty LOVE blush\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off\nLipgloss by @indecosmetics\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n6w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/COI3QldhhPM/', 'likes': '3,882 likes', 'age': '2021-04-26T18:03:42.000Z', 'caption': 'linnygd\nHair tut 💘\n3h'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CODx8EdBGbB/', 'likes': '11,891 likes', 'age': '2021-04-24T18:39:05.000Z', 'caption': 'linnygd\nTotally Spice!🌸\n2d'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CN-lp0UB6fU/', 'likes': '8,800 likes', 'age': '2021-04-22T18:15:32.000Z', 'caption': 'linnygd\n#happyearthday🌎 here’s a gentle reminder that over-consumption is a disease. Sometimes when I watch influencers all day I fall into the trap of wanting to buy things instantly... but then I have to remind myself that it is silly and an urge for excessive consumption of things I simply do not need.\nSo to incentivise you to have a little dig into your wardrobe; here’s some of my finds in mine:\nwhite boned corset top that I bought last year and wore for my first fenty beauty stories takeover ( a real special moment)✨\nThe levis are vintage !! I bought 3/4 years ago - if you go through my old posts lol you’ll see that it was actually big on my waist and now it fits nice and snug on my body( & the only pair of jeans I can squeeze my bum and thighs into😭😫)\nThe bomber is from a slow fashion brand @gundistudios made and designed by Brown women who are aware that South Asian women are victims of capitalism and especially this insidious fast fashion industry. #overconsumerism #overconsumption #slowfashion\n4d'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CN2zb1CBeyP/', 'likes': '10,329 likes', 'age': '2021-04-19T17:42:02.000Z', 'caption': 'linnygd\nSunset liner 🌅\n1w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNqFV1RhdYU/', 'likes': '14,447 likes', 'age': '2021-04-14T19:08:22.000Z', 'caption': 'linnygd\nStraight hair on me is a whole vibe ngl\n\nSkin prep:\n@fentyskin #fatwater #hydravizor\n\nMakeup:\n@fentybeauty hydrating pro filt’r foundation in 430 mixed with @urbandecaycosmetics Hydromaniac shade 80\nProfilt’r concealer + powder\nMatchstix in espresso\nBody sauce in\n#sunstalkrbronzer in mocha mami\nFly pencil in cuz I’m black\nBrow MVP in Black Brown\nTrophy wife highlighter\n@narsissist blush duo in panic\n@glossier lipgloss in red\n1w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNk3TAUhhbp/', 'likes': '18,486 likes', 'age': '2021-04-12T18:29:27.000Z', 'caption': 'linnygd\nAD After graduating with my Economics and Politics degree and working full time as an Economist, I found that having several mentors are crucial to success of securing a job in your desired field. Your mentor will open the doors and allow you to network with their contacts and give lots of insight and access. Having a mentor is important as you get to know their day to day tasks, their challenges and what their job is actually like! @avado_learning is offering 18-24 year olds to be paired with mentors from various top companies like NHS, Barclays, BT, Shell, Legal and General and so much more. THE PROGRAMME IS COMPLETELY FREE! Your mentor will also be able to help you with your CV, personal statements/ Cover letters and give you mock interviews.\napplications close 26th April. Link to apply https://hubs.ly/H0KThVV0 #fastfutures\n2w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNiNxjCBV5a/', 'likes': '7,586 likes', 'age': '2021-04-11T17:48:19.000Z', 'caption': 'linnygd\nThis video changed my life.... can you believe today marks the day that I filmed my first ever proper makeup tutorial ... who knew it’d change my life because I CERTAINLY did not expect this 😭😭😭\n\nMore importantly I wish I could squeeeeezeeee every single one of you for supporting me !! I hope you know I’ve got your back forever 🥺💘\n\n💘 Full face of @fentybeauty and @glossier products 💘\n\nMusic by @kevindaveprod\n2w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNdHWNphKB5/', 'likes': '8,370 likes', 'age': '2021-04-09T18:15:46.000Z', 'caption': 'linnygd\nBrown on Brown skin 🤎🧸🦥🦦\n2w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNYCm4-h1HR/', 'likes': '7,263 likes', 'age': '2021-04-07T18:58:09.000Z', 'caption': 'linnygd\nPlease don’t be surprised when I match you with the same energy you had for me. No I don’t believe in being the bigger person because why should I use up and waste my own energy ?\n2w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/COGcxh-p-gO/', 'likes': 'None', 'age': '2021-04-25T19:36:30.000Z', 'caption': 'rxfiqah\n✨Skincare Sunday✨\n\nThis is my current everyday skincare routine that I’ve doing every day for the past few weeks (it’s a little different at night) Comment your favorite skincare product down below!! The @freshbeauty essence is my Holy Grail when it comes to essences!!\n\n- @milkmakeup Vegan Milk Cleanser\n- @katesomervilleskincare #Exfolikate\n- @neutrogena Hydroboost Sheet mask\n- @freshbeauty Black Tea Kombucha Essence\n- @tatcha Dewy Serum\n- Milk Makeup Vegan Milk Moisturizer\n- @lancomeofficial Genifique Yeux eye cream\n- @milanicosmetics Cherry Sugar Lip Scrub\n- @summerfridays Lip butter balm\n\n#skincareroutine #milanicosmetics #milani #skincaresunday #katesomerville #freshbeauty #tatcha #tatchacollective #lancome #neutrogena #milkmakeup #skincareproducts #amskincare #everydayskincare\n1d'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CN_NC4gJPyb/', 'likes': '709 likes', 'age': '2021-04-22T23:59:44.000Z', 'caption': 'rxfiqah\nThe sun was blinding me but THIS was a good makeup day🥰\n\nI did this a while ago so idk if I had exact INSPO but I remember of thinking of @cutcreaser & @sarah.feingold while doing it!\n\nLINERS: @cutcreaser x @bymelolops Waterink in 3000 & @glamvicecosmetics Retro Liner in Disco Fever\nBROWS: @benefitcosmetics Precisely My brow in 4 #benefitclubpink #benefitbrows\n#graphicliner #glamvicecosmetics #bymelolops #beyourownsuperhero #editorialblk #blkcreatives #glammakeup\n3d'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNvme5wpdbN/', 'likes': '1,272 likes', 'age': '2021-04-16T22:34:10.000Z', 'caption': 'rxfiqah\nJummah Mubarak❤️\n\nOf course I’m posting pics from last Eid on the fourth day of Ramadan but hey at least they’re getting posted😭🤷🏽\u200d♀️\n\nHijab & Glasses: @shady.szn\nDress: @kabayarefashion\nJewelry: @bylolitajewelry\n\n#eidpics #hijabifashion #eiddress #hijabstyle #eidmakeup #explore\n1w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNs-4hGJzKs/', 'likes': '2,423 likes', 'age': '2021-04-15T22:09:39.000Z', 'caption': 'rxfiqah\nI can’t believe this picture of me is featured in every single @nordstrom in the USA & Canada!! Thank you so much to Nordstrom for featuring me and my managers for being so supportive!! If you happen to see me in a Nordstrom near you please tag me!!❤️\n\nPhotographer: @anairam10 (the BEST🤩)\nMUA: @misha212\n\n#nordstrom #muslimmodel #nordstrombeauty #hijabimodel\n1w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNgIHbgpuHh/', 'likes': 'None', 'age': '2021-04-10T22:24:24.000Z', 'caption': 'rxfiqah\nSwatching the brand new @yslbeauty Rouge Volupte Shine Lipstick Balms! This was my first time trying these and guys the FORMULA!! Super hydrating on the lips and super shiny! Comment your favorite shade down below!!\n\nAll lipsticks swatched (In order)\n\n123 Nude Transparent\n121 Beige Satin\n130 Burnt Suede\n124 Rose loulou\n122 Burnt Zellige\n129 Carmine Retro\n127 Rouge Studio\n131 Chili Morocco\n\n#yslbeauty #lipswatches #rougevolupteshine #ysllipstick #lipgloss #makeupvideo\n2w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNVv17UJdow/', 'likes': '664 likes', 'age': '2021-04-06T21:35:42.000Z', 'caption': 'rxfiqah\nFinally posting the pics🥰💚\nRecreation of @raggedyroyal\n\nTAG ANY BRANDS BELOW💫\n\nPRODUCTS\n\nSkin Prep\n@tatcha Dewy Skin Serum\n@glossier Priming moisturizer\n\nBrows\n@benefitcosmetics Precisely my brow in 5 #benefitclubpink #benefitbrows\n\nEyes\n@bperfectcosmetics x @staceymarie Tahiti Palette (Key Lime, Tropics, & Forest)\n@alamarcosmetics Caribe Palette (El Malecon)\n@kvdveganbeauty Tattoo Liner in Trooper\n@iliabeauty eyeliner\n@fentybeauty Flyliner in Cuz I’m black\n@kvdveganbeauty Lash Primer\n@benefitcosmetics They’re real magnet mascara\n@jemmebeauty rhinestones in Matcha\n\nFace\n@bobbibrown Vitamin Enriched Face Base\n@makeupforever Hydrabooster Step 1 Primer\n@glossier Future Dew\n@milkmakeup Hydro Grip Primer\n@patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21\n@milanicosmetics 2-in-1 Foundation in 09A Natural Tan\n@toofaced Born This Way super coverage concealer in Butterscotch & Chai\n@makeupforever concealer in 4.3\n@colourpopcosmetics cheek dew in beyond\n@hudabeauty Easy Bake loose powder in Blondie\n@lancomeofficial Long time no shine powder in translucent\n@fentybeauty Sun Stalkr’ bronzer in caramel cutie\n@notecosmetics blush in desert rose\n@fentybeauty Diamond Bomb in Royal Icing\n@kosas Cloud set baked vegan setting powder in Feathery\n\nLips\n@maccosmetics lip liner in Cork and Chesnut\n@alamarcosmetics lip liner in Coqueta\n@makeupforever Pencil in 612\n@fentybeauty gloss bomb cream in Fenty glow\n@patmcgrathreal Lust Lip gloss in Blitz Gold\n\n#greenmakeup #rhinestonemakeup #fentybeauty #creativemakeup #editorialblk #patmcgrathlabs #explorepage #alamarcosmetics #fentybeauty #nudelips #carnivallovetahiti #facegems #glossylips #makeupforever\n2w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNGjAn4JiMj/', 'likes': '891 likes', 'age': '2021-03-31T23:55:10.000Z', 'caption': 'rxfiqah\nThe second I saw @raggedyroyal post this look I KNEW I had to recreate. I wish y’all could’ve seen it in real life the rhinestones was SHININ🤩 I’m watching Nip Tuck rn on Hulu and yall this show is CRAZYY if you’ve watched please lmk!! But I’m almost finished though so comment some really good series that are out!! (I have everything except HBO😭)\n\nRecreation of @raggedyroyal (Go follow her she’s so talented and the biggest innovator!!)\n\nTAG ANY BRANDS BELOW💫\n\nPRODUCTS\n\nSkin Prep\n@tatcha Dewy Skin Serum\n@glossier Priming moisturizer\n\nBrows\n@benefitbeauty Precisely my brow in 5 #benefitclubpink #benefitbrows\n\nEyes\n@bperfectcosmetics x @staceymarie Tahiti Palette (Key Lime, Tropics, & Forest)\n@alamarcosmetics Caribe Palette (El Malecon)\n@kvdbeauty Tattoo Liner in Trooper\n@iliabeauty eyeliner\n@fentybeauty Flyliner in Cuz I’m black\n@kvdbeauty Lash Primer\n@benefitcosmetics They’re real magnet mascara\n@jemmebeauty rhinestones in Matcha\n\nFace\n@bobbibrown Vitamin Enriched Face Base\n@makeupforever Hydrabooster Step 1 Primer\n@glossier Future Dew\n@milkmakeup Hydro Grip Primer\n@patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21\n@milanicosmetics 2-in-1 Foundation in 09A Natural Tan\n@toofaced Born This Way super coverage concealer in Butterscotch & Chai\n@makeupforever concealer in 4.3\n@colourpopcosmetics cheek dew in beyond\n@hudabeautyshop Easy Bake loose powder in Blondie\n@lancomeofficial Long time no shine powder in translucent\n@fentybeauty Sun Stalkr’ bronzer in caramel cutie\n@notecosmetics blush in desert rose\n@fentybeauty Diamond Bomb in Royal Icing\n@kosas Cloud set baked vegan setting powder in Feathery\n\nLips\n@maccosmetics lip liner in Cork and Chesnut\n@alamarcosmetics lip liner in Coqueta\n@makeupforever Pencil in 612\n@fentybeauty gloss bomb cream in Fenty glow\n@patmcgrathreal Lust Lip gloss in Blitz Gold\n\n#oneminutemakeup #greenmakeup #rhinestonemakeup #fentybeauty #creativemakeup #editorialblk #makeupreel #patmcgrathlabs #explorepage #makeuptutorial #alamarcosmetics #kosas #lancomeofficial #carnivallovetahiti #facegems\n3w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNDvMrGp1jc/', 'likes': '239 likes', 'age': '2021-03-30T21:44:57.000Z', 'caption': 'rxfiqah\nScents in Bloom 🌻🌸\n\nWe’re officially in Spring so I thought it’d be perfect to show some fragrances that match the season so well! I’ve been deep diving into fragrances and I have so many more recommendations so get ready for more fragrance content!!\n\nTo shop click the @linktr.ee link in bio and then click Spring Fragrances and you can see everything there!💗 (I do get commission through this link through my job at Nordstrom)\n\n- @maisonmargielafragrances @maisonmargiela REPLICA Flower Market $135\n- @chanelofficial @chanel.beauty Chance Eau Tendre $108-$175\n- @jomalonelondon Red Hibiscus $98-$198\n- @viktorandrolf Flowerbomb Dew $85-$165\n- @parfumsdemarly Delina La Rosée $295\n- @armanibeauty @giorgioarmani My Way $76-$128\n\n#springfragrances #replica #jomalone #chanelfragrance #smellslikememories #brilliantblossoms #jomalonelondon #parfumsdemarly #cassili #armanibeauty\n3w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CMfpFZUpBmO/', 'likes': '860 likes', 'age': '2021-03-16T21:17:54.000Z', 'caption': 'rxfiqah\nThis song makes me feel so calm SZA just makes classic after classic😌\n\nInspo: @paintedbyesther\n\nHijab Pins: @mykitsch\nRing: @thesunjewelers\n\nSkin Prep\n@tatcha The Dewy Serum\n@glossier Bubblewrap\n@milkmakeup Vegan Milk Moisturizer\n\nBROWS\n@benefitcosmetics Precisely My brow pencil in 4.5 #benefitclubpink #benefitbrows\n\nEyes\n@toofaced concealer to prime\n@colourpopcosmetics x Bambi palette (Little April shower, Young Prince, Kinda bashful)\n@midascosmetics Unveiled Cool Nudes Palette (the dark brown)\n@kvdveganbeauty Tattoo Liner in Trooper\n@colourpopcosmetics liquid liner in Numero Uno\n@fentybeauty Flyliner in Cuz I’m Black\n@kvdveganbeauty Epic Curl Lash Primer\n@yslbeauty Volume Effet Faux Cils Volumizing Mascara\n@lillylashes in Sydney\n\nFace\n@makeupforever Hydrabooster Step 1 Primer\n@milkmakeup Hydrogrip primer\n@glowbyauric Glowlust in Pyrite\n@toofaced BTW concealer in Chai\n@narsissist Soft Matte Complete Foundation in Tahoe\n@patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21\n@milanicosmetics brightening undereye skin tint in 130 Deep peach\n@toofaced BTW concealer in Butterscotch\n@makeupforever Matte Velvet Skin Concealer in 4.3\n@milkmakeup Lip +Cheek in Werk\n@hudabeautyshop Easy Bake setting powder in Blondie\n@lancomeofficial Long Time no Shine Translucent powder\n@fentybeauty Sun Stalkr’ Bronzer in Caramel Cutie\n@lauramercier Colour Infusion blush in Grapefruit\n@makeupforever Pro Light Fusion highlight in 02 Golden\n\nLIPS\n@maccosmetics lip liner in Cork\n@makeupforever artist pencil in 612\n@fentybeauty Gloss Bomb in Fenty Glow\n@patricktabeauty Major Glow lip gloss in She’s Expensive\n\n#makeupforever #oneminutemakeup #softglamlook #fentyface #yslbeauty #sublimeperfection #lipgloss #lipcombo #makeupforwoc #makeuptutorial #glowingskin #wakeupandmakeup #makeuplooks #colourpopmeblack #nudelipcombo\n5w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNJ_YxgAydF/', 'likes': '2,031 likes', 'age': '2021-04-02T08:00:51.000Z', 'caption': 'samiras_artistry\nSultry glam☕️🎶\n3w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNCmTw0g8pi/', 'likes': '1,463 likes', 'age': '2021-03-30T11:06:49.000Z', 'caption': 'samiras_artistry\n🦄💜 likkle purple moment\n.\n.\nEyes\n@colourpopcosmetics flower pallet from bambi collection\n@morphebrushes James x morphe palette\n@lillylashes style Melbourne\nBase\n@stilacosmetics correcting primer\n@urbandecaycosmetics hydro manic foundation shade 70\n@toofaced born this way concealer shade butterscotch\n@narsissist nradient creme concealer\n@lauramercier translucent setting powder shade honey\n@morphebrushes bronzer shade leader\n@makeuprevolution blush shade backed peach\n@colourpopcosmetics lip gloss called flower\n3w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNCYWY0gOdW/', 'likes': '1,214 likes', 'age': '2021-03-30T09:05:02.000Z', 'caption': 'samiras_artistry\nSomething slight🥳🚣🏻\u200d♂️💜\n3w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNAcb0FAnkl/', 'likes': '1,881 likes', 'age': '2021-03-29T15:02:15.000Z', 'caption': 'samiras_artistry\n🥳\n4w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CM_wvKjg5PR/', 'likes': 'None', 'age': '2021-03-29T08:41:34.000Z', 'caption': 'samiras_artistry\nOk finally re did this little tutorials also you know what crazy\nThe fact that I keep forgetting reels can’t be longer than 60secs\nAnyways comment what other eyelooks/tutorials I should step into and I’ll make sure to do it🥳💗\nLashes @sobombdollz\nEyeshadow pallets @colourpopcosmetics\n4w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CMgy5paAtaE/', 'likes': '2,441 likes', 'age': '2021-03-17T08:02:50.000Z', 'caption': 'samiras_artistry\nUgh no way this was no foundation 🥳\n5w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CL3B5IdgSl_/', 'likes': '1,888 likes', 'age': '2021-03-01T02:45:52.000Z', 'caption': 'samiras_artistry\n💀🤸🏾\n8w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CLygGtOAhDG/', 'likes': '2,307 likes', 'age': '2021-02-27T08:33:36.000Z', 'caption': 'samiras_artistry\n💕🥵💕\n8w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CLwBJ7WgrGZ/', 'likes': '1,538 likes', 'age': '2021-02-26T09:24:27.000Z', 'caption': 'samiras_artistry\nNot a liner moment it’s been a minute\n-\n-\nEYES\n@ciatelondon liner\n@lillylashes style Melbourne\n@ttd_eye contacts colour grey queen\nUse code samiras for $$ off!\n\nBASE\n@glowrecipe watermelon dew drops\n@summerfridays gel creme\n@urbandecaycosmetics hydromanic foundation shade 70\n@toofaced born this way concealer shade butterscotch\n@shadembeauty lipp as blush\n@morphebrushes bronzer shade leader\n@makeuprevolution blush shade baked peach\n@ciatelondon vacay spray\n\nLIPS\n@colourpopcosmetics liner (the shade I rubbed off💀 Soz)\n@shadembeauty lippy shade discreet\n8w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CIq_OxyAs-b/', 'likes': '538 likes', 'age': '2020-12-11T20:57:28.000Z', 'caption': 'tatchee\nSuper soft glam for my baby sis birthday🌸 #blackgirlmakeup #torontomakeupartist\n19w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CHnvwCcAKkL/', 'likes': '1,440 likes', 'age': '2020-11-15T18:13:00.000Z', 'caption': 'tatchee\nAll of the ugly is me as a mom😥 #pov #arianagrande #momlife #ohheymama\n23w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CGP_wYvld_-/', 'likes': '1,210 likes', 'age': '2020-10-12T16:19:33.000Z', 'caption': 'tatchee\nI did these butterfly locs and I love this look but it took me a whole lifetime. But besides that, I’m just here, enjoying being Joah’s mommy. 🦋\n28w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CEH9EgTgDLO/', 'likes': '12,382 likes', 'age': '2020-08-20T20:19:29.000Z', 'caption': 'tatchee\nBreast lift here I come 🙋🏾\u200d♀️ #momlife #breastfeeding #breastfeed #postpartumbody #postpartum #nursingmom #mombod\n35w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CEFUTL7FkF2/', 'likes': '1,836 likes', 'age': '2020-08-19T19:44:46.000Z', 'caption': 'tatchee\na MILF & barbz4life👱🏾\u200d♀️💕\n#makeupforbarbies #blackgirlmakeup #melaninmakeup #nickiminaj #barbz4life #barbz\n35w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CD94hLJlkSh/', 'likes': '1,268 likes', 'age': '2020-08-16T22:27:11.000Z', 'caption': 'tatchee\nMy natural flex is my biggest flex🤍\n36w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CD118z6FDpi/', 'likes': '2,921 likes', 'age': '2020-08-13T19:30:49.000Z', 'caption': 'tatchee\nHappiest when I’m cuddling him🤗 guess what? Ya girl is finally on YouTube. Link in bio to watch my first storytime on how I found out I was pregnant👶🏾\n36w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CDPQBYflyeW/', 'likes': '1,518 likes', 'age': '2020-07-29T19:48:16.000Z', 'caption': 'tatchee\nMom style☀️ you will know when I get my snatch and snap back when I post a pic wearing anything not baggy or flowy. To all moms: it’s okay to not snap back right away. You just made a whole human, tek time🤗\n38w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CDO_lHyFTrX/', 'likes': '1,971 likes', 'age': '2020-07-29T17:24:35.000Z', 'caption': 'tatchee\nMama T getting her groove back. By groove I mean energy to do my makeup, get dressed up and actually leave the house🙃\n38w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/COJGR2_J4oQ/', 'likes': '1,224 likes', 'age': '2021-04-26T20:13:01.000Z', 'caption': 'deemakeupart\nHad this look planned foreverrr 🎉\n•\n•\n•\n•\nBASE:\n@fentyskin fat water toner\n@fentybeauty eaze drop blurring skin tint\n@kvdbeauty good apple foundation balm\n@narsissist radiant creamy concealer\n@rcmamakeup loose translucent powder\n@kosas bronzer in medium\n@ritueldefille color nectar pigment balm in blood flower\n@ritueldefille rare light creme lumanizer in anthelion\n@ritueldefille the alchemists highlight intensifier\n@danessa_myricks set it forever setting spray\nEYES:\n@aboutfacebeauty eye pencil in oxide and kill the lights\n@got2busa glued spiking glue for brows\nLIPS:\n@ritueldefille blood flower color nectar pigment balm\n@innbeautyproject lip oil\n•\n•\n•\n#creativemakeupartist #creativemua #editorialmua #pdxmua #avantgardemakeup #editorialmakeuplook #avantgardeartist #makeupart #blackmakeupartist #avantgardemakeup #graphicliner #mualife #makeupartistsworldwide #editoriallook #theartistedit\n1h'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CNoNtqbJPU7/', 'likes': '3,331 likes', 'age': '2021-04-14T01:43:03.000Z', 'caption': 'deemakeupart\n🧝🏽\u200d♀️✨🧝🏽\u200d♀️\nDo blondes have more fun tho?? 🤨 lol\n•\n•\n•\nFACE:\n@milkmakeup hydro grip primer\n@kvdbeauty good apple skin balm in N60\n@danessa_myricks Vision cream cover in N08\n@narsissist radiant creamy concealer in custard\n@anastasiabeverlyhills banana powder\n@kosas medium bronzer\n@ritueldefille bloodflower color nectar pigment balm\n@ritueldefille metamorphic highlighter in\nEYES:\n@brianbeautyofficial taboo liner in Salem Black\n@depixym cosmetic emulsions in 0004 and 0577\n@mmmmitchell head in the clouds palette\n@makeupamurder neon orange pigment\nLIPS:\n@mmmmitchell mango dequiri and where’s the SPF blurshes\n•\n•\n•\n#blackmua #blackgirlmagic #creativemakeup #editorialmakeup #pdxcreatives #linerart #graphicliner #editorialmakeupartist #eyelinertutorial #makeupart #creativemakeup #explore #avantgardemakeup #selfportrait #selfportraitphotography\n1w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CNiFTP5pCEQ/', 'likes': '1,044 likes', 'age': '2021-04-11T16:34:05.000Z', 'caption': 'deemakeupart\nBlessing ya feed this morning with @zyahbelle ✨😌\nPhotographer: @ace_lace\n•\n•\n•\n\nLook details:\n@milkmakeup hydrogrip primer\n@danessa_myricks vision cream cover and contour balm\n@rcmamakeup translucent powder\n@ritueldefille color nectar pigment balms in bloodflower\n@danessa_myricks enlight halo powder in angel wings\nEYES:\n@depixym cosmetic emulsion in 0982\n@illamasqua precision gel liner in infinity\n@got2b glued spiking gel for brows\n@anastasiabeverlyhills brow pen and pencil in medium brown\nLIPS:\n@danessa_myricks colorfix in dessert rose, rustic, fruit punch, and clear gloss\n•\n•\n•\n\n#creativemakeupartist #creativemakeup #pdxmua #avantgardeart #editorialmakeupartist #editoriallook #editorialartist #blackmua #editorialphotography #avantgardemakeup #fentybeauty #blackartists\n2w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CNdJE00J0zx/', 'likes': '1,321 likes', 'age': '2021-04-09T18:30:52.000Z', 'caption': 'deemakeupart\n✨✨ created some MAGIC with @fixedwithyou and @xaneangeline\n•\n•\n•\nLook details:\n@fentybeauty @fentyskin fat water toner\n@shiseido synchro skin foundation\n@danessa_myricks vision cream cover and contour balm\n@rcmamakeup translucent powder\n@ritueldefille color nectar pigment balms in snap dragon and beesting\n@ritueldefille rare light creme lumanizer in Halo\nEYES:\n@glamvicecosmetics retro liner neon festival palette and pastel paradise palette\n@got2b glued spiking gel for brows\n@anastasiabeverlyhills brow pen\nLIPS:\n@ritueldefille inner glow creme pigment in delirium\n@lindahallberg infinity glass\n•\n•\n•\n\n#creativemakeupartist #creativemakeup #editorialmakeup #pdxmua #avantgardeart #editorialmakeupartist #editoriallook #makeupart #blackmua #editorialphotography #avantgardemakeup #fentybeauty #morphebabe #blackcreators #blackcreatives #editorialmagazine #avantgardephotography #photoshootmakeup\n2w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CND_1PPJcGW/', 'likes': '2,672 likes', 'age': '2021-03-31T00:09:05.000Z', 'caption': 'deemakeupart\nI’m channeling her *👩🏽\u200d🎤*\n•\n•\n•\nFACE:\n@shiseido synchro skin soft blurring primer\n@kvdbeauty good apple foundation balm\n@danessa_myricks vision cream cover in N04\n@kosas medium bronzer\n@aboutfacebeauty light lock stick in Greek tragedy\n@ritueldefille bloodflower color nectar pigment balm\n@freck Freck noir\nEYES:\n@brianbeautyofficial taboo liner in Salem Black\n@aboutfacebeauty matte fluid eye paint in white noise and shadow stick in creature\n@danessa_myricks color fix in beaches, tribe, fruit punch, wild orchid, limescicle, and black out\n@depixym cosmetic emulsions in 0004 and 0982\nLIPS:\n@danessa_myricks tribe and fruit punch\n•\n•\n•\n#graphiclinerlook #creativemakeup #editorialmakeup #pdxmua #linerart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemakeup #explore #avantgardemakeup\n3w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CMvi0t6JEtF/', 'likes': '5,791 likes', 'age': '2021-03-23T01:30:48.000Z', 'caption': 'deemakeupart\nNew newww ✨\nExperimented with some @aboutfacebeauty beauty products and loved them!\n•\n•\n•\nFACE:\n@milkmakeup hydro grip primer\n@danessa_myricks vision cream cover in N04 and N06\n@kosas medium bronzer\n@aboutfacebeauty light lock stick in Greek Tragedy\n@ritueldefille The Dream metamorphic highlighter\n@ritueldefille ladybug color nectar pigment balm\n@freck Freck noir\nEYES:\n@brianbeautyofficial taboo liner in Salem Black\n@aboutfacebeauty matte fluid eye paint in white noise\n@aboutfacebeauty shadow stick in creature and Kill the lights\n@morphebrushes x @jaclynhill volume 2 palette\n@danessa_myricks colorfix in beaches\nLIPS:\n@tower28beauty lip jelly in fire\n@ritueldefille color nectar pigment balm in snap dragon with enchanted lip@sheer in bloodroot\n•\n•\n•\n#graphiclinerlook #creativemakeup #editorialmakeup #pdxmua #linerart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemakeup #explore #avantgardemakeup\n4w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CMOG7C4pr5A/', 'likes': '3,861 likes', 'age': '2021-03-10T01:52:03.000Z', 'caption': 'deemakeupart\nRhinestone hand art ✨✨\n•\n•\n•\nHeavily inspired by @ella_ess_ beautiful creations\n•\n•\n•\n#blackartists #handart #handmakeup #handmakeupart #blackartists #blackmua #handartwork #editorialmakeup #editorialmakeupartist #editorialbeauty #avantgardemakeup #avantgardeart\n6w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CL-1Pxjp9EH/', 'likes': '3,888 likes', 'age': '2021-03-04T03:29:00.000Z', 'caption': 'deemakeupart\nHeyooo she rEd 👹\n•\n•\n•\nFACE:\n@milkmakeup hydro grip primer\n@shiseido synchro skin foundation\n@danessa_myricks vision cream cover in N04 and N06\n@danessa_myricks contour balm in medium 2\n@kosas medium bronzer\n@ritueldefille phosphene rare light creme lumanizer\n@ritueldefille snapdragon color nectar pigment balm\nEYES:\n@madebymitchell head in the clouds palette\n@morphebrushes @jaclynhill vol 2 palette\n@glamvicecosmetics pink velvet retro liner\n@benefitcosmetics roller lash mascara\n@got2busa @got2b spiking gel for brows\nLIPS:\n@tower28beauty lip jelly in fire\n@ritueldefille bloodroot enchanted lip sheer\n•\n•\n•\n#blackmua #creativemakeup #editorialmakeup #pdxmua #avantgardeart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemua #explore #avantgardemakeup\n7w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNtBtZwJFZy/', 'likes': '320 likes', 'age': '2021-04-15T22:34:21.000Z', 'caption': 'arenavi\nwaiting on my second shot like 😗\n•\n@colourpopcosmetics (gifted) Big Poppy palette, Stone Cold Fox palette.\n@milkmakeup (gifted) hydrogrip primer, Kush mascara. #studiofam\n@elfcosmetics multi stick in Glowing Mango. #dewyskin\n@slayfirecosmetics assorted glitter gels.\nsequins from the local Joanne Fabrics \U0001f978\n@lauramercier setting powder.\n@milanicosmetics conceal and perfect in 100 and 120. #creativemakeup\n1w'},{'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNn8wTpJDgQ/', 'likes': '331 likes', 'age': '2021-04-13T23:14:51.000Z', 'caption': "arenavi\nhaving a lot of thoughts of leaving social media forever? i think it's more of an anxiety thing than a genuine desire. have any of you ever taken a significant amount of time away from social media? would you do it again? what would scare you about leaving? maybe i have too much sagittarius in my chart and have commitment issues ¯\\_(ツ)_/¯\n•\n@colourpopcosmetics (gifted) Stone Cold Fox Palette, So Juicy Gloss in Princess Cut.\n@ofracosmetics liquid lipstick in Verona. #graphicliner\n@claropsyche sketch paint palette. #theartistedit\n@elfcosmetics multistick in Glowing Mango. #dewyskin\n@milanicosmetics conceal and perfect concealer in 100.\n@glossier #glossier stretch concealer in G11.\n@milkmakeup Hydrogrip primer and Kush Mascara.\n@kissproducts lashes in flirty.\n1w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNgIXCVJldh/', 'likes': '527 likes', 'age': '2021-04-10T22:22:20.000Z', 'caption': "arenavi\nstarted therapy again and my bunny immediately died like... that's incredibly rude (and devastating). talk me out of adopting a kitten in the comments below. Ary!! You! Cannot! Get! A! Kitten!! Until!! You! Get! A! Real! Job!\n•\n@colourpopcosmetics #colourpopme (gifted) Cloud Spun palette and Love Bird palette, Stone Cold Fox palette.\n@milkmakeup (gifted) #Hydrogrip primer.\n@milanicosmetics conceal and perfect in 100.\n@glossier stretch concealer in G11. #theartistedit\n@essence_cosmetics clear gloss.\n#modelmalay\n2w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNI8UpApIUY/', 'likes': '324 likes', 'age': '2021-04-01T22:14:37.000Z', 'caption': 'arenavi\nanother bug look for ur viewing displeasure (inspo from @sugaronyoursouls)\n•\n@colourpopcosmetics (gifted) Flower pressed powder palette from the bambi collection, Stone Cold Fox palette.\n@chaoticcosmetics hydroliner in Glow Stick.\n@milkmakeup (gifted) Hydrogrip primer, Blue and Set powder in Light. #studiofam\n@glossier stretch concealer in G11. #theartistedit #avantgardemakeup\n3w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CND4USSp28s/', 'likes': '406 likes', 'age': '2021-03-30T23:03:25.000Z', 'caption': 'arenavi\nleopard moth! i fought lightroom for two and a half hours for these, i hope u like them! (the pic of the moth is not mine)\n•\n@kajabeauty (gifted)wing eyeliner pen. #theartistedit\n@claropsyche sketch paint palette.\n@chaoticcosmetics wet liner in White Out.\n@elfcosmetics multi stick in Glowing Mango.\n@milkmakeup (gifted) electric lip plumper in Buzzed, Kush mascara, blur and set powder in Light, highlighter stick in Lit #studiofam\n@colourpopcosmetics (gifted) Stone Cold Fox palette. #editorialmakeup\n3w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CM8GnASJZCd/', 'likes': '940 likes', 'age': '2021-03-27T22:34:23.000Z', 'caption': "arenavi\nstill on my googly eye shit, not really sure how i feel about the nyx brow glue /: tried it a bunch of different ways and it won't lay my brows down for more than a few minutes.\n•\n@milkmakeup (gifted) Kush mascara, Set and Refresh spray. #theartistedit\n@colourpopcosmetics (gifted) Flutter By palette, super shock shadow in Mighty Morphin and Ringlet, Stone Cold Fox palette.\n@milanicosmetics conceal and perfect in 100. #avantgardemakeup\n@essencemakeup clear gloss.\n4w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CM0aKs5pWm-/', 'likes': '311 likes', 'age': '2021-03-24T22:51:22.000Z', 'caption': 'arenavi\nchanneling my inner lifeless puppet, welcome to the show\n•\n@milkmakeup (gifted) Hydrogrip primer, blur and set powder in Light, Kush mascara. #avantgardemakeup\n@colourpopcosmetics (gifted) Fade Into Hue palette, In a Trance palette, just a tint lip crayon in A Go Go, Stone Cold Fox palette. #colourpopcosmetics\n@nyxcosmetics matte liquid liner (to spike the lashes).\n4w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CMvLEIPJQOe/', 'likes': '353 likes', 'age': '2021-03-22T22:03:11.000Z', 'caption': "arenavi\ni've been leaning into the hairy, bumpy, undesirable textures these days 🧿evil eye 🧿 inspo from @halfagemini\n•\n@claropsyche sketch paint palette. #graphicliner\n@milkmakeup (gifted) color chalk in Hula Hoop, Hydrogrip primer, blur and set powder in light, Kush Mascara. #avantgardemakeup\n@colourpopcosmetics (gifted) Stone Cold Fox palette.\n@glossier futuredew and stretch concealer in G11.\n5w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CMiX2RSJOIq/', 'likes': '382 likes', 'age': '2021-03-17T22:44:46.000Z', 'caption': "arenavi\njust a fun look today because i'm writing a video on misconceptions about trauma and sexuality. what weird things have people said about your sexuality in relation to your trauma? u can DM it to me too if you're not ready to share publicly🖤🖤🖤\n•\n@milkmakeup (gifted) electric glossy lip plumper in Lola, Hydrogrip primer, Set and Refresh Spray, color chalk in Skip It, Translucent Light setting powder, lip to cheek in Quickie, and Kush mascara #altfashion\n@colourpopcosmetics(gifted) liquideyeliner in Wine Not, super shock cheek in Cruel Intentions #colourpopme\n#dewyskin\n@glossier stretch concealer in G11. #glossier\n5w"}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/COCjZNZDpv4/', 'likes': '398 likes', 'age': '2021-04-24T07:12:45.000Z', 'caption': 'kijagold\nDrop some green and orange hearts for me 💚🧡🧡•\n•\nLast slide is me when a man speaks 🙄😁 #notallmen\nRecreated this look by @lsgmakeup (tag her) #50looks2021 9/50\n•\nFace:\nBrows - @anastasiabeverlyhills DipBrow Pomade (Ebony)\nFoundation - @fentybeauty (450)\nPrimer - @sephora Hydrate (Hydrating Face Primer)\nConcealer - @lagirlcosmetics Pro Conceal (toffee)\nBlush - @makeupbytammi x @makeuprevolution Golden Hour Palette\nHighlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette\nBronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette\nSetting Powder - @fentybeauty Pro Filt’r (Cashew)\nSetting Spray - @kvdbeauty Lock It\n\nEyes:\nEyeshadow: @makeuprevolution Marvelous mattes\nPrimer: @plouise_makeup_academy\n\nLips:\nLipstick: @maybelline stay mattes ink\nLiner: @sephora Eye Pencil To Go (03 Deep Brown)\nGloss: @rimmellondonpl oh my gloss\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n•\n•\nTag a friend ❤️ - Save and share ✨\n•\n•\n•\nInspo: @babenexttdoor\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n2d'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/COApeudDt4g/', 'likes': 'None', 'age': '2021-04-23T13:28:52.000Z', 'caption': 'kijagold\nKija is back #50looks2021\nRecreated this look by: @lsgmakeup\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n3d'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CN6yqUfDIgD/', 'likes': '283 likes', 'age': '2021-04-21T06:52:14.000Z', 'caption': 'kijagold\nIt’s been a minute, but as promised my birthday vlog is up.... LINK IN BIO ❤️🤗\n5d'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNpHdugjeSp/', 'likes': '118 likes', 'age': '2021-04-14T10:07:41.000Z', 'caption': 'kijagold\n>>> swipe\n•\n\n• 24.9 million people are victims of forced labor - 71% are women\n• 3.8 million adults are trafficked for forced sexual exploitation\n• 1 million children are trafficked for commercial sexual exploitation\n\n⬆️ - as of 2017 (this is 2021!!!)\n\n•\nI chose the NGO @anniecannons because they help turn victims to survivors. Since this has been going on for years there are definitely children who escape or get saved that will need help. That’s why I’m asking you all to do something about it... it’s my only birthday wish. And I hope we reach the goal. Please share to spread awareness.\n#savethechildren #savethechildrenworldwide #saveallthechildren #savethechildrennow\n1w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNotQw3DDgj/', 'likes': 'None', 'age': '2021-04-14T06:35:35.000Z', 'caption': 'kijagold\n21 years on this planet has taught me so much and more than you might believe, I’m honestly grateful, to God and to you who have pushed me to achieving my goals and working on my self.\n\nHappy Birthday Adora, you’re a rare gem.\n•\nBelieve it or not, modern day slavery exists, it’s on the form of sex/child trafficking. In the United States alone the business of selling children and women for sex is worth over $150 Billion dollars. For my birthday I want you to help support Annie Cannons, a non profit organization that help save young women and children from this fate. Let’s help change the world.\n\n• 24.9 million people are victims of forced labor - 71% are women\n• 3.8 million adults are trafficked for forced sexual exploitation\n• 1 million children are trafficked for commercial sexual exploitation\n\n⬆️ - as of 2017 (this is 2021!!!)\n\nAnnie Cannons - Transforming victims of human trafficking into software professionals.\n\n#savethechildren #savethechildrennow\n1w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNiB2sVjHKO/', 'likes': '415 likes', 'age': '2021-04-11T16:03:59.000Z', 'caption': "kijagold\nAll these low IQ hoes baffle me\nTell 'em that I wash bitches take a bath for me\nBunch of trophies in my crib like a athlete\nI see them giving fake love but that trash is weak\n\n- Nicki Minaj\n2w"}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNPXLMWDfiK/', 'likes': 'None', 'age': '2021-04-04T10:04:58.000Z', 'caption': 'kijagold\nHappy Easter my loves 💝\n\n•\n•\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n3w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CM9Z8BZjvYB/', 'likes': 'None', 'age': '2021-03-28T10:43:06.000Z', 'caption': 'kijagold\n• Tutorial •\n•\nCollaborated with the lovely @_tiabella ✨ to create something SPACEY for you guys.. hope you like it 🥰❤️\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n✨Products✨\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\nHair from - @vive_lux\n\nFace:\nBrows - @anastasiabeverlyhills DipBrow Pomade (Ebony)\nFoundation - @fentybeauty (450)\nPrimer - @sephora Hydrate (Hydrating Face Primer)\nConcealer - @lagirlcosmetics Pro Conceal (toffee)\nBlush - @makeupbytammi x @makeuprevolution Golden Hour Palette\nHighlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette\nBronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette\nSetting Powder - @fentybeauty Pro Filt’r (Cashew)\nSetting Spray - @kvdbeauty Lock It\n\nEyes:\nBase: @plouise_makeup_academy Eyeshadow Base shade (0)\nEyeshadow: @makeuprevolution Marvelous Mattes @paese.cosmetics\n\nLips:\nLipstick: @sephora cream lip stain\nLiner: @sephora Eye Pencil To Go (03 Deep Brown)\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n•\n•\nTag a friend ❤️ - Save and share ✨\n•\n•\n•\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n4w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CM5Dw7nD8hT/', 'likes': '355 likes', 'age': '2021-03-26T18:11:48.000Z', 'caption': 'kijagold\nThis is giving very much Neon Pennywise - collaboration with @dianne_fab ❤️✨\n•\n✨Products✨\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\nHair from - @vive_lux\n\nFace:\nBrows - @anastasiabeverlyhills DipBrow Pomade (Ebony)\nFoundation - @fentybeauty (450)\nPrimer - @sephora Hydrate (Hydrating Face Primer)\nConcealer - @lagirlcosmetics Pro Conceal (toffee)\nBlush - @makeupbytammi x @makeuprevolution Golden Hour Palette\nHighlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette\nBronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette\nSetting Powder - @fentybeauty Pro Filt’r (Cashew)\nSetting Spray - @kvdbeauty Lock It\n\nEyeliners: @inglot\n\nLips:\nLipstick: @sephora cream lip stain\nLiner: @sephora Eye Pencil To Go (03 Deep Brown)\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n•\n•\nTag a friend ❤️ - Save and share ✨\n•\n•\n•\nInspo: @babenexttdoor\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n4w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CN8CPxdpVBg/', 'likes': '847 likes', 'age': '2021-04-21T18:27:39.000Z', 'caption': "kianamitchell_\n#EmergeBeautiful #EmergePartner | I am so excited to be partnering with @emerge throughout this month to share my current favorite products for curly and natural hair! My hair has honestly come so far with these products. It's at such a weird length for me personally, but with all of the moisture and nourishment from my new routine I have come to love it! Check out my stories and TikTok to see how I get these everyday curls in 3 easy steps! I am so thankful to be working with Emerge on this campaign as they work to inspire a younger generation of naturalistas by providing opportunities for partnerships and more. PLUS, who doesn't love an affordable hair routine?\n5d"}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMnPHpapYBx/', 'likes': '928 likes', 'age': '2021-03-19T20:04:42.000Z', 'caption': 'kianamitchell_\n#IPSYPartner | Shoutout to @ipsy for introducing me to so many new favorite products already this year! For this little everyday glam I got to use the @kvdbeauty Lock-It Setting Powder and I’m in love😍. Check out my story for a mini review of the powder and a link to shop! I think y’all are gonna be as obsessed with it as I am🥰\n5w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMeyWRJJO_9/', 'likes': '1,045 likes', 'age': '2021-03-16T13:19:22.000Z', 'caption': 'kianamitchell_\nwhat’s your favorite season? I’d say mine is spring but every time I say something is my favorite I feel like I’m lying lmao like wait what if this other thing is my favorite and I didn’t think about it hard enough??? anyway there’s a little morning ramble for you, I hope y’all have a good day!\u2063\n5w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMX1KVhJENi/', 'likes': '883 likes', 'age': '2021-03-13T20:29:16.000Z', 'caption': 'kianamitchell_\neverybody say thank you @thelipbar for this skin and this gloss and this whole face really🥰 if you missed my IGTV from the other day make sure you check it out! how do y’all feel about voiceovers? I love watching them so I tried it out but wanna know what y’all think!\n6w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMSoGH9FCwK/', 'likes': 'None', 'age': '2021-03-11T19:59:43.000Z', 'caption': 'kianamitchell_\nshopping haul with @thelipbar 🥰✨\n\n#ad | Y’all, guess who is finally available in Walmart??? I am so excited to be partnering with @thelipbar to share with you about their expansion into a new retailer AND their new face and eye products! All of the products that I used today (listed below) are top tier and I felt so glowy in this look🥰 Check out thelipbar.com to find out which Walmart location near you has @thelipbar!\n\n✨ Just a Tint 3-in-1 Tinted Skin Conditioner in Beige Bombshell\n✨ Quick Conceal Caffeine Concealer in Honey\n✨ Set the Tone Finishing Powder in Sweet as Chai and Bronze Beauty\n✨ Glow on Highlighting Blush in Outspoken\n✨ Brown Bombshell Eyeshadow Palette\n✨ Perfect Pair Lip Kit - Lip Liner in Straight Living and Shimmer Lip Gloss in Goddess\n6w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMN3zgnJaCI/', 'likes': '1,952 likes', 'age': '2021-03-09T23:39:57.000Z', 'caption': 'kianamitchell_\nhey it’s me with a look!!!! finally!!! this liner makes me think of swans and I love it🥰 how have y’all been? tell me something that has made you happy recently! for me it’s my milk frother and espresso machine that just came in the mail lmao I can’t wait to use it👀\n6w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CL8PUD2Jix2/', 'likes': '643 likes', 'age': '2021-03-03T03:19:03.000Z', 'caption': 'kianamitchell_\n!!!! my Texas loves pls be smart and safe !!!!\n7w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CLsP5pIJ5Q7/', 'likes': '875 likes', 'age': '2021-02-24T22:16:20.000Z', 'caption': 'kianamitchell_\nAn old favorite recreated from @esantoinette! I remember this look so fondly, and used one of my all time favorite palettes for it (@bperfectcosmetics carnival palette). So crazy to think about how far I’ve come to now having a code with them, KIANA20 to save 20%. None of this would be possible without y’all and I’m so happy and appreciate of our little fam!\u2063\n\u2063\nHow are y’all doing mentally/emotionally/overall with life rn? Just checking in💖\u2063\u2063\n\u2063\u2063\nI’m still frustrated with my apartment complex because we haven’t had water here for over a week at this point due to damage from the winter storm in Texas last week. It’s difficult for me to ask others for help because I hate feeling like a burden, but I’m thankful for those around me who have offered there homes up for showers, let me use their hoses to fill up gallon jugs of water for the toilets, and given my roommate and I cases of bottled water! \u2063\u2063\n\u2063\u2063\nOn a sad plant mom note, I’ve had to allocate our limited water for myself and the cats obviously so a lot of my plant babies are going through it or dying all together. They bring me so much joy and I’m sad this is the situation, but totally understand they can all be replaced so I’ll get over it\U0001f972\n8w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CLnNTcYpyD_/', 'likes': '2,297 likes', 'age': '2021-02-22T23:17:26.000Z', 'caption': 'kianamitchell_\n#BlackArtArdor\u2063\u2063\n\u2063\u2063\nSo excited to share this collab with @raggedyroyal!! This whole look had me feeling very fancy and expensive down to the jewelry and blazer🥰 Fun fact: I thrifted this blazer for 50 cents a while back but still haven’t had a chance to wear it out. Thought this look was as good a chance as any to get some use out of it lol\u2063\u2063\n\u2063\u2063\nUsed @glamvicecosmetics abstract rose and pastel paradise paint palettes🥰 (save money w/ my code KIKI10!) \u2063\n\u2063\nEarrings are from @earthboundtrading and septum ring is from @spiritadornmentsjewelry ✨\n8w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/COBph52hEVH/', 'likes': '162 likes', 'age': '2021-04-23T22:47:07.000Z', 'caption': 'marchantainsley\nhappy friday 🪐✨\n\nall brands used tagged, comment for any makeup details🎀\n2d'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CN-6kXrh01b/', 'likes': '127 likes', 'age': '2021-04-22T21:18:17.000Z', 'caption': 'marchantainsley\nGoths day out ☀️\n4d'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNu0SzDhS6d/', 'likes': '126 likes', 'age': '2021-04-16T15:15:36.000Z', 'caption': 'marchantainsley\nwild how changing your hair colour can have such a massive impact on your positivity 🌷✨🎀🦋\n1w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNsuS5-B4PC/', 'likes': '47 likes', 'age': '2021-04-15T19:44:58.000Z', 'caption': 'marchantainsley\nShopping for a new wardrobe is the best form of self care🌸🦋✨\nUploaded a little haul over on my tiktok, sharing here too✌🏻\n1w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNklez3BbtN/', 'likes': '166 likes', 'age': '2021-04-12T15:53:46.000Z', 'caption': 'marchantainsley\nFor the times, they are a changing\n🌺💚💐🦋💖\n\nSome products used:\n\n@fentybeauty cream bronzer teddy\n@charlottetillbury Hollywood flawless filter in light\n@vievemuse power suit lipstick\n@urbandecayuki brow blade\n@sensoriumbeauty platinum brow engineer for eyeshadow base\n@sugarpill fun size palette\n2w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNLkmLeBHA4/', 'likes': '35 likes', 'age': '2021-04-02T22:45:01.000Z', 'caption': 'marchantainsley\nstop whatever you’re doing and drink some water 💙✨🦋\n3w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNLF14ahjEC/', 'likes': '115 likes', 'age': '2021-04-02T18:16:17.000Z', 'caption': 'marchantainsley\n💘🌿✨🦋🌺🥝\n3w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNAqZSyBfjD/', 'likes': '149 likes', 'age': '2021-03-29T17:04:03.000Z', 'caption': 'marchantainsley\nfeeling like a 00’s bitch 🦋💖\n\nrecreation of @ashlevi lizzie mcguire x @colourpopcosmetics look that i was OBSESSED over\n\nSome products used:\n\n@fentybeauty cream bronzer teddy\n@charlottetillbury Hollywood flawless filter in light\n@vievemuse power suit lipstick and malbec blush\n@urbandecayuki brow blade\n@sensoriumbeauty platinum brow engineer for eyeshadow base\n@meltcosmetics radioactive and recently deceased palettes\n@kvdbeauty gold skool highlighter\n4w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CMz3gWOspo9/', 'likes': '198 likes', 'age': '2021-03-24T17:48:29.000Z', 'caption': 'marchantainsley\nbaby blue 🦋\n\nsorry been hiding away on the sims the past few weeks but it felt so good to put makeup on again☁️\n\nSome products used:\n\n#olehenriksen C-rush Gel creme\n#lottielondon Velvet skin tint in Medium and freckle tint\n#fentybeauty cream bronzer teddy\n@charlottetillbury Hollywood flawless filter in light\n@vievemuse power suit lipstick, piazza and malbec blush\n@urbandecayuki brow blade\n@sensoriumbeauty platinum brow engineer for eyeshadow base\n@bperfectcosmetics Carnival III palette\n@morphebrushes mimi lipliner\n4w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/COJGGs6JHIG/', 'likes': '607 likes', 'age': '2021-04-26T20:11:30.000Z', 'caption': 'circusfairie\nhappy lesbian visibility day <3\n________\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n1h'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CN5qdVsJTNk/', 'likes': '2,084 likes', 'age': '2021-04-20T20:21:19.000Z', 'caption': "circusfairie\nI'm the whole damn cake and the cherry on top🍒\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n6d"}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNx7GH9J9dC/', 'likes': '2,245 likes', 'age': '2021-04-17T20:12:46.000Z', 'caption': "circusfairie\nI'm just so happy it's warm out ☀️🌈\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n1w"}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNlDHGtJb5_/', 'likes': '1,967 likes', 'age': '2021-04-12T20:12:41.000Z', 'caption': 'circusfairie\nfeeling like a cartoon character <3\n(also im wearing the cutest lesbian earrings that will be in my next shop update !!)\n______\nwearing the cutest nails from @rave_nailz\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n2w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNdbMPYpw9B/', 'likes': '2,997 likes', 'age': '2021-04-09T21:09:10.000Z', 'caption': 'circusfairie\nhi guys i dyed my hair again🌈\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n2w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNTB7KOpRYD/', 'likes': '1,907 likes', 'age': '2021-04-05T20:15:59.000Z', 'caption': "circusfairie\nim so happy it's spring 🌷🌈\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n3w"}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNIuicWJojs/', 'likes': '2,224 likes', 'age': '2021-04-01T20:14:10.000Z', 'caption': 'circusfairie\nrainbow always 🌈🌟\n______\n@colourpopcosmetics\nusing the new lizzie mcguire collection <3\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n@slayfirecosmetics glitter in shade circusfairie <3\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns\n3w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CM74FSrJrBT/', 'likes': '2,237 likes', 'age': '2021-03-27T20:27:27.000Z', 'caption': 'circusfairie\nthe grand canyon was pretty but im prettier <3\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n4w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CMxjT25pxf4/', 'likes': '4,167 likes', 'age': '2021-03-23T20:13:32.000Z', 'caption': 'circusfairie\nhappy spring 💐🐞🌷🌿🦋\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n4w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/COBL-ChJrL0/', 'likes': '168 likes', 'age': '2021-04-23T18:28:49.000Z', 'caption': 'annuhmakeup\nPlanet her 🪐had to recreate Doja cats make up from kiss me more, original look by @ernestocasillas\n\nE Y E S:\n@xxrevolution xx cloud eyeshadow palette\n@glisten_cosmetics wet liners in blueberry and milk mixed together (use code annuhmakeup10 for £££ off)\nL I P S :\n@morphebrushes sweet tea lip liner\n@makeuprevolution syrup lipstick\n@fentybeauty gloss bomb cream in honey waffles\nF A CE :\n@xxrevolution xx cloud serum primer\n@xxrevolution bright light primer\n@makeuprevolution conceal and hydrate foundation\n@theordinary concealer\n@makeuprevolution glow splendour bronzer\n@xxrevolution haze highlight\n@xxrevolution wave cream highlight\n3d'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNxKDa6J0OT/', 'likes': '194 likes', 'age': '2021-04-17T13:04:14.000Z', 'caption': 'annuhmakeup\nbluuu and glittery\n\n________________________________\nE Y E S :\n@bperfectcosmetics x @staceymariemua carnival 3 Tahiti palette\n@peachesmakeup pigment in venom\nL I P S :\n@morphebrushes sweet tea lip liner\n@morphebrushes Cream lipstick in forevs\nF A C E :\n@xxrevolution glass gloss primer\n@fentybeauty pro filt’r hydrating longwear foundation\n@elfcosmetics hydrating camo concealer\n@morphebrushes contour stick\n@xxrevolution glass highlight\n@makeuprevolution translucent powder\n@lottielondon freckle tint\n1w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNk5ljopskl/', 'likes': '361 likes', 'age': '2021-04-12T18:49:27.000Z', 'caption': 'annuhmakeup\nHappy pint day xx\n\n_____________________________________\nE Y E S :\n@anastasiabeverlyhills x @jackieaina eyeshadow palette\n@lottielondon am to pm liner in espresso\n@candecosmetics CE7 lashes\nL I P S :\n@barrymcosmetics chocolate lip liner\n@muacosmetics TLC lipstick\nF A C E :\n@xxrevolution bright light primer\n@lottielondon velvet skin tint foundation\n@makeupobsession mega concealer\n@theordinary concealer\n@makeuprevolution splendour glow bronzer\n@xxrevolution freeze fix fixing mix\n2w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNaeIzNpk7F/', 'likes': '248 likes', 'age': '2021-04-08T17:37:12.000Z', 'caption': 'annuhmakeup\nWhat’s stopping apple from making the front camera as good as the back camera huh!??\n\nAura eyeshadow inspired by @beamingdesign swipe for inspo x\n\nE Y E S :\n@bperfectcosmetics carnival 3 Tahiti palette\n@makeuprevolution 5D mascara\nL I P S :\n@nyxcosmetics_uk suede lip liner in Toulouse\n@makeuprevolution x @soph fudge lipstick\n@makeuprevolution pout bomb lip gloss in kiss\nF A C E :\n@xxrevolution glass gloss primer\n@lottielondon velvet skin tint foundation\n@elfcosmeticsuk hydrating camo concealer\n@lagirlcosmetics bronzer stick\n@no7uk translucent powder\n@xxrevolution glass gloss liquid highlight\n2w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNLDKskJVjm/', 'likes': '208 likes', 'age': '2021-04-02T17:52:55.000Z', 'caption': 'annuhmakeup\nUr local yoga mom x\nFor real though I did my make up solely for the school for my sister lol, luvv purple and orange together 💜🧡\n\nPart 5 of my spring series\n_____________________________________\nE Y E S :\n@beautybaycom me myself and mmmitchell eyeshadow palette\n@makeuprevolution 5D mascara\nL I P S :\n@barrymcosmetics chocolate lip liner\n@muacosmetics TLC lipstick\nF A C E :\n@xxrevolution bright light primer\n@fentybeauty pro filt’r hydrating longwear foundation\n@elfcosmeticsuk hydrating camo concealer\n@elfcosmeticsuk matte camo concealer to contour\n@muacosmetics tiger lily liquid blush\n@fentybeauty pro filt’r instant retouch setting powder\n@xxrevolution freeze fix dew setting spray\n3w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNIdEh5p8Or/', 'likes': '198 likes', 'age': '2021-04-01T17:41:51.000Z', 'caption': 'annuhmakeup\nI love blue and Peggy Gou xxx\n\nProduct details in my last post 💙\n3w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNDT25MpG1I/', 'likes': '187 likes', 'age': '2021-03-30T17:44:50.000Z', 'caption': 'annuhmakeup\nThis was meant to be mint but then I realised I won’t own a mint eyeshadow lol anyway!! Blue eyeshadow look\n\nPart 4 of my spring series\n\n____________________________________\nE Y E S :\n@bperfectcosmetics carnival 3 Tahiti palette\n@unicorncosmetics lashes in bubble pop\n@shrine jewels\nL I P S :\n@nyxcosmetics_uk suede lip liner in sandstorm\nF A C E :\n@xxrevolution bright light primer\n@xxrevolution glow skin foundation\n@fentybeauty match stix in linen and amber\n@theordinary concealer\n@lottielondon ombré blush in haze\n@joshcosmetics x @sarahsultannmakeup princess peach highlight\n3w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CM5Lu29pIii/', 'likes': '244 likes', 'age': '2021-03-26T19:21:26.000Z', 'caption': 'annuhmakeup\nIf I can’t glue flowers to my eyes in spring, when the hell can I!! 🌼💛🌝 inspired by the flower queen @echo_michaela\n\nLook 3 of my spring series\n______________________________________\nE Y E S :\n@makeuprevolution x @soph extra spice eyeshadow palette\nL I P S :\n@barrymcosmetics chocolate lip liner\n@morphebrushes cream lipstick in forevs\n@fentybeauty cream gloss bomb cream in honey waffles\nF A C E :\n@xxrevolution bright light primer\n@fentybeauty pro filt’r hydrating longwear foundation\n@makeupobsession mega conceal\n@elfcosmeticsuk camo concealer as cream contour\n@makeuprevolution matte glow splendour bronzer\n4w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CMz4dg_p8OR/', 'likes': '159 likes', 'age': '2021-03-24T17:57:14.000Z', 'caption': 'annuhmakeup\nReel of yesterday’s look 🌺 inspo @ashanti.riv\n\nProducts listed in my last post\n4w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CN-eOUNLUfh/', 'likes': '356 likes', 'age': '2021-04-22T17:10:36.000Z', 'caption': 'fxmofcolor\nreally love this pearl winged “liner” <3\n•\n@bitebeauty power move creamy matte lip crayon in amaretto *gifted\n@colourpop pressed powder blush in fashion district\n@nyxcosmetics lift and snatch brow tint pen in black\n4d'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CNscNIeLswe/', 'likes': '247 likes', 'age': '2021-04-15T17:06:38.000Z', 'caption': 'fxmofcolor\ndreamy watercolor vibes <3 been loving how my eyebrows have been looking btw...hehe\n•\n@claropsyche sketch paint & psyche’s box\n@poppicosmetics never see you palette\n@nyxcosmetics lift & snatch brow tint pen in black & butter gloss\n@colourpopcosmetics pretty fresh hyaluronic tinted moisturizer\n1w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CNc_YZkLO6c/', 'likes': '259 likes', 'age': '2021-04-09T17:06:10.000Z', 'caption': 'fxmofcolor\nwas inspired by @juandavidferrazzo graphic liner look 🖤\n\n•\n@meltcosmetics muerte eyeshadow palette\n@colourpopcosmetics pretty fresh hyaluronic tinted moisturizer\n@bitebeauty extreme longwear liquid eyeliner *gifted\n@nyx lift and snatch brow tint pen\n2w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CM4791ErLLv/', 'likes': '582 likes', 'age': '2021-03-26T17:03:40.000Z', 'caption': 'fxmofcolor\ni’m anti smiling on camera <3\nliner inspired by @sarah.feingold <3\n•\n@claropsyche sketch paint\n@kvdbeauty tattoo liner *gifted\n@colourpopcosmetics so juicy plumping lip gloss in princess cut, pretty fresh hyaluronic tinted moisturizer and tumeric face milk\n@theboldfacemakeup big reputation lashes\n@nyxcosmetics lift & snatch brow tint pen\n4w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CLw9s9cLETc/', 'likes': '347 likes', 'age': '2021-02-26T18:13:31.000Z', 'caption': 'fxmofcolor\ninspired by @camila_anac <3 since my hair is longer, i’m getting back to my wavy hair phase once again hehe\n•\n@bitebeauty upswing full-volume mascara & upswing extreme longwear eyeliner *gifted and amuse bouche lipstick in porcini\n@colourpopcosmetics lip liner in bff3\n@nyxcosmetics lift & snatch brow tint pen\n8w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CI6JPyjrkb4/', 'likes': '396 likes', 'age': '2020-12-17T18:13:22.000Z', 'caption': 'fxmofcolor\nwhat’s your favorite era for makeup and style? i love the 60s and 70s, just everything about their style is so amazing and lovely ✨ makeup inspired by @buec ❣️btw yes i’m wearing this top again pls don’t judge me\n•\n@poppicosmetics see you never palette *gifted\n@claropsyche psyche’s palette\n@kvdveganbeauty tattoo liner for brows and liner\n@bitebeauty 086 lip pencil and yayslayer plumping lip gloss in guava puff *gifted\n18w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CIWFlHWrs9o/', 'likes': '423 likes', 'age': '2020-12-03T18:08:40.000Z', 'caption': 'fxmofcolor\ni can’t believe i hesitated to do this look, i absolutely loved it!! makeup inspired by @samvissermakeup ‘s look on @alexademie 🐆\n•\n@kvdveganbeauty tattoo liner *gifted\n@colourpopcosmetics “bff3” lip liner\n@bitebeauty amuse bouche lipstick in “porcini”\n@anastasiabeverlyhills “prism” and “subculture” eyeshadow palettes\n@essence_cosmetics lash princess mascara\n@glossier brow flick\n20w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CG-xONZrzSW/', 'likes': '487 likes', 'age': '2020-10-30T20:16:51.000Z', 'caption': 'fxmofcolor\ndid someone ask for a latinx tim burton character? i know this is really simple but i had so much fun with this look! inspired by the tim burton makeup trend (he sucks though bc he’s racist 🖤)\n•\n@anastasiabeverlyhills matte lipstick in smoke and brow powder in granite\n@nyxcosmetics hd blush in taupe\n@theboldfacemakeup big reputation lashes\n@glossier brow flick\n25w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CGp1chPgLRy/', 'likes': '1,918 likes', 'age': '2020-10-22T17:09:43.000Z', 'caption': 'fxmofcolor\nnegative space butterfly look inspired by @artistry.bri & pater sato 🦋\n•\n@theboldfacemakeup big reputation lashes\n@kvdveganbeauty tattoo liner *gifted\n@nyxcosmetics intense butter gloss\n@colourpopcosmetics bff3 lip liner\n@glossier brow flick\n@claropsyche psyche’s box\n26w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/COJEGzPHTKS/', 'likes': '1,657 likes', 'age': '2021-04-26T19:54:32.000Z', 'caption': 'isabelleikpeme\nonce upon a time...💅🏾💋✨\nig was down when i posted the pics for this look sooo hopefully this does way better😭💞\n2h'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/COI8tzqnizm/', 'likes': '3,747 likes', 'age': '2021-04-26T18:49:27.000Z', 'caption': 'isabelleikpeme\nin need of some cheetah sistasss, who is down??😭💞💅🏾\ninspired by the loml @alexademie 🥰\nhappy monday! totally in love with this look, have had it in my mind for weeks but finally did it yesterday!!! this is sooo cute omg, i def wanna do more looks incorporating animal prints! i want to do a look soon that like a peacock inspired look omg if you guys have any ideas and inspo please send them my way!!!! love you guys💋 see you on wednesday\n(also i have like a week and 2 days left of school im so excited to be over likeeee)\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream (my fave literally)\n@milkmakeup flex concealer shade tan\n@colourpopcosmetics no filter setting powder shade deep\n@xxrevolution glass gloss (literally everywhere haha)\n@kvdbeauty everlasting blush shade poppy\n@kvdbeauty tattoo liner in black\n@colourpopcosmetics statement piece palette shade hoops and too haute palette shade west end\n@milkmakeup kush mascara\n@morphebrushes x @avani black lip liner (per usualllll)\n@kaleidosmakeup charisma contour palette shade warm and deep\n@kvdbeauty lipgloss shade rosa\n@milkmakeup hydro set spray\n@essencemakeup juicy bomb gloss shade crazy cherry\npress ons from @scandal.beauty\ntop from @dollskill\nthumb ring from @vitaly\n(middle finger) solid ring from @seolgold\nbutterfly ring from @palacerings\nchoker from @shopdalmata\nearrings from @jozeliejewls\n3h'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/COBOYuHH17Y/', 'likes': '15,883 likes', 'age': '2021-04-23T18:49:56.000Z', 'caption': 'isabelleikpeme\n⛅️\U0001fa9e🐣 100% cuteness with @mavenbeauty 🐣\U0001fa9e⛅️\nhappy fridayyy! hope everyone had a good week! i had this bucket hat for so long, i didn’t know what i was going to do with it! but i put this look together and i love it i think its so cute! what do you guys think? 🥰🐣⛅️ (mavenbeatypartner)\n👇🏾 products used: all @mavenbeauty 👇🏾\nrose water refresh and setting spray\nlash style in 06\nhighlighter in shade draped\neyeshadow base in shade teddy\nlipstick in shade sus\n3d'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CN8EwFkHmZO/', 'likes': '23,862 likes', 'age': '2021-04-21T18:49:33.000Z', 'caption': 'isabelleikpeme\n🍋☀️💞 who is ready for summerrrr? 💞☀️🍋\ni know i am! only 2 weeks left of school for me! im so excited and happy to be almost over!!! this semester was literally so stressful for me, every time i post my page has literally become a countdown for the end of the semester hahaha. but this summer i have a few exciting and even maybe life changing opportunities to happen, i am so ready for you all to find out what i have planned and whatnot!! 💞☀️💞 see u on friday bbys!\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@plouise_makeup_academy brow pencil\n@sheencosmeticsofficial yellow and orange liner mixed from the festival palette\n@mavenbeauty eyeshadow base\n@xxrevolution glass gloss\n@hankandhenrybeauty blushem shade lolligaggle\n@milkmakeup kush mascara\n@milkmakeup flex concealer\n@kaleidosmakeup charisma contour palette\n@kvdbeauty dark red lipgloss\n@morphebrushes x @avani black lip liner\n@milkmakeup hydro set spray\nearrings from @shop.solani\npressons from @blankgenerationshop\ngold ring from @seolgold\n5d'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNvMrk-n-E9/', 'likes': '20,513 likes', 'age': '2021-04-16T18:48:42.000Z', 'caption': 'isabelleikpeme\n💞🍭🍬cotton candy kisses 🍬🍭💞\nits friday 😇 i hope everyone had an amazing week! got this sweater from @finesseusstudios a while ago and i was gonna do an outfit pic with it but then i decided to do a makeup look instead! i love this so much its sooo cute! i realized that i never do 2 diff liner colors in the same look! i might def change that... what do yall think? let me know in the comments! see u on monday babies!😚☁️🍬\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@maybelline instant age rewind concealer shade hazelnut\n@colourpopcosmetics no filter setting powder shade deep\n@sheencosmeticsofficial sky blue and french rose watercolor liner\n@maybelline sky high mascara\n@xxrevolution glass gloss\n@morphebrushes x @avani black lip liner\n@kvdbeauty lipgloss shade magnolia\n@milkmakeup hydro setting spray\nearrings and yin yang ring from @chvkerjewelry\nsweatshirt from @finesseusstudios\ngold ring from @seolgold\npress ons from @scandal.beauty\n1w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNqDJLMnB_K/', 'likes': '21,501 likes', 'age': '2021-04-14T18:49:10.000Z', 'caption': 'isabelleikpeme\n✨💜☔️purple rain ☔️ 💜✨\nhappy wednesday! i love this look so much, i barely ever do purple but i think it looks so good on me omg! this might be my fave look ever done hahaha. what do yall think? i also hope everyone is having an amazing day!💜✨ ALSO- me in lashes?!?? a new era 😵💜\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@maybelline instant age rewind concealer shade hazelnut\n@plouise_makeup_academy eyebrow pencil\n@colourpopcosmetics no filter setting powder shade deep\n@plouise_makeup_academy acid reign purple cosmetic paint\n@kvdbeauty black tattoo liner\n@morphebrushes x @avani for the bebs shades hidden and bruh\n@xxrevolution glass gloss\n@getyouthforia chemical reaction blush oil\n@sohllashes lashes\n@maybelline sky high mascara\n@morphebrushes x @avani black lip liner\n@milkmakeup hydrogrip setting spray\npurple set @iamgia\nnecklace from @bylolitajewelry\ngold ring from @seolgold\npurple ring from @chvkerjewelry\nearrings from @jozeliejewls\nshades from @sunglassspot\n1w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNk5kAgHZZZ/', 'likes': '21,947 likes', 'age': '2021-04-12T18:49:15.000Z', 'caption': 'isabelleikpeme\n♡o。.✿ฺ。 ✿ฺ ♡o。.✿ฺ。 ✿ฺ ♡\nhiiii i hope everyone is having an amazing day!! i am so tired and drained hahaha im just gonna take the rest of the day easy🥱 when school is over i can finally feel free, im so excited! i have only 3 weeks left, how about yall? 🤍💙\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@milkmakeup flex concealer shade tan\n@colourpopcosmetics no filter setting powder shade deep\n@profusion neon blue eyeliner\n@xxrevolution glass gloss\n@kaleidosmakeup charisma contour palette\n@hankandhenrybeauty blushem shade lolligaggle\n@morphebrushes x @avani lip liner shade black\n@kvdbeauty lipgloss shade magnolia\n@milkmakeup hydrogrip setting spray\nearrings from @withmercii\nshades from @giantvintage\n2w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNdLHwnnIUS/', 'likes': '17,794 likes', 'age': '2021-04-09T18:48:45.000Z', 'caption': 'isabelleikpeme\nill follow you until you love me... 🖤 @mavenbeauty\nhappy fridayyyy!!!! i am loving this look, hby? inspired by my bestie @stenss 🥰 i never do black looks bc i feel like yall dont like them😭 but i love this one hehee🖤✨have the best weekend ever besties and ill see u on monday 🥰(mavenbeautypartner)\n👇🏾products used (all @mavenbeauty)\nbasic beat define palette\neyeshadow base shade teddy\nblack liquid eyeliner\n2w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNYBoeFnSGQ/', 'likes': '14,230 likes', 'age': '2021-04-07T18:49:38.000Z', 'caption': 'isabelleikpeme\n☁️ cloud 9 ☁️\nhappy wednesday! i hope everyone is having an amazing week so far! i decided to go for a glowy and simple look today, and i really love this! my skin was really glowing here hahaha. i dont wear makeup everyday, but if i did this would definitely be my look! i hope everyone loves it as much as i do 🤍☁️🤍 if you want me to do a tutorial/reel on this, comment it belowww!!!\n☁️ wearing @ohpolly ☁️\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@plouise_makeup_academy brow pencil\n@maybelline instant age rewind concealer shade hazelnut\n@colourpopcosmetics no filter setting powder shade deep\n@hankandhenrybeauty blushem shade lolligaggle\n@xxrevolution glass gloss on lid and as highlight\n@maybelline skyhigh mascara\n@morphebrushes x @avani black lip liner\n@kvdbeauty lipgloss shade magnolia\nnecklace from @bylolitajewelry\nrings from @seolgold\npress ons @scandal.beauty\n2w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CN3oHTUndw6/', 'likes': '1,955 likes', 'age': '2021-04-20T01:24:41.000Z', 'caption': 'slaybyjess\nGlossy lid ✨🧡\n\n#glossylids #glossylips #makeuptutorial #tiktokmakeup #easymakeup\n6d'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNoKZV5nEFh/', 'likes': 'None', 'age': '2021-04-14T01:20:40.000Z', 'caption': 'slaybyjess\n💞✨\nSong: N.O.R.E - Oye Mi Canto\n\nUsing:\n@lauramercier pure canvas primer\n@urbandecaycosmetics Hydromaniac foundation\n@toofaced born this way concealer\n@milkmakeup lip+cheek werk\n@lauramercier translucent honey powder\n@benefitcosmetics hoola bronzer\n@colourpopcosmetics Stone cold fox palette\n@kaleidosmakeup the escape pod\n@benefitcosmetics sun beam\n\n#makeuptutorial #dewyskin #softglam #colourpopcosmetics #milkcosmetics #benefitcosmetics\n1w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNd4-M6HkFc/', 'likes': '1,436 likes', 'age': '2021-04-10T01:29:24.000Z', 'caption': 'slaybyjess\nSoft-glam ✨✨\nSong: Cardi B Up X Michael Jackson Mashup\n\nUsing:\n@colourpopcosmetics Stone cold fox palette\n@embossbeauty lashes\n@toofaced primer\n@fentybeauty hydrating foundation\n@toofaced born this way concealer\n@emcosmetics liquid blush\n@buxomcosmetics lipgloss\n\n#softglam #softglammakeup #easymakeup #easymakeuptutorial #dewyskin #dewymakeup\n2w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNWHC4nH6yC/', 'likes': '1,441 likes', 'age': '2021-04-07T00:58:45.000Z', 'caption': 'slaybyjess\nI was going for Duvalin vibes to match my brown nails💞\n\nUsing:\n@hudabeauty jelly primer\n@fentybeauty hydrating foundation\n@toofaced born this way concealer\n@kajabeauty cheeky stamps\n@colourpopcosmetics fade into hue palette\n@onesize brown gel liner\n@tatti_lashes molly-Mae everyday lashes (code: slaybyjess15)\n@lauramercier caviar stick orchid\n@innbeautyproject lip oil glaze #1\n\n#makeuptutorial #dewyskin #easymakeup #fentybeauty #fentyface #colorfulmakeup\n2w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNOa_YgH_r-/', 'likes': 'None', 'age': '2021-04-04T01:19:04.000Z', 'caption': 'slaybyjess\nColorful yet wearable 💙 also this song came back into popularity because of tiktok and I’m glad it did\n\nUsing:\n@hudabeauty jelly primer\n@milkmakeup sunshine skin tint\n@toofaced born this way concealer\n@kajabeauty cheeky stamp\n@bhcosmetics BFF palette\n@blinkingbeaute Thursday lashes\n@morphebrushes lip pencil sweet tea\n@milkmakeup electric lip plump in charged\n\n#easymakeup #simplemakeup #colorfulmakeup #makeuptutorials #pocmakeup\n3w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMvhbCRnMe1/', 'likes': '2,159 likes', 'age': '2021-03-23T01:18:33.000Z', 'caption': 'slaybyjess\n💜✨💞\n\nFace:\n@exa.beauty primer and foundation\n@toofaced concealer\n@emcosmetics Venetian rose liquid blush\n@buxomcosmetics dolly blush\nBrows:\n@morphebrushes micro brow pencil (dc: glamfam378)\n@lauramercier brow gel\nEyes:\n@kaleidosmakeup club nebula palette\n@blinkingbeaute Thursday lashes\nLips:\n@morphebrushes sweet tea lip liner\n@kaleidosmakeup fantasize lipgloss\n\n#simplemakeup #easymakeup #makeuptutorial #tiktokmakeup #glowymakeup\n4w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMlPqAVHca0/', 'likes': '2,263 likes', 'age': '2021-03-19T01:31:17.000Z', 'caption': 'slaybyjess\n💟💜✨ inpo: @jaimariah\n\nFace:\n@exa.beauty primer and foundation\n@toofaced concealer\n@emcosmetics Venetian rose liquid blush\n@buxomcosmetics dolly blush\nBrows:\n@morphebrushes micro brow pencil (dc: glamfam378)\n@lauramercier brow gel\nEyes:\n@kaleidosmakeup club nebula palette\n@blinkingbeaute Thursday lashes\nLips:\n@morphebrushes sweet tea lip liner\n@kaleidosmakeup fantasize lipgloss\n\n#simplemakeup #easymakeup #makeuptutorial #tiktokmakeup #glowymakeup\n5w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMV6xCDnW3u/', 'likes': 'None', 'age': '2021-03-13T02:39:56.000Z', 'caption': 'slaybyjess\nPop of pink ✨💞🍒 inspo: @glamxbrit\n\n@morphebrushes micro brow pencil\n@nyxcosmetics the brow glue\n@colourpopcosmetics stone cold fox palette and fade into hue palette\n@ardellbeauty lashes\n@hudabeauty jelly primer\n@urbandecaycosmetics Hydromaniac foundation\n@toofaced born this way concealer\n@emcosmetics sunset sky liquid blush\n@colourpopcosmetics good and plenty lip liner\n\n#simplemakeup #dewymakeup #makeuptutorials #everydaymakeup #colourpopcosmetics\n6w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMTS5WbHymM/', 'likes': '1,666 likes', 'age': '2021-03-12T02:12:53.000Z', 'caption': 'slaybyjess\nStarry eyes 🌟\n@benefitcosmetics precisely my brow pencil\n@lauramercier brow gel\n@colourpopcosmetics fade into hue palette\n@onesize liquid liner\n@toofaced plump and prime\n@fentybeauty hydrating foundation\n@colourpopcosmetics liquid blush\n\n#colorfulmakeup #purplemakeup #dewyskin #dewymakeup\n6w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CM5brjGHhc7/', 'likes': '1,301 likes', 'age': '2021-03-26T21:40:47.000Z', 'caption': 'itsariellaa\nHey yall 👋🏽 , been tryin out a new foundation routine & SHEEEESHHHHH , I’m obsessed s/o to my bby @domuanatrix for givin me some new tips 🥵 , also my homegirl at @y.xolashes dropped these new top lashes in charmed & I gotta say THESEEE HOES RIGHT HEREEE , are my favorite fucking lashes to ever lay on my eyes , like I just feel so PRETTY & sultry ASF ( also bottom lashes are from her in virgo just cut up! )\n\nFoundation: @milanicosmetics screen queen in 380 deep tan\nEyeshadow: @shroudcosmetics divinity pallet , oshun, Aphrodite , freya, milda k @anastasiabeverlyhills mini prop pallet Vol3 A1\nWaterline: @colourpopcosmetics creme gel liner in periwinkle\nBlush/contour: paint pallet neutrals\nSetting powder: @anastasiabeverlyhills loose banana powder\n4w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CLILYW5nXuN/', 'likes': '1,520 likes', 'age': '2021-02-10T22:04:10.000Z', 'caption': 'itsariellaa\nGRAPHIC LINER RECREATION LOOK , ORIGINAL ARTIST @babenexttdoor\nOmg when I first SAW THIS LOOK I DIEDD ( I saw it on tiktok first , also GO FOLLOW THEM & ON THERE TOO IF USE IT , THIER ARTISTRY IS AMAZING!! )\n\nalso i never really thought I’d pick up graphic liner again tbch , but holy shit I didn’t realize how much I missed doing it on myself & I forgot how therapeutic it once was for me , getting back into it made me feel like I was reuniting with an old friend😭😂 , But I’m so ready to get back into it I’m so excited!!! 😩 ( ALSO IF YALL CURIOUS WHERE I GET MY JEWELRY FROM I TAGGED THEM , support small businesses & check them out 🥰 )\n\nAlso thanks to @crazycolorltd for helping me keep up with my hair color I used like twist & sapphire blue!!\n\nProducts\n\n@goodmolecules pure cold pressed roseship oil & Yerba mate wake up eye gel\n\nFoundation: @milanicosmetics screen queen in 380\nConcealer: @colourpopcosmetics medium dark tan 120 W\nSetting powder: @anastasiabeverlyhills loose banana powder\nCream contour: @karabeautyofficial micro contour pencil in deep\npowder bronzer : @milanicosmetics 03 sun tan bain de soleil silky matte\nLips: @milanicosmetics 240 SHOOP & @maccosmetics powder kiss in impulsive topped with a lip oil\nBlush: @milanicosmetics baked bronzer 05\nEyeliner: @anastasiabeverlyhills cake liner in opaque with & electric orange\nWater liner: @colourpopcosmetics periwinkle ( my favorite 🥰 )\nBrows: ( I made like a mix of a bunch of shit , might show y’all how I make my blue pomade )\nAlso thanks to @crazycolorltd for helping me keep up with my hair color I used electric lime & sapphire blue!!\n10w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CKr2cxJH-HX/', 'likes': '1,351 likes', 'age': '2021-01-30T22:02:32.000Z', 'caption': 'itsariellaa\nOld look I did that I never posted , haven’t really played with makeup for awhile now since I’ve just mainly been working with my therapist , but hope y’all are all good & the universe & yourself are treating you kindly , love you qts\n( also to lazy to post product details so I’ll do it later 💀 )\n12w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CHeAG0pn9eH/', 'likes': '1,659 likes', 'age': '2020-11-11T23:23:23.000Z', 'caption': 'itsariellaa\nHello bitches it’s me & im beautiful 🤪\nAlso wow really love “ soft glam “ rn\n\nProducts\nSkin: @goodmolecules roseship seed oil @olehenriksen banana bright eye creme & @olehenriksen banana bright face primer\nFoundation: @milanicosmetics screen queen in 380 deep tan\nConcealer: @colourpopcosmetics pretty fresh in med dark 120 w\nSetting powder: @anastasiabeverlyhills loose setting powder in banana\nTop lashes: @y.xolashes in SLUT\nEyeshadow: @colourpopcosmetics ornate eyeshadow palette\nWaterline: @colourpopcosmetics creme liner in periwinkle\nHighlighter: @danessa_myricks dew wet highlighter in clear\nLips: @milanicosmetics shoop lipliner with @maccosmetics powder kiss in impulsive topped with @colourpopcosmetics lux gloss in lust\nBronzer: @milanicosmetics sun tan/ Bain de soleil\nBlush: @milanicosmetics baked bronzer in 05 soleil/soleil\nHairdye: crazy color in sapphire\n23w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CG3fJTpnkCr/', 'likes': '1,613 likes', 'age': '2020-10-28T00:24:13.000Z', 'caption': 'itsariellaa\nHey yall, missed glam makeup so I did the awhile ago , probably gonna delete this soon tho cause this looks boring lol 💀\n\nSkin prep:\n@goodmolecules pure cold pressed roseship seed oil ( y’all need it btw it’s bomb 😭 )\nEyecream: @olehenriksen truth banana bright ere crème\n@olehenriksen c-rush brightens double crème\n@olehenriksen banana bright face primer\nFoundations: @kvdveganbeauty true portrait in tan 060 mixed with @milanicosmetics screen queen in 360 deep tan\nLashes: @y.xolashes in “SLUT”\nNecklace: @libralunacreations\nBronzer: @milanicosmetics silky matte sun tan/ Bain de soleil\nLips: @maccosmetics powder kiss in impulsive\nWaterlines: @colourpopcosmetics periwinkle creme gel liner\nHairdye: @crazycolorltd in sapphire & toxic UV\n25w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CFDThu3n2ZD/', 'likes': '1,381 likes', 'age': '2020-09-12T21:30:48.000Z', 'caption': 'itsariellaa\nHello life update since I always go mia LMFAO 💀 , but confronted my abuser got the closure I needed, now I’ma be actively working on my trauma responses with my hypnotherapist!! So yeah I’ve been really trying to better myself , been a bit drained but I’m really excited about the future !! I haven’t been this happy/excited genuinely about life in a very long time , it’s getting easier to get out of bed & I’m starting to get energy again to do the things I used to love! Also thankful for my friends & my cousin jake for making me realize I deserve better & letting me open up at my own pace , yall have shown me love in ways I’ve never experienced before & im so so grateful to have you all in my life!! Younger me is so fucking happy!! I never imagined living past 16 , but I’m 22 now & im fucking THRIVING , & FUCK BPD IMA BEAT THAT BITCHES ASS & GIVE MYSELF EVERYTHING YOUNGER ME & PRESENT ME FUCKING DESERVE 🧿💙\n32w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CD2SBmYna-L/', 'likes': '1,907 likes', 'age': '2020-08-13T23:36:09.000Z', 'caption': 'itsariellaa\nHey it’s been a fucking minute, I haven’t been really enjoying ig as much anymore sry, I’ve been more active on twitter tho, but hi I’m alive and well & I hope y’all are doing good too💙\n\nDetails\nSkin prep: @111skin pollution defense booster\n@goodmolecules pure cold pressed roseship seed oil ( y’all need it btw it’s bomb 😭 )\nEyecream: @olehenriksen truth banana bright ere crème\n@olehenriksen c-rush brightens double crème\n@olehenriksen banana bright face primer\nFoundations: @kvdveganbeauty true portrait in tan 060 mixed with @milanicosmetics screen queen in 360 deep tan\nConcealer: @colourpopcosmetics pretty little fresh concealer in med dark 120w\nPower: @milanicosmetics translucent banana powder mixed with abh banana powder\nEyeliner: @colourpopcosmetics creme gel liner in periwinkle\nBrows: @kvdveganbeauty everlasting lip liner in satellite\nLashes: @y.xolashes in slut ( check them out and support my homegirl!! 💙 )\nLips: @mialni lip liner in shoop & @maccosmetics powder kiss lipstick in impulsive topped with with @danessa_myricks glaze in clear\nBlush: @milanicosmetics baked bronzer in 05 soleil\nEyeshadow: @shroudcosmetics take a hint\n& norvina Vol 1 A5 E2 E4 C1\n36w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CA8lBS_n793/', 'likes': '136 likes', 'age': '2020-06-02T20:43:23.000Z', 'caption': 'itsariellaa\nhttps://blacklivesmatters.carrd.co/\n46wReply'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CA8WKgrHqvo/', 'likes': '210 likes', 'age': '2020-06-02T18:33:35.000Z', 'caption': 'itsariellaa\nUPDATE!\n46w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CM5ffrTpxSl/', 'likes': '39 likes', 'age': '2021-03-26T22:14:28.000Z', 'caption': 'cakefacehannahh\nfull face of @colourpopcosmetics ✨\n\n- pretty fresh tinted moisturizer (2W)\n- pretty fresh concealer (fair 10N)\n- cheek dew serum blush (so cosmo)\n- blush (terran up my heart)\n- bronzer (spectacle)\n- the child palette\n- lippie pencil (bff 3)\n- lippie stick (im fab)\n- lux lip oil (blossom out)\n@solbody\n- face & body bronzing balm (fair)\n4w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CL5dUxFJ-WJ/', 'likes': '152 likes', 'age': '2021-03-02T01:23:45.000Z', 'caption': 'cakefacehannahh\nhi :)\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n7w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLhywIZJqTh/', 'likes': '318 likes', 'age': '2021-02-20T20:49:13.000Z', 'caption': 'cakefacehannahh\nyellowy orange 😌✨\n\n@jdglowcosmetics\n✨ single shadow “hey papi”\n\n@beautybaycom\n✨ 42 color bright palette (the one w shimmers)\n\n@lottielondon\n✨ freckle tint\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n9w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLfvh0Gp4Ru/', 'likes': '138 likes', 'age': '2021-02-20T01:42:52.000Z', 'caption': 'cakefacehannahh\nlate post todayyy\n\n@jdglowcosmetics\n🧩 single shadows “prismatic”\n\n@glamvicecosmetics\n🧩 pastel retro liner “ice pop”\n\n@bymelolops\n🧩 mini water ink “toxic”\n9w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLX-4IaJyva/', 'likes': '217 likes', 'age': '2021-02-17T01:23:05.000Z', 'caption': 'cakefacehannahh\nhello 🦋🦋\n9w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLQGq-KpKoU/', 'likes': '175 likes', 'age': '2021-02-13T23:56:57.000Z', 'caption': 'cakefacehannahh\ngreen butterflies!!\n\n@jdglowcosmetics\n🌱 single shadow “unexpected”\n\n@looxi_beauty\n🌱 single shadow “Apollo”\n\n@glamvicecosmetics\n🌱 retro liner “keylime”\n\n@bymelolops\n🌱 mini water ink “slime”\n\n@lottielondon\n🌱 freckle tint\n\n@wetnwildbeauty\n🌱 kohl lip liner “chestnut’\n\n@shopmissa\n🌱 faux mink lashes “Melissa”\n\n@milkmakeup\n🌱 baked bronzer\n\n@kvdveganbeauty\n🌱 translucent loose powder\n\n@pixibeauty\n🌱 liquid lip “coral bang”\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n10w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLH9sQrJi-D/', 'likes': '107 likes', 'age': '2021-02-10T20:04:33.000Z', 'caption': 'cakefacehannahh\nfirst Valentine’s Day look this year ❤️\n\n@beautybaycom\n❤️ 42 color bright palette\n\n@midascosmetics_\n❤️ rose gold flakes (code “hannah” for 20% off) this is an affiliate code*\n\n@pop_beauty\n❤️ plump lip gloss “watermelon wow”\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n10w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLAYT4gJc2h/', 'likes': '146 likes', 'age': '2021-02-07T21:23:14.000Z', 'caption': 'cakefacehannahh\npastel butterfly eyes 🦋\n\n@looxi_beauty\n🦋 “ube”\n🦋 “apollo”\n🦋 “chilly”\n\n@glamvicecosmetics\n🦋 “gelato”\n🦋 “key lime”\n🦋 “blue raspberry”\n\n@glowbyauric\n🦋 glow lust “morganite”\n\n@nyxcosmetics\n🦋 born to glow foundation “fair”\n\n@milanicosmetics\n🦋conceal + perfect concealer “pure ivory 100”\n\n@milkmakeup\n🦋 matte bronzer “baked”\n\n@shopmissa\n🦋 hush cream blush “cozy”\n\n@kvdveganbeauty\n🦋 loose powder “translucent”\n\n@wetnwildbeauty\n🦋 loose highlighter “I’m so lit”\n\n@luminesscosmetics\n🦋 lion king contour kit (for faux freckles)\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n11w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CK97kblp6dA/', 'likes': '149 likes', 'age': '2021-02-06T22:33:36.000Z', 'caption': 'cakefacehannahh\nliner shape is a recreation of @dumb.makeup ✨\n\n@trendbeautyofficial\n🐍 gimmie more palette\n\n@bymelolops\n✨ mini water ink “toxic”\n\n@glamvicecosmetics\n🐍 “keylime”\n😈 “gelato”\n\n@shopmissa\n✨ 3D faux mink lashes “Brianna”\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n11w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COJBNCWpCaL/', 'likes': '48 likes', 'age': '2021-04-26T19:28:40.000Z', 'caption': 'beatzbybritt\nReady, Player 1 💥💙\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n@danessa_myricks - Beauty Oil\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@elfcosmetics - brow cream pomade in “Espresso”\n\nEYES\n@stylcosmetics - pressed HD glitter in “Nice”\n@anastasiabeverlyhills - Amrezy palette\n@elfcosmetics - black liquid liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@nyxcosmetics - lip liner in “Cold Brew”\n@artistcouture - Uncensored 2.0\n•\n•\n•\n#blue #glammakeup #glitter #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #explore #explorepage\n2h'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COIux5epkpD/', 'likes': '78 likes', 'age': '2021-04-26T16:47:41.000Z', 'caption': 'beatzbybritt\nThat can’t eat, can’t sleep, reach for the stars, over the fence, world series kind of stuff 💙 #alwaysandforever #blacklove #myperson\n5h'},{'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COGdlMipuPz/', 'likes': '105 likes', 'age': '2021-04-25T19:38:55.000Z', 'caption': 'beatzbybritt\nOh, so this is 30 💙\n#dirtythirty #thirtyflirtyandthriving #thirty\n1d'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COBNMC5JLfl/', 'likes': '93 likes', 'age': '2021-04-23T18:39:28.000Z', 'caption': 'beatzbybritt\n💙✨90’s baByYy✨💙\nIB: @stenss\n—————————————————————————\nHi babes! I missed you guys. Had to take a break but I’m back again 🥰\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n@danessa_myricks - Beauty Oil\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@elfcosmetics - brow cream pomade in “Espresso”\n\nEYES\n@danessa_myricks - Colorfix Glaze colors “Lift” “Fireworks” and “Limesickle” mixed\n@plouise_makeup_academy - White base\n@bperfectcosmetics - Carnival lll palette\n@elfcosmetics - black liquid liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@nyxcosmetics - lip liner in “Cold Brew”\n@artistcouture - Uncensored 2.0\n•\n•\n•\n#90s #teal #airbrush #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #explore #explorepage\n3d'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNdPRPOpU7U/', 'likes': '70 likes', 'age': '2021-04-09T19:25:00.000Z', 'caption': 'beatzbybritt\nFreaky Friday 🕷\n\n*ANSWER IN COMMENTS!* What is your fear or phobia ? I haaaatteeeeee spiders ! Everything about them freak me the fuck out and idc how small 😖 But what better way to face a fear then to draw it on your face lol\n\nAlso got inspo from a picture on Pinterest but couldn’t find the artist so if anyone knows please tag them !\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@elfcosmetics - brow cream pomade in “Espresso”\n\nEYES\n@plouise_makeup_academy - base pro Rumour 2\n@beautybaycom - Brights palette\n@elfcosmetics - black liquid liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@danessa_myricks - colorfix matte “Tribe” and Clear Glaze on top\n•\n•\n•\n#spider #freakyfriday #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #curlygirl #naturallycurly #curlyhair\n2w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNapafkpk2L/', 'likes': '70 likes', 'age': '2021-04-08T19:15:44.000Z', 'caption': 'beatzbybritt\nSooo I wasn’t gonna post this bc I was going for a marble table top look and I don’t think I achieved that and the perfectionist in me got annoyed as hell the more I looked at this picture but then I was like fuck it bc whatever look this is, it looks bomb so here ya go 🤣🤣\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@benefitcosmetics - brow microfilling pen in “Deep Brown”\n\nEYES\n@plouise_makeup_academy - bases “Touch of Frost”\n@colourpopcosmetics - Fade into Hue palette\n@nyxcosmetics - Gold glitter liquid liner\n@glamvicecosmetics - “Disco Fever” retro liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@nyxcosmetics - lip liner “Cold Brew”\n@fentybeauty - gloss Bomb in “Hot Chocolit”\n•\n•\n•\n#marblemakeup #marble #gold #graphicliner #muasupport #creativemakeup #100daysofmakeup #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme\n2w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNYFXPwJOSk/', 'likes': '82 likes', 'age': '2021-04-07T19:22:14.000Z', 'caption': 'beatzbybritt\nYou already know what we do on Wednesdays 💕\nIB : @visiblejune\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@benefitcosmetics - brow microfilling pen in “Deep Brown”\n\nEYES\n@plouise_makeup_academy - base “Winter Rose”\n@colourpopcosmetics - Fade into Hue palette\n@bymelolops - water ink liner in “Atomic”\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@fentybeauty - highlight in “Wattabrat”\n\nLIPS\n@colourpopcosmetics - lippie stix “I heart this”\n•\n•\n•\n#pink #pinkmakeup #graphicliner #muasupport #creativemakeup #100daysofmakeup #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme #curlyhair #naturallycurly #curlygirl\n2w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNN5NCRpo0I/', 'likes': '101 likes', 'age': '2021-04-03T20:23:34.000Z', 'caption': 'beatzbybritt\nFlyYyYyYyY girl.\nIb: @jasmeannnn\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@benefitcosmetics - brow microfilming pen in “Deep Brown”\n\nEYES\n@plouise_makeup_academy - bases “Winter Rose” and “Touch of Frost”\n@colourpopcosmetics - Fade into Hue palette shades “Paradise” and “Iconic”\n@glamvicecosmetics - “Disco Fever” and “Skate Date”\n@prxettylashes - “Tease”\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@fentybeauty - Diamond Bomb highlight in “How Many Carats?!”\n\nLIPS\n@nyxcosmetics - lip lipliner in “Cold Brew”\n@nyxcosmetics - lip stick in “Lace Detail”\n@nyxcosmetics - soft matte lip cream in “Stockholm”\n@lagirlcosmetics - clear gloss lip topper\n•\n•\n•\n#bandana #graphicliner #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme #curlyhair #naturallycurly #curls #naturalhairjourney\n3w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNIomLFJ03_/', 'likes': '90 likes', 'age': '2021-04-01T19:22:15.000Z', 'caption': 'beatzbybritt\nLadies and gentlemen....her 💙\nIb: @naezrahlooks\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nEYES\n@plouise_makeup_academy - blank canvas, black base, and Worldie palette\n@bperfectcosmetics - Carnival lll palette\n@glamvicecosmetics - retro liner in “Ice Pop”\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@fentybeauty - Diamond Bomb highlight in “How Many Carats?!”\n\nLIPS\n@nyxcosmetics - lip liner in “Cold Brew”\n@fentybeauty - Gloss Bomb in “Hot Chocolit”\n•\n•\n•\n#graphicliner #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #curlyhair #naturallycurly #naturalhairjourney\n3w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/COGaDaEhIBR/', 'likes': '2,929 likes', 'age': '2021-04-25T19:08:05.000Z', 'caption': 'sophmartine\nuntouchable but you feel me 🪐\n\n#curlyhairkillas #naturalhairloves #curlyhairroutine #makeuplover💄\n1d'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CN5PaG3BIET/', 'likes': '1,183 likes', 'age': '2021-04-20T16:25:17.000Z', 'caption': 'sophmartine\n#ad Heylooo my loves 🥰 as you know ive been on a skincare journey & recently I’ve been looking for skincare which gives me a dewy finish as well as working on reducing my problematic areas - dark spots😩 I’ve been absolutely loving the @Caudalie Vinoperfect Range, these products give me that hydrating glow and at the same time work their magic with my hyperpigmentation 🤩 I’ll keep you updated!\n\nProducts used:\nRadience serm\nDark Spot Correcting Night Cream (dark areas only)\nInstant Brightening Moisturiser\n\n#Caudalie #Vinoperfect\n6d'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNxdQoZBUIg/', 'likes': '1,808 likes', 'age': '2021-04-17T15:52:11.000Z', 'caption': 'sophmartine\nhey shawtyyyy😻 happy saturday\n\n2 plaits 2 buns - when my hair is getting dry near wash day I love doing these cute up styles!\n\n@livingproofuk curl cream\n@verte_skin hair oil - put on my scalp/roots for moisture\n\n#curlyhairkillas #curlyhairstyle #naturalhairloves #livingproof #naturalhairstylist #protectivehairstyles\n1w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNun5pJBcgL/', 'likes': '4,244 likes', 'age': '2021-04-16T13:27:19.000Z', 'caption': 'sophmartine\ndon’t act like I’m average😌\n\nI’ve taken a week off from creating content/posting and i can’t wait to start again 🤩 feeling refreshedddddd. if you have any product questions on this look lemme know 💛\n1w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNcwrQVhdD2/', 'likes': '2,970 likes', 'age': '2021-04-09T14:57:40.000Z', 'caption': 'sophmartine\n@fentybeauty eaze drops first impressions on my YouTube 💛 link in ma bioooo! Swipe for full look 👉🏽\n\n#EazeDrops shade 15 - it was a little darker but it gave me a sun kissed look, in summer it’d be the perfect shade 😍 obsessed with this formula! Literally always reaching for it as my natural base to to 💛\n\n@fentybeauty concealer 310\n@fentybeauty caramel cutie bronzer\n\n#fentyface #naturalmakeuplook #summermakeup #summermakeuplook #naturalmakeuplooks #madebymitchell\n2w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNVOzNzJihG/', 'likes': '2,107 likes', 'age': '2021-04-06T16:46:58.000Z', 'caption': 'sophmartine\nin comfies always ☁️\n\n#comfyoutfit #comfystyle #comfyclothes #casualoutfits #casualfashion #streetstyleinspo #streetstylelook #skims #bershkastyle #jordanshoes\n2w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNSaji2hQlX/', 'likes': '2,240 likes', 'age': '2021-04-05T14:31:58.000Z', 'caption': 'sophmartine\nbank holiday enjoymenttttt🌞\n\n@fentybeauty eaze drop 15\n@tartecosmetics medium concealer\n@lauramercier honey power\n@maccosmeticsuk sun powder bronze\n@kkwbeauty x @makeupbymario blush\n@martinesmakeup Martiné lash\n@kvdbeauty tattoo liner\n@martinesmakeup coco liner\n@narsissist lipstick\n@martinesmakeup dime gloss\n\n#eazedrop #tarteshapetape #kkwbeauty #makeupbymario #martinesmakeup #kvdbeauty #narscosmetics #fauxfreckles #softglammakeup #makeuplover💄 #makeupjunky\n3w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNPsdM1Bm-i/', 'likes': '1,732 likes', 'age': '2021-04-04T13:12:35.000Z', 'caption': 'sophmartine\nkeeping the skin naturallll bby 🤩 the weather is giving me lifeee, to keep my skin looking natural i use a facial oil then just the smallest amount of a hydrating foundation for the base ✨\n\n@koraorganics noni glow oil\n@fentybeauty hydrating foundation 330\n@tartecosmetics shape tape tan\n@lauramercier honey powder\n@benefitcosmeticsuk hoola bronzer\n@maccosmeticsuk melba blush\n\ny’all know when I love a song I can’t stop playing it soooo I’m sorry not sorry 🤗😭💛\n\n#summermakeup #springmakeup #naturalmakeuplook #makeupobsession #koraorganics #tarteshapetape #fentybeauty #dewymakeup\n3w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNKyhEWBqaN/', 'likes': '1,964 likes', 'age': '2021-04-02T15:27:25.000Z', 'caption': 'sophmartine\nhappy friday 🥰 I can’t stop with the dewy skin looks, love this finish especially for summer lightweight looks 🌞 I used @ciatelondon skin tint for my base in the shade 050 💛\n\n#ciatelondon #ciate #ciatedewyskin #dewyskin AD\n3w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/COIn18PliwN/', 'likes': '1,333 likes', 'age': '2021-04-26T15:48:03.000Z', 'caption': 'eeerinr\nUnbox & try @chamberlaincoffee with me💚☕️ final verdict is, it’s really good hehe! Ily @emmachamberlain\n—\n#chamberlaincoffee#reelsunboxing\n6h'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/COGcNxrl0HE/', 'likes': '5,340 likes', 'age': '2021-04-25T19:26:59.000Z', 'caption': 'eeerinr\ncowgirlin🤠💖\n1d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CODdSPyl7Dk/', 'likes': '3,649 likes', 'age': '2021-04-24T15:38:36.000Z', 'caption': 'eeerinr\n💎🦋🐬💦🌊\U0001fad0 p.s enjoy this photo dump of kittens I found on pinterest\n2d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CN-tHjlF3xF/', 'likes': '6,335 likes', 'age': '2021-04-22T19:20:45.000Z', 'caption': 'eeerinr\nin my natural habitat\n4d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CN5kT0OFQre/', 'likes': '8,441 likes', 'age': '2021-04-20T19:27:35.000Z', 'caption': 'eeerinr\n💚🧚🏻👒\U0001fab2🐛 inspo: @alexademie ✨ I wish I had this beautiful natural lighting all the time\n—\neyes🧚🏻\n@plouise_makeup_academy base 02 (use code EEERINR10)\n@anastasiabeverlyhills brow pen ‘medium’ & glitters ‘salem’ & ‘colour wave’\n@fairtolookfabulous brow soap\n@bperfectcosmetics x @staceymariemua love Tahiti palette\n@rarebeauty confident energy eyeshadow palette\n@makeupbymario pro pigment pencil ‘super black’\n@morphebrushes white liquid liner\nface🧚🏻\n@rarebeauty always an optimist illuminating primer\n@milkmakeup baked bronzer’ & skin tint ‘light’\n@lauramericer flawless fusion concealer 1N & translucent powder\n@makeupbymario master crystal reflector ‘quartz’\n@kyliecosmetics blush ‘kitten baby’\n@missguidedbeauty instant vacay bronzer ‘light’\n@tomfordbeauty shade & illuminate\nlips🧚🏻\n@kkwbeauty lip liner 1.5 nude\n6d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CN0abDgFKyA/', 'likes': '9,301 likes', 'age': '2021-04-18T19:24:59.000Z', 'caption': 'eeerinr\nfelt like a lil garden fairy💚🌺🧚🏻🌷🐛\U0001fab2👒 @houseofsunny\n1w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CNsskWDlLPO/', 'likes': '11,276 likes', 'age': '2021-04-15T19:29:37.000Z', 'caption': 'eeerinr\n5 years with u🤍🔒\n1w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CNnh-BDFMgH/', 'likes': '8,263 likes', 'age': '2021-04-13T19:20:48.000Z', 'caption': 'eeerinr\nshe’s a libra\n1w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CNiZwk4FEdZ/', 'likes': '6,696 likes', 'age': '2021-04-11T19:32:51.000Z', 'caption': 'eeerinr\ncare bear💕🌸💞🌷 inspo: @stenss\n—\neyes💕\n@plouise_makeup_academy base 02 (use code EEERINR10)\n@anastasiabeverlyhills brow pen ‘medium’\n@fairtolookfabulous brow soap\n@morphebrushes x @avani palette\n@mavenbeauty lashes & liquid liner ‘black’\n@makeupbymario pro pigment pencil ‘super black’\nface💕\n@milkmakeup baked bronzer’, sunshine oil & skin tint ‘light’\n@lauramericer flawless fusion concealer 1N & translucent powder\n@colourpopcosmetics Lizzie McGuire blush ‘you are magnifico’\n@missguidedbeauty instant vacay bronzer ‘light’\nlips💕\n@kkwbeauty lip liner ‘nude 1.5’\n@benefitcosmetics love tint\n@diormakeup lip oil ‘cherry’\n2w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CKB7NPRLayC/', 'likes': '11 likes', 'age': '2021-01-14T15:16:01.000Z', 'caption': 'beautybybinta\nSo for @lethalcosmetics I created a guide with some our favorite 2020 looks? There are more but I could only include 30 in the guide and each one of them is an icone 🥺✨\n14w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CJCGWXCray0/', 'likes': '46 likes', 'age': '2020-12-20T20:21:59.000Z', 'caption': 'beautybybinta\n💚💜 Purple & Green is definitely one of my absolute favorite combos 🥰 Hair by the amazing @soshawn_ 🥰#makeup#prupleeyeshadow#gelliner#graphicliner#avangardmakeup#editorialmakeup#melaninmakeup#browngirlmakeup#blackwomenmakeup#blackgirl#braids#knotlessbraids\n18w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIl7EvtjtvZ/', 'likes': '42 likes', 'age': '2020-12-09T21:44:43.000Z', 'caption': 'beautybybinta\nLook inspired by the stunning @maryestheran! It was so much fun recreating it ❤️ Thank you\n.\n.\n.\n.\n.\n.\n.\n#makeup#christmasmakeup#holidaymakeup#editorialmakeup#colorfulmakeup#funmakeup#avantgardemakeup#redmakeup#redlipstick\n19w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIZSEhsjaE9/', 'likes': '33 likes', 'age': '2020-12-04T23:55:32.000Z', 'caption': 'beautybybinta\nFall vibes 🤎\n🍂🍂🍂🍂\n.\n.\n.\n.\n.\n#fallmakeup#fallmakeuplook#browngirlmakeup#naturalmakeup#lipstick#makeup#makeuplover#editorialmakeup#funmakeup#melaninmakeup#blackgirlmakeup#makeupoftheday\n20w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIUGdaPD7az/', 'likes': '36 likes', 'age': '2020-12-02T23:37:53.000Z', 'caption': 'beautybybinta\nCreated this look cause I’m kinda practicing doing my makeup now💚💓💙 hihi😘\n.\n.\n.\n.\n.\n.\n.\n#mekeupbyme#makeup#makeupartist#browngirlmakeup#eyeshadow#greeneyeshadow#melaninmakeup#editorialmakeup#advangardemakeup#colorfulmakeuplook#makeuplook\n20w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CILrICsja1e/', 'likes': '30 likes', 'age': '2020-11-29T17:05:06.000Z', 'caption': 'beautybybinta\nI created this look with the gorgeous Velvet Dusk Collection from @lethalcosmetics 💜💚 Would your this look?\n.\n.\n.\n.\n.\n#makeup#creativemakeup#lethalcosmetics#browngirlmakeup#melaninmakeup#cutemakeup#colorful@aleup#gelliner#duochrome#duochromeeyeshadow#prettymakeup#editorialmakeup#makeupinspo#makeupideas\n21w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CILFSaYoYJV/', 'likes': '29 likes', 'age': '2020-11-29T11:34:43.000Z', 'caption': 'beautybybinta\n🤎🤎 #naturalmakeup\n21w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIBwZp7HKJQ/', 'likes': '38 likes', 'age': '2020-11-25T20:38:48.000Z', 'caption': 'beautybybinta\n💜💜💜\nThis gel liner is a vibe 💜\n.\n.\n.\n.\n.\n.\n.\n#makeup#creativemakeup#editorialmakeup#purplemakeup#browngirlmakeup#blackmakeupartist#eyeliner#wingedliner#gelliner#makeuplover#cutemakeup#fentyface#lethalcosmetics\n21w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CH_X01AnhaX/', 'likes': '41 likes', 'age': '2020-11-24T22:25:34.000Z', 'caption': 'beautybybinta\n🤍🤍🤍🤍\n.\n.\n.\n.\n.\n#makeupart#creativemakeup#browngirlmakeup#makeuplook#makeup#editorialmakeup#photographymakeup#whiteeyeshadow#whiteeyeliner\n21w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CN-isgIJGsp/', 'likes': '3,296 likes', 'age': '2021-04-22T17:49:41.000Z', 'caption': 'ashanti.riv\nPurple spikes✨\n.\nI’ve been trying to post this tutorial for the past 3 days but it wouldn’t upload but finally it did!!!! Hope you enjoy it❤️\n.\nEyes\n@plouise_makeup_academy base’ic base in banging blue\n@makeupamurder pastel pigments\n@doe.bby lashes I crazy in love\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@maccosmetics powder kiss lipstick in devoted to chili\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #graphicliner #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #maccosmetics #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n4d'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNyS9PGJrRS/', 'likes': '1,584 likes', 'age': '2021-04-17T23:41:16.000Z', 'caption': 'ashanti.riv\nPurple spikes✨\n.\nFinally this look posted!! I’ve been trying to post this for the past two days .\n.\nEyes\n@plouise_makeup_academy base’ic base in banging blue\n@makeupamurder pastel pigments\n@doe.bby lashes I crazy in love\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@maccosmetics powder kiss lipstick in devoted to chili\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #graphicliner #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #maccosmetics #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n1w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNnXb75pgFu/', 'likes': '6,368 likes', 'age': '2021-04-13T17:48:46.000Z', 'caption': 'ashanti.riv\n🔥Neon flames 🔥\n.\nHere’s the tutorial for the neon look I did! Sorry it’s blurry\n.\nEyes\n@bymelolops water inks in beam\n@colourpopcosmetics lashes for the Bambi collection in “oh deer”\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #neonpigments #muaxdiscover #highfashionmakeup #neon #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #flames #graphic\n1w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNfYvF3p8QK/', 'likes': '1,292 likes', 'age': '2021-04-10T15:26:12.000Z', 'caption': 'ashanti.riv\n🔥Neon flames 🔥\n.\nI kinda forgot to take a picture in the purple lights:)) really like how this look turned out\n.\nEyes\n@bymelolops water inks in beam\n@colourpopcosmetics lashes for the Bambi collection in “oh deer”\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #neonpigments #muaxdiscover #highfashionmakeup #neon #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #flames #graphic\n2w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNYUmC0pKAU/', 'likes': '3,398 likes', 'age': '2021-04-07T21:35:19.000Z', 'caption': 'ashanti.riv\nHello Kitty❤️🤍\n.\nHere’s the hello kitty tutorial hope you enjoy it!✨\n.\nEyes\n@bymelolops x @cutcreaser water inks in point break\n@bymelolops water inks in toxic\n@colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #sanrio #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #cute #muaxdiscover #highfashionmakeup #hellokitty #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n2w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNV7vn4JpOb/', 'likes': '1,087 likes', 'age': '2021-04-06T23:19:42.000Z', 'caption': 'ashanti.riv\nHello Kitty❤️🤍\n.\nReally sorry about not posting in such a long time I’ve bee really uninspired lately. But here’s this hello kitty look I did last night might do a Sanrio series ✨\n.\nEyes\n@bymelolops x @cutcreaser water inks in point break\n@bymelolops water inks in toxic\n@colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #sanrio #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #cute #muaxdiscover #highfashionmakeup #hellokitty #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n2w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNDjPiypfcq/', 'likes': '8,768 likes', 'age': '2021-03-30T19:59:16.000Z', 'caption': 'ashanti.riv\nBlue 🦋✨\n.\nDidn’t really like how the video came out but oh well🖤🦋\n.\nEyes\n@milkmakeup Color chalk in YO YO and tattoo stamp in star\n@fentybeauty flypencil longwear in Sea about it\n@kvdbeauty shake primer\n.\nFace\n@milkmakeup sunshine skin tint in medium and flex highlighter in glazed\n@elfcosmetics poreless putty primer\n@kosas cloud set baked setting & smoothing powder\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n@milkmakeup gyro grip set + refresh spray\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup electric glossy lip plumper in buzzed\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #easymakeup #highfashionmakeup #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic #kosas\n3w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNA2K2OJadO/', 'likes': '1,459 likes', 'age': '2021-03-29T18:46:56.000Z', 'caption': 'ashanti.riv\nBlue 🦋✨\n.\nI tried the @milkmakeup color chalk and all I have to say is they are amazing and really easy to use! I used a little bit of there hydro setting spray and it made the shadows even more pigmented.\n.\nEyes\n@milkmakeup Color chalk in YO YO and tattoo stamp in star\n@fentybeauty flypencil longwear in Sea about it\n@kvdbeauty shake primer\n.\nFace\n@milkmakeup sunshine skin tint in medium and flex highlighter in glazed\n@elfcosmetics poreless putty primer\n@kosas cloud set baked setting & smoothing powder\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n@milkmakeup gyro grip set + refresh spray\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup electric glossy lip plumper in buzzed\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #easymakeup #highfashionmakeup #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic #kosas\n4w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CMtWO1tJL8q/', 'likes': '13,682 likes', 'age': '2021-03-22T05:02:17.000Z', 'caption': 'ashanti.riv\n🌼SPRING 🌼\n.\n*Please tag @colourpopcosmetics *\nThe tutorial is a little late but hope you enjoy it💞✨\n.\nEyes\n@bymelolops x @cutcreaser water inks in point break, gauntlet\n@colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #flowers #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n5w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/COCDPeeFnWH/', 'likes': '131 likes', 'age': '2021-04-24T02:35:48.000Z', 'caption': 'abigalesonline\nblush of the day - Peach For The Stars from @mentedcosmetics 🧡\n\ndescribed as “a radiant, shimmery peach” this color also has lots of little gold flecks in it! formula is vegan and cruelty free, and Mented Cosmetics is Black and Women owned! although i prefer a cream formula these days, this powder definitely has PIGMENT and might be fighting w Milani’s Sunrise Serenita for a spot on my top orange blushes list! the two formulas are super similar and very close in color! for reference this Mented shade is less “red” than Nars Taj Mahal! 🍊\n\n#orangemakeup #orangeblush #makeuptutorial #monochromaticmakeup #reels #makeupreels #crueltyfreecosmetics #powderblush #redheadmakeup #blackownedbeauty\n2d'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CN-YSt6l_WF/', 'likes': '97 likes', 'age': '2021-04-22T16:18:47.000Z', 'caption': 'abigalesonline\nthe first touch of Rush Hour 🍑\n4d'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CN6RvKcFr1l/', 'likes': '120 likes', 'age': '2021-04-21T02:08:16.000Z', 'caption': 'abigalesonline\ntesting @tower28beauty beach please luminous tinted balm in Rush Hour (sun-kissed peach) + Golden Hour (sun-kissed orange) 🍑🍊 also added shine on lip jelly in Magic✨💫\n\nthese two colors are super similar and i wanted to showcase how different they can look! have u tried these yet??? and if so what’s ur fave shade👀☀️\n\n#tower28beauty #itsoktobesensitive #beachplease #rushhour #goldenhour #peachmakeup #orangemakeup #reels #makeupreels #funmakeup #springmakeup #softglam\n5d'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNgrB--Fg4c/', 'likes': '229 likes', 'age': '2021-04-11T03:25:33.000Z', 'caption': 'abigalesonline\nwow wow wow the sun made me feel sooooo incredible today🥺☀️ also shoutout @stylingwithkaitlyn for these curtain bangs!!!!! wearing my beloved Sol necklace from @solsisterofficial ☀️🧡\n\nproducts used:\n✨ @glowrecipe niacinamide dew drops\n✨ @nyxcosmetics born to glow foundation in Vanilla + brow glue\n✨ @elfcosmetics camo concealer in Fair Warm\n✨ @narsissist Taj Mahal blush (and on eyes!) + Audacious Lipstick in Raquel\n✨ @danessa_myricks enlight halo powder in Sun + Dewy Forever Mist\n✨ @freck Freck OG freckle pen\n\n#softglam #springmakeup #fauxfreckles #narsissist #narscosmetics #nyxcosmetics #danessamyricksbeauty #danessamyricksangels #glowrecipe #redhead #redheadmakeup #redheadsofinstagram #heysolsister\n2w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNTiTuuFNdB/', 'likes': '300 likes', 'age': '2021-04-06T00:58:57.000Z', 'caption': 'abigalesonline\nok yea i’m obsessed w these dark brows!!!! didnt add any product to them today, only added the @nyxcosmetics brow glue! only wearing 2 other face products too and i’m obsessed w this sun-kissed look it’s giving☀️ i’m wearing @tower28beauty beach please cream blush in Rush Hour, and @freck Freck OG🚀 highkey gonna start skipping foundation more often cuz i love how soft this turned out!\n\n#springmakeup #fauxfreckles #orangemakeup #funmakeup #redheadmakeup #nyx #beachplease #tower28beauty #redhair #nomakeupmakeup #healthyskin\n2w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNLB9cuF4M4/', 'likes': '116 likes', 'age': '2021-04-02T17:42:39.000Z', 'caption': 'abigalesonline\nquick lil skin refresh with the Snail Rescue line from @peach_slices 🍑\n\n🐌 step 1: intensive wash-off mask. i’ve never tried a mask that’s this texture before buts sooo fun + very hydrating! i wish i put this in the fridge before trying it tho👀\n🐌 step 2: blemish busting toner. helps calm redness + works to prevent future breakouts while being super gentle on the skin!\n🐌 step 3: all in one oil free moisturizer. this step locks in all that moisture and love from the first 2 steps.\n\ni have pretty dry and sensitive skin and these products honestly worked so well for me! my favorite is prob the mask, but using all 3 together makes me feel proud of my skincare for the morning 🥰\n\n#peachslices #justpeachygoals #snailrescue #kbeautyskincare #healthyskinisin #skincareaesthetic\n3w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNJJfisFoVB/', 'likes': '175 likes', 'age': '2021-04-02T00:09:42.000Z', 'caption': 'abigalesonline\nhi a project i’ve been working rly hard on is now live!!!!!! i’ve been keeping these products a secret for a while and i’m so excited to share with the world!!!!!\n\nmeet @getyouthforia 💚 in this pic i’m wearing #byoblush, a color changing lip oil that reacts to the natural pH of your skin + gives a unique color (that looks dif on everyone!) and #dewygloss, a hydrating high-shine gloss (without stickiness!) in the shade Play With Fire🔥🔥\n3w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CM5qKvoFO7_/', 'likes': '245 likes', 'age': '2021-03-26T23:47:36.000Z', 'caption': 'abigalesonline\nblush in action💥🚀 @getyouthforia\n\n#euphoriamakeup #graphicliner #glossylips #byoblush #youthforia #funmakeup #creativemakeup #goldenhour\n4w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CM3VHgTFRdJ/', 'likes': '299 likes', 'age': '2021-03-26T02:04:57.000Z', 'caption': 'abigalesonline\nhi spring💥 i missed u!!! my body has always been v sensitive to the seasons changing and i know it’s only March and we have so much rain ahead of us but @ the same time I’m so thankful we have evening sunsets again!!! this lil Washington bb has a lot of growing to do this season!!! also here’s another orange look bc why not🍊\n\n💥 @bymelolops water ink in “Aether” applied w the C2 brush\n💥 @kvdbeauty good apple foundation in 006\n💥 @nyxcosmetics brow glue\n💥 2 products from @getyouthforia that are launching sooner than u may think...\n💥 necklace from @solsisterofficial\n\n#graphicliner #orangemakeup #nyxbrows #youthforia #lifesmessy #funmakeup #creativemakeup #bretmansvanity #consciousbeauty #redheadmakeup #bymelolopsxcutcreaser #euphoriamakeup #maddyperez #editorialmakeup #naturalredhead #abstractmakeup #runwaymakeup\n4w'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/COGiRXDhNeU/', 'likes': 'None', 'age': '2021-04-25T20:27:14.000Z', 'caption': 'densydonbosco\n@madebymitchell - posy rosey (a raspberry pink) blursh liquid blush 💕 // such a beautiful formula, blends like a dream and it is pigmented affffff. I love love love!! .\nPurchased @beautybaycom .\n.\n.\n.\n#madebymitchell #blursh #mmmmitchell #maryhadalittleglam #melaninfantasy #colourpopmeblack #sesbeauty #fakeupfix #blushpink #blusher #colourpopcollection #makeupforblackwomen #makeupforbarbies2 #tutorialsvideos #makeuptutorialx0x #makeupvideosdailyx #skinmakeup #makeupmafiadollz #makeupglamor #pinkblush #plouisemakeupacademy #beautybay #beautybayprsearch #dewyskinmakeup\n1d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/COD9zC7heny/', 'likes': '139 likes', 'age': '2021-04-24T20:22:42.000Z', 'caption': 'densydonbosco\n💕\n2d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CODGVk7BtcI/', 'likes': '617 likes', 'age': '2021-04-24T12:18:05.000Z', 'caption': 'densydonbosco\n90’s R&B type heart 🖤\n2d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/COBTv5mh4vO/', 'likes': '571 likes', 'age': '2021-04-23T19:36:48.000Z', 'caption': 'densydonbosco\njust me and my canvas 🤎\n3d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN-mkxVB1Ue/', 'likes': '1,032 likes', 'age': '2021-04-22T18:23:35.000Z', 'caption': "densydonbosco\nLookin' so deep into your eyes, I can read your thoughts, so\nShut the f*ck, I mean, please don't talk 🐍💜\n4d"}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN-lxzWh_O2/', 'likes': '141 likes', 'age': '2021-04-22T18:16:37.000Z', 'caption': 'densydonbosco\n💖\n4d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN8KRi_Bs6D/', 'likes': 'None', 'age': '2021-04-21T19:43:36.000Z', 'caption': 'densydonbosco\nContains musics/ @thekatvond good Apple skin-perfecting foundation balm- tan 074 + @lottielondon LF020 dense buffer brush 🍏💕 . -\n- finally got to try this foundation and I love it. I don’t think you need to ham with it (as I’ve seen people do). A little goes a long way and a dense brush like this is perfect to get maximum coverage. It’s definitely long lasting and dry skin friendly, I did my skin prep before and applied the foundation lightly so that my skin looked more natural and had room to breathe. With foundations like this if you drag it or pack too much on it looks good to begin with but during the day it will be oily and most likely appear cakey. Overall the formula is beautiful 😍 .\n.\n.\n#katvondmakeup #goodapplefoundation #katvondfoundation #hypnaughtymakeup #maryhadalittleglam #makeupapplication #plouisemakeupacademy #foundationapplication #makeupmafiadollz #tutorialsvideos #makeuptutorialx0x #bootsuk #makeupvideosdailyx #lottielondon #fakeupfix #exploremakeup #mafiamakeup #muaunderdogs #superdrugspotlight #melaninmakeupdaily #slave2beautyy\n5d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN5fDI7hj45/', 'likes': 'None', 'age': '2021-04-20T18:44:42.000Z', 'caption': 'densydonbosco\nFollow @densydonbosco for more / contains music 💖 .\n.\n.\n@hudabeauty easy bake setting powder - blondie / my all time favourite powder, it’s been my go to since it was released, safe to say I genuinely can’t do my makeup without it. Leaves my skin looking like smoooooth af😻 .\n.\n.\n#hudabeautyshop #easybakepowder #foundationapplication #hypnaughtymakeup #maryhadalittleglam #makeupforbarbies2 #glammakeuplook #settingpowders #smoothskinisin #glam4good #slave2makeup #huda_beauty #exploremakeup #reelstoreels #makeupmafiadollz #hudaminis #fauxfilter #plouisemakeupacademy\n6d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN0LCHSBEqd/', 'likes': 'None', 'age': '2021-04-18T17:17:07.000Z', 'caption': 'densydonbosco\nHappy Sunday, hope ur well my loves🦋// Follow @densydonbosco for more makeup content ❤️.\n.\n.\n.\n#sesbeauty #glambaddiies #fakeupfixup #hypnaughtymakeup #foundationapplication #maryhadalittleglam #makeupforbarbies2 #goldenhourmakeup #sunmakeup #mua_underdogs #fakeupfix #311makeup #basemakeup #skinlikebutter #makeupforblackwomen #smashboxcosmetics #instagramalgorithmsucks #instagrammakeup #melaninmakeupdaily #dailymakeuptutorial #tutorialsvideos #makeuptutorialx0x #exploremakeup #plouisemakeupacademy\n1w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/COIxyrNJwD_/', 'likes': '683 likes', 'age': '2021-04-26T17:14:00.000Z', 'caption': 'alaihandra\n🍪\nib: @esantoinette 🤎 happy monday friends! i am incredibly happy because tomorrow is my last final exam and i will finally be done with this semester 😌\n⇢ eyes:\n•@karabeautyofficial ‘amore’ and ‘road tripping’ palettes*\n•@glamnetic ‘twinkle’ brown magnetic lashes* use code ‘ALAIHANDRA’ for 15% off 🤎\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty stay vulnerable melting blush ‘nearly neutral’*\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@absnyproducts matte lipstick ‘bad attitude’*\n•@essencemakeup juicy bomb lipgloss ‘07 ahh-çaí’*\n*gifted products\n5h'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CN5PYTbJ5t9/', 'likes': '1,097 likes', 'age': '2021-04-20T16:24:42.000Z', 'caption': 'alaihandra\n🍪\n⇢ using @glamnetic new ‘twinkle’ BROWN magnetic lashes 🤎\n⇢ use code ‘ALAIHANDRA’ for 15% off!\n⇢ ib: @esantoinette ✨\n@glamnetic came out with a couple of new brown magnetic lashes! you can pair them with their brown magnetic felt tip liner 🤎 as you know, the magnetic lashes come with 2 pairs of magnetic anchors that you apply underneath the lash line so the corners won’t move!\ncheck out their products and don’t forget to use my code if you want to 🤎\n6d'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNqCovEJ6Ks/', 'likes': '9,660 likes', 'age': '2021-04-14T18:44:44.000Z', 'caption': 'alaihandra\n🌻\nhi friends! a little bit of an update is that even though i still have some symptoms, i am feeling better today:) thank you for all the support ✨\n⇢ eyes:\n•flowers are from amazon! (the direct link is on my highlights)\n•@milkmakeup color chalk ‘hopscotch’*\n•@kittielashes ‘play4keeps’ for corner lashes*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@getyouthforia dewy gloss ‘02 coral fixation’*\n*gifted\n1w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNkz_nWJ11-/', 'likes': '1,954 likes', 'age': '2021-04-12T18:00:35.000Z', 'caption': 'alaihandra\n🌻\nhappy monday! i want to thank everyone who’s been checking up on me these past couple of days that i’ve been sick, i appreciate every single one of your sweet messages 💕\n⇢ eyes:\n•flowers are from amazon! (the direct link is on my highlights)\n•@milkmakeup color chalk ‘hopscotch’*\n•@kittielashes ‘play4keeps’ for corner lashes*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@getyouthforia dewy gloss ‘02 coral fixation’*\n*gifted\n2w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNSwYjSpeB8/', 'likes': '12,176 likes', 'age': '2021-04-05T17:42:42.000Z', 'caption': 'alaihandra\n👩🏼\u200d🎤\ni will never understand why instagram messes with the video quality and colors once i’m trying to upload! i’ve tried everything to balance them out and i haven’t been able to figure it out 😭\n⇢ eyes:\n•@karabeautyofficial ‘sweetest treat’ palette*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@milkmakeup sunshine skin tint ‘sand’*\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@morphebrushes lip gloss ‘tipsy’*\n*gifted\n3w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNNqrCSpv8N/', 'likes': '1,946 likes', 'age': '2021-04-03T18:16:36.000Z', 'caption': 'alaihandra\n👩🏼\u200d🎤\nhi everyone! 💕 i am not sure if you all noticed but i took a bit of a break this week to get caught up with schoolwork but it looks like next week will be busy too:( i’m trying to keep up 😳\n⇢ eyes:\n•@karabeautyofficial ‘sweetest treat’ palette*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@milkmakeup sunshine skin tint ‘sand’*\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@morphebrushes lip gloss ‘tipsy’*\n*gifted\n3w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CMxPtycpZTt/', 'likes': '4,839 likes', 'age': '2021-03-23T17:22:19.000Z', 'caption': 'alaihandra\n🌺\nlove this look drawn by @srntsls 💕 i wanna get back on posting my videos to tiktok but i don’t know:/ would you guys like to see them on there too? ✨\n⇢ eyes:\n•@beautybaycom bright matte color palette\n•@hudabeautyshop naughty palette\n•@kittielashes ‘play4keeps’ for corner lashes\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@essencemakeup pretty natural hydrating foundation ‘070’\n•@glossier stretch concealer ‘G9’\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@anastasiabeverlyhills blush trio ‘pink passion’\n⇢ lips:\n•@bissucosmeticsmx waterproof lip liner ‘02’\n•@fentybeauty gloss bomb ‘fenty glow’\n4w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CMkm5UwJzEn/', 'likes': '1,228 likes', 'age': '2021-03-18T19:34:44.000Z', 'caption': 'alaihandra\n🌺\nthank you @srntsls for drawing this look for me!! getting a bit out of my comfort zone 💕\n⇢ eyes:\n•@beautybaycom bright matte color palette\n•@hudabeautyshop naughty palette\n•@kittielashes ‘play4keeps’ for corner lashes\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@essencemakeup pretty natural hydrating foundation ‘070’\n•@glossier stretch concealer ‘G9’\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@anastasiabeverlyhills blush trio ‘pink passion’\n⇢ lips:\n•@bissucosmeticsmx waterproof lip liner ‘02’\n•@fentybeauty gloss bomb ‘fenty glow’\n5w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CMfWBMCpGxa/', 'likes': '4,850 likes', 'age': '2021-03-16T18:31:03.000Z', 'caption': 'alaihandra\n🧚🏼\u200d♀️🧚🏽🧚🏻\u200d♂️\nrecreation of @glowbysoph ‘s look who was inspired by @jemmebeauty ‘s packaging ✨\ni never do cute hairstyles (because i’m too lazy) but i’m so obsessed with these space buns 🥺\n⇢ eyes:\n•@jemmebeauty flor pastel watercolor liner palette\n•@sohllashes ‘first class’ lashes\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@glossier stretch concealer ‘G9’\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@bissucosmeticsmx waterproof lip liner ‘02’\n•@fentybeauty gloss bomb ‘fenty glow’\n5w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/COD0W1YJv6q/', 'likes': '15,089 likes', 'age': '2021-04-24T19:00:13.000Z', 'caption': 'evyxo_\nForever on my cozy shit☁️\nSweats: @sorellaboutique\nCoat: @prettylittlething\n2d'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CN28tKJpqBx/', 'likes': '21,078 likes', 'age': '2021-04-19T19:03:02.000Z', 'caption': 'evyxo_\nnostalgic ✨ //\nHiii I hope everyone has a great start to their week! <3\nDetails:\n@colourpopcosmetics x Lizzie McGuire what dreams are made of palette, you are magnifico blush, Miranda so juicy gloss\n@maybelline fit me foundation\n@nyxcosmetics lift & snatch brow pen\n1w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNxyzn3pZ_X/', 'likes': '19,301 likes', 'age': '2021-04-17T19:00:20.000Z', 'caption': 'evyxo_\nbring ya Nikes if you checkin me ✔️\n1w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNspsIfpo71/', 'likes': '17,744 likes', 'age': '2021-04-15T19:04:28.000Z', 'caption': 'evyxo_\nColor block 🟡//\nHi bbys It’s been kinda gloomy this week so my energy has been low /: Comment some good tv shows & movies down below🤍\nDetails:\n@glamvicecosmetics liners [Code: EVYXO]\n@maybelline fit me foundation\n@themakeupshack silhouette contour palette\nHat & shirt @jadedldn\n1w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNk7EPrpNoy/', 'likes': '21,182 likes', 'age': '2021-04-12T19:02:23.000Z', 'caption': 'evyxo_\nHappy Monday you gorgeous souls! // I’m really liking this wavy liner & lip combo 〰️\n\nLook inspo: @cheriserenee @maytahmi\n\nWearing @abonicosmetics new lippie they just launched in the shade ‘forget me not’ & it’s such a unique color I’m loving it! Wore it as liner & didn’t crack at all so definitely an A+ from me!🌼\n2w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNfx5qZpX_7/', 'likes': '12,252 likes', 'age': '2021-04-10T19:06:05.000Z', 'caption': 'evyxo_\nDecade palettes! //\nAre you more of an 80’s, 90’s or 00’s kinda babe? I honestly couldn’t choose which palette was my favorite they all are such a vibe!\n@bhcosmetics decade palettes are now available for purchase! Use code “EVYXO” for $$ off ✨A D\n2w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNYD6arpIl5/', 'likes': '40,608 likes', 'age': '2021-04-07T19:09:33.000Z', 'caption': 'evyxo_\n🌼 Bloom 🌼\nSo I’ve been taking a small break to give myself some much needed me time/ mental health break. So excited to be playing with spring looks & colors. Send me inspo pics bbys! <3\nInspo: @ericaswn\nDetails:\n@colourpopcosmetics x Lizzie McGuire palette\n@glamvicecosmetics liners ‘blue raspberry, gelato, hot pants, roller skate’ [Code: EVYXO]\n@kvdbeauty ‘Poppy’ blush\n@mavenbeauty black liquid eyeliner\n@anastasiabeverlyhills ‘strawberry’ liquid lipstick\n2w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNRFz7Op2wV/', 'likes': '7,090 likes', 'age': '2021-04-05T02:11:28.000Z', 'caption': 'evyxo_\nHappy Easter everyone! // I’m still very much in love with brown clothes atm <3\nPants: @shoptigercherry\nBag: @ava_losangeles\n3w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/COIpg9HJFG4/', 'likes': '602 likes', 'age': '2021-04-26T16:01:59.000Z', 'caption': 'indiarose_makeup\nSpeedy little reel\n-\n-\n-\n@suvabeauty hydra liner in cherry bomb\n@uomabeauty that’s woke concealer\n@milkmakeup hydrogrip primer, kush lash primer and the kush mascara\n@morphebrushes lip gloss in tipsy\n@lindahallberg anger mood eyeliner\n@lottielondon freckle tint\n-\n-\n#morpheglamfam #redmakeup #redliner #redeyemakeup #makeuptutorialx0x #editorialbeauty #makeuptransformation #editorial #highfashionmakeup #makeuptutorial #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #tiktokmakeup #makeuptiktok #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #undiscoveredmakeupartist #makeupartist\n6h'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/COIbcdAppgH/', 'likes': '1,106 likes', 'age': '2021-04-26T13:58:44.000Z', 'caption': 'indiarose_makeup\nIdk what to call this 🙃\n-\n-\n-\n@suvabeauty hydra liner in cherry bomb\n@uomabeauty that’s woke concealer\n@milkmakeup hydrogrip primer, kush lash primer and the kush mascara\n@lindahallberg anger mood eyeliner\n@lottielondon freckle tint\n-\n-\n#redmakeup #redliner #redeyemakeup #graphicmakeup #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #dewyskin #runwaymakeup #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #eyemakeupideas #eyemakeupinspo #makeupinspiration #undiscoveredmakeupartist #makeupartist #funmakeup #colourfulmakeup #naturallashes\n8h'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/COF24a7pPgD/', 'likes': '3,997 likes', 'age': '2021-04-25T14:00:45.000Z', 'caption': 'indiarose_makeup\nIgnore my grim nails xoxoxo\n-\n-\n-\n@suvabeauty hydra liner in cherry bomb\n@uomabeauty that’s woke concealer\n@milkmakeup hydrogrip primer, kush lash primer and the kush mascara\n@morphebrushes lip gloss in tipsy\n@lindahallberg anger mood eyeliner\n@lottielondon freckle tint\n-\n-\n#morpheglamfam #redmakeup #redliner #redeyemakeup #graphicliner #editorialbeauty #editorialmakeup #editorial #highfashionmakeup #graphicmakeup #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #dewyskin #runwaymakeup #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #undiscoveredmakeupartist #makeupartist\n1d'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CN-IgIQpbwQ/', 'likes': '3,243 likes', 'age': '2021-04-22T14:00:48.000Z', 'caption': 'indiarose_makeup\nThis green is actually my new favourite eye shadow colour\n-\n-\n-\n@xxrevolution XX cloud eyeshadow palette\n@uomabeauty that’s woke concealer\n@milkmakeup kush brow fibre gel in herb\n@glisten_cosmetics wet liner in strawberry\n@lolaslashesofficial in sapphire\n@scottbarnescosmetics pumped up mascara\n@elfcosmetics @elfcosmeticsuk putty eye primer\n@mulaccosmetics loose powder in seal the deal\n-\n-\n-\n#pastelmakeup #pasteleyeliner #pastelpink #contrastingcolors #colourcombo #graphicliner #wingedliner #fireliner #pasteleyeshadow #runwaymakeup #v93oo #pastelgreen #greenmakeup #asosfaceandbody #milkmakeup #colourfulmakeup #colourfuleyeshadow #glistencosmetics #wetliner #glistencosmeticswetliners #undiscovered_muas #smallmakeupaccount #pastel #soapbrows #theartistedit #highfashionmakeup #makeuplook #makeupjunkie\n4d'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CN7o9abJGtA/', 'likes': '2,395 likes', 'age': '2021-04-21T14:46:42.000Z', 'caption': 'indiarose_makeup\nThis didn’t look how I expected but I’m not mad at it\n-\n-\n-\n@suvabeauty hydra liner in Aztec and space panda\n@glisten_cosmetics wet liner in grapeade and mint\n@milkmakeup hydrogrip primer and setting spray\n@uomabeauty that’s woke concealer in fair lady\n@morphebrushes lip gloss in tipsy\n@illamasqua lip liner in undressed\n@lottielondon freckle tint\n@odenseyecosmetics Alva II highlighter palette\n@scottbarnescosmetics pumped up mascara\n@benefitcosmeticsuk @benefitcosmetics 24 hour brow setter\n-\n-\n-\n#highfashionmakeup #editorialmakeup #editorial #runwaymakeup #suvabeauty #suvabeautyhydraliner #glistencosmetics #hydraliner #pastelmakeup #v93oo #graphicliner #graphiceyeliner #graphicmakeup #milkmakeup #morpheglamfam #studiofam #soapbrows #fluffybrows #fakefreckles #freck #fauxfreckles #dewymakeup #glowymakeup #glossyskin #fullfacemakeup #greenmakeup #bluemakeup #colourfulmakeup #linergoals\n5d'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CN2aUHpp_kf/', 'likes': '3,285 likes', 'age': '2021-04-19T14:02:31.000Z', 'caption': 'indiarose_makeup\nJust want my coursework and exams to be over so I can go live in the pub 😩\n-\n-\n-\n@suvabeauty hydra liner in sea nymph and freezie\n@glisten_cosmetics wet liner in chocolate chip\n@spectrumcollections Oceana palette\n@milkmakeup kush mascara\n@uomabeauty that’s woke concealer\n@benefitcosmeticsuk @benefitcosmetics 24 hour clear brow gel\n-\n-\n-\n#graphicliner #v93oo #graphicmakeup #graphiceyeliner #linerlook #wingedliner #cutcrease #spectrumcollections #suvacreatorquest #suvabeauty #suvabeautyhydraliner #glistencosmetics #milkmakeup #kushmascara #studiofam #soapbrows #runwaymakeup #highfashionmakeup #greenliner #brownliner #greeneyeliner #colourfuleyeliner #colourfulmakeup #colourcombo #eyemakeupcloseup #fluffylashes #eyemakeupideas #eyemakeuplook\n1w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CNxQmyIJH5E/', 'likes': '4,810 likes', 'age': '2021-04-17T14:01:29.000Z', 'caption': 'indiarose_makeup\nKinda feel like I belong in a ballet or on a runway with this makeup\n-\n-\n-\n@milkmakeup sunshine skin tint in light and the hydrogrip primer\n@aboutfacebeauty fluid eye paint in cloned and smoke signal\n@colourpopcosmetics lux gloss in gelato\n@scottbarnescosmetics pumped up mascara\n@lottielondon freckle tint\n@uomabeauty that’s woke concealer\n-\n-\n-\n#editorialmakeup #editorial #runwaymakeup #runwaymakeupartist #avantgardemakeup #avantgarde #makeupartist #aboutface #aboutfacebeauty #milkmakeup #hydrogrip #studiofam #makeupbyme #asosfaceandbody #colourfulmakeup #creativemakeup #creativemakeuplooks #funmakeuplooks #makeuplooks #whiteliner #whitemakeup #summermakeup #dewyskin #smallmakeupaccount #simplemakeup #easymakeup #easymakeuptutorial #easymakeuplook\n1w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CNuvGRsJypx/', 'likes': '3,184 likes', 'age': '2021-04-16T14:30:12.000Z', 'caption': 'indiarose_makeup\nThis glitter stuff is so funky\n-\n-\n-\n-\n@glisten_cosmetics wet liner in grapeaid\n@uomabeauty that’s woke concealer\n@benefitcosmetics @benefitcosmeticsuk 24 hour brow setter\n@milkmakeup kush mascara\n@mmmmitchell @beautybaycom me myself and mmmmitchell palette\n@odenseyecosmetics Alva II highlight palette\n-\n-\n-\n#pastelmakeup #pastel #graphicliner #glittermakeup #glistencosmetics #editorialmakeup #editorial #soapbrows #milkmakeup #studiofam #mmmmitchell #beautybay #pastelpurple #eyemakeup #kushmascara #v9300 #underratedmuas #theartistedit #muasupport #asosfaceandbody #smallmakeupaccount #simplemakeup #satisfyingmakeup #easymakeup #eyelinerlook #wingedliner #wingedeyeliner\n1w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CNsK_HFp_cD/', 'likes': '2,664 likes', 'age': '2021-04-15T14:36:10.000Z', 'caption': 'indiarose_makeup\nHaven’t done neon orange in a while so here u go x\n-\n-\n-\n@milkmakeup hydrogrip primer\n@scottbarnescosmetics pumped up mascara\n@unicorncosmetics neon orange pigment\n@suvabeauty hydra liner in acid and grease\n@benefitcosmetics @benefitcosmeticsuk 24 hour brow setter\n@morphebrushes tipsy lipgloss #morpheglamfam\n@3ina the lipstick in 503\n@lottielondon freckle tint\n@uomabeauty that’s woke concealer in fair lady\n@diegodallapalma_official blossom tulle blush\n@brilhobeautyuk lashes in savage\n@morphebrushes brontour in celebutante\n-\n-\n-\n#graphicliner #neonmakeup #undiscoveredmakeupart #undiscoveredmuas #v93oo #suvacreatorquest #suvabeauty #hydraliner #colourfulliner #makeupartist #neonmakeuplook #neoneyeliner #uvliner #uvmakeup #lashes #fluffylashes #milkmakeup #graphiceyeliner #graphicmakeup #wingedliner #neonorange #fakefreckles #dewyskin #glowyskin #clubmakeup #colourfulmakeup #colorfulmakeuplook #summermakeup\n1w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/COGs_1pFgbB/', 'likes': '21,744 likes', 'age': '2021-04-25T21:53:37.000Z', 'caption': 'hellaspicy_\nMommy and Daddy. Reversing genocide one birth at a time ❤️\n1d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/COGfXyJlqQo/', 'likes': '11,068 likes', 'age': '2021-04-25T19:54:34.000Z', 'caption': 'hellaspicy_\nMy family ❤️\nSoon Ollin Ixpol will be making an appearance\n1d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CN-m2Irl4oJ/', 'likes': '3,798 likes', 'age': '2021-04-22T18:25:57.000Z', 'caption': 'hellaspicy_\nA collection of stories written by a chicana bringing awareness on women’s issues linked to the rigid roles imposed onto them by their men and their culture, often with the aid of the Church. Bitch I am crying and I’ve only read the first story 😭\n4d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CN8jCbGFuWg/', 'likes': '20,568 likes', 'age': '2021-04-21T23:14:11.000Z', 'caption': 'hellaspicy_\nYea I know 😌💋\nI forgot how much I love creating vintage hair looks. Wow\nLashes @lokasboutique in “milf” my favorite!\nRing: @palacerings\n4d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNySQdEl1pq/', 'likes': '13,314 likes', 'age': '2021-04-17T23:35:09.000Z', 'caption': 'hellaspicy_\nThat evil eye don’t work on me baby, you got the wrong goddess✨\n1w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNY5yyTlprs/', 'likes': '16,600 likes', 'age': '2021-04-08T03:00:22.000Z', 'caption': 'hellaspicy_\n🐄🐮it’s the drama and cheekbones for me. My baby registry is on my bio! The whole fit is from @glassons Glassonspartner\n2w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNYYGL4l_Lc/', 'likes': '1,290 likes', 'age': '2021-04-07T22:05:56.000Z', 'caption': 'hellaspicy_\nThe BROWN collection is here! @hudabeautyshop #hudabeautypr\n2w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNQ2nw2FDpe/', 'likes': '10,890 likes', 'age': '2021-04-04T23:58:44.000Z', 'caption': 'hellaspicy_\n😘 my baby girl\n3w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNOl598FOIp/', 'likes': '11,794 likes', 'age': '2021-04-04T02:54:11.000Z', 'caption': 'hellaspicy_\nAlmost that time 💕Whole denim set is from @fashionnova fashionnovapartner\n3w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CMnPjkjJB-z/', 'likes': '175 likes', 'age': '2021-03-19T20:08:31.000Z', 'caption': 'apika1ia\nI’ve been away for such a long time! I really, really missed this. I’m so happy to be back. Hopefully, I’ll be back to creating looks regularly.\n\n🪀 base\n@fentybeauty concealer\n@fentybeauty invisimatte\npowder\n@fentybeauty bronzer\n@fentybeauty killawatt in ginger binge\n\n🪀 brows\n@glossier brow gel in clear\n\n🪀 eyes\n@glamvicecosmetics retro liners in spandex and tie dye\n\n🪀 lips\n@fentybeauty mattemoissele in spanked\n@urbandecaycosmetics hi-fi ultra cushion lipgloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n5w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CJzLpaBpGxv/', 'likes': '207 likes', 'age': '2021-01-08T21:51:03.000Z', 'caption': 'apika1ia\nSome hot pink for ya feed. My first post of 2021 is a collaboration with the talented @verothemind. I hope you enjoy what we created 💖💖💖💖\n\n🛍 base\n@milkmakeup hydrogrip primer\n@narsissist natural radiant longwear foundation\n@toofaced concealer\n@lauramercier translucent\npowder\n@fentybeauty bronzer\n@fentybeauty killawatt in sangria sunset\n\n🛍 brows\n@anastasiabeverlyhills brown definer in graphite\n@glossier brow gel in clear\n\n🛍 eyes\n@juviasplace palette\n@danessa_myricks waterproof cream vivid palette\n\n🛍 lips\n@fentybeauty mattemoissele in candy venom\n@urbandecaycosmetics hi-fi ultra cushion lipgloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n15w'},{'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CJW5MwTpyAK/', 'likes': '252 likes', 'age': '2020-12-28T22:11:07.000Z', 'caption': 'apika1ia\nSome of my favorite looks from 2020. It really took a whole pandemic for me to create a makeup account lol, but I’m so glad i finally came around to doing it. Thank you for your love and support. I appreciate it so so much 🥰🥰🥰\n.\n.\n.\n.\n.\n#graphicliner #makeupideas #makeupartist #makeuplooks #makeupinspiration #motd #eyeshadowlooks #explorepage #fentybeauty #glossbomb #graphicliner #editorialmakeup #editorialblk #v93oo #avantgardemakeup #alternativemakeup #blackmua #undiscoveredmuas #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty\n17w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CJJwIKhJp7B/', 'likes': '169 likes', 'age': '2020-12-23T19:41:44.000Z', 'caption': 'apika1ia\nI’ve missed doing looks that include the nose bridge 🥰\n.\n.\n.\n🪐 base\n@fentybeauty soft matte primer\n@narsissist natural radiant longwear foundation\n@narsissist radiant creamy concealer\n@lauramercier translucent\npowder\n@fentybeauty matchstix\n@glossier cloud paint in dawn\n@fentybeauty killawatt in mimosa sunrise\n\n🪐 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🪐 eyes\n@fentybeauty snap shadows #8\n@glamvicecosmetics retro liner in hot pants\n\n🪐 lips\n@fentybeauty mattemoissele in tigertini\n@bitebeauty lipstick crayon in coganc\n@fentybeauty gloss bomb in chocolit\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n17w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CI_72M_pbJe/', 'likes': '231 likes', 'age': '2020-12-20T00:11:44.000Z', 'caption': 'apika1ia\nI’d be wearing this to the club if Ms. Rona wasn’t around\n.\n.\n.\n🪁 base\n@fentybeauty soft matte primer\n@narsissist radiant creamy concealer\n@fentybeauty invisimatte powder\n@fentybeauty killawatt in ginger binge\n@fentybeauty matchstix\n\n🪁 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🪁 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@fentybeauty snap shadows #8\n\n🪁 lips\n@urbandecaycosmetics hi-fi ultra cushion lip gloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #muaawesome #AnastasiaBrows #fentybeauty\n18w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CI6YNnPpYj5/', 'likes': '192 likes', 'age': '2020-12-17T20:24:09.000Z', 'caption': 'apika1ia\nI might name this one “neon vortex.” A gateway to another dimension right between my eyes :)\n.\n.\n.\n🍊 base\n@fentybeauty soft matte primer\n@fentybeauty conealer\n@fentybeauty invisimatte powder\n@fentybeauty killawatt in sangria sunset\n@fentybeauty matchstix\n\n🍊 brows\n@anastasiabeverlyhills brown definer in graphite\n@glossier boy brow in clear\n\n🍊 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@glamvicecosmetics retro liners in tie dye and chill pill\n\n🍊 lips\n@fentybeauty mattemoiselle in griselda\n@fentybeauty gloss bomb in glass slipper\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #muaawesome\n18w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CI1SuKkpb1a/', 'likes': '169 likes', 'age': '2020-12-15T20:59:58.000Z', 'caption': 'apika1ia\nI wanted to do something christmasy without being christmasy, ya feel me lol?? So I settled on christmasy colors but I’m kinda annoyed that they aren’t showing up how I want them to 😩😩\n.\n.\n.\n🌺 base\n@fentybeauty soft matte primer\n@narsissist radiant creamy conealer\n@lauramercier translucent powder\n@glossier cloud paint in dawn\n@fentybeauty bronzer\n\n🌺 brows\n@anastasiabeverlyhills brown definer in graphite\n@glossier boy brow\n\n🌺 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@danessa_myricks waterproof cream palettes in primary\n@fentybeauty vivid liquid liners\n\n🌺 lips\n@romandyou lip stain in deepsoul\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #glossier\n18w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CIq1oQiptXl/', 'likes': '203 likes', 'age': '2020-12-11T19:33:21.000Z', 'caption': 'apika1ia\nI’m living for this color combo. I wish I had a chance to wear this out 🥺🥺\n.\n.\n.\n🧿 base\n@fentybeauty soft matte primer\n@fentybeauty concealer\n@fentybeauty invisimatte blotting powder\n@fentybeauty killawatt freestyle highlighter in sangria sunset\n@fentybeauty matchstix\n\n🧿 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🧿 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@danessa_myricks waterproof cream palettes in primary\n@fentybeauty snap shadows #8\n\n🧿 lips\n@fentybeauty mattemoiselle\n@urbandecay lip gloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #explore #explorepage\n19w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CIY3hw8pFgg/', 'likes': '191 likes', 'age': '2020-12-04T20:03:36.000Z', 'caption': 'apika1ia\n#bittyblackbeauties\nI did a collab with these lovely black women and we’re serving ✨OMBRÉ✨\n\nSwipe to see our looks and make sure to show some love: @desubeauty @yinniethepoohh @advnni @mua.alexr @kehindes_korner @mimipenka @whitscanvas @bbaldhi @itstanip\n.\n.\n.\n🔥 base\n@fentybeauty soft matte primer\n@toofaced born this way concealer\n@lauramercier translucent powder\n@fentybeauty killawatt freestyle highlighter in mimosa sunrise\n@fentybeauty bronzer\n\n🔥 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🔥 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@danessa_myricks waterproof cream palettes in primary\n\n🔥 lips\n@fentybeauty stunna lip paint in uncensored (blotted)\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n20w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNxlETGJKWl/', 'likes': '6,883 likes', 'age': '2021-04-17T17:00:17.000Z', 'caption': 'cheriserenee\n〰️ fluidity 〰️\nthis liner by @makeupbykavondre has been living in my brain for weeks!!!\n\nDETAILS\nEYES\n@mavenbeauty liquid liner ‘black’*\n@suvabeauty hydra FX ‘space panda’\n@tattilashes ‘TL3’ lashes\n@maybelline sky high mascara*\nBROWS\n@nyxcosmetics_uk brow pen ‘ash brown’\nFACE\n@nyxcosmetics total control drop foundation ‘15’*\n@elfcosmeticsuk hydrating camo concealer ‘medium sand’\n@fentybeauty loose setting powder ‘banana’ + sun stalk’r bronzer ‘i$land ting’\n@maccosmetics blush ‘gingerly’\n@mavenbeauty highlighter ‘dripped out’*\nLIPS\n@maccosmeticsuk kohl eyeliner ‘coffee’\n@meltcosmetics liquid lipstick ‘golden’\n@jordanaticiacosmetics lipgloss ‘baege’*\n(all products marked * were kindly gifted)\n1w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNiIU10pc7e/', 'likes': '9,296 likes', 'age': '2021-04-11T17:00:31.000Z', 'caption': 'cheriserenee\n🎯 BULLSEYE 🎯\nI’m so inspired by 70s patterns atm.. expect a few more to come ✨\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nPRODUCT DETAILS\nEYES\n@suvabeauty - cherry bomb, freezie, taffy, acid trip & tracksuit hydra FX\n@maybelline - sky high mascara*\n@bxbygirl.lashes - laila lashes*\nBROWS\n@nyxcosmetics - brow glue* & brow pen\nFACE\n@nyxcosmetics_uk - total control drop foundation*\n@elfcosmeticsuk - hydrating camo concealer\n@fentybeauty - i$land ting bronzer\n@lottielondon - freckle tint\nLIPS\n@maccosmeticsuk - costa riche eyeliner\n@meltcosmetics - golden liquid lipstick\n@jordanaticiacosmetics - butter candy lipgloss*\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(all products marked * have been kindly gifted)\n2w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNS4CGBpgwU/', 'likes': '1,972 likes', 'age': '2021-04-05T18:49:33.000Z', 'caption': 'cheriserenee\n🍃🍂 leafy 🍂🍃\nthis is high key giving autumn instead of spring but let’s ignore that 😅\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nPRODUCT DETAILS\nEYES\n@urbandecayuki ‘wild west’ palette *\n@bxbygirl.lashes ‘laila’ lashes *\n@urbandecaycosmetics ‘lash freak’ mascara *\nBROWS\n@nyxcosmetics brow pen\nFACE\n@milkmakeup hydro grip primer\n@urbandecayuki stay naked foundation * & hydromaniac foundation mixed *\n@elfcosmeticsuk hydrating camo concealer\n@lauramercier translucent & translucent honey setting powders\n@maccosmeticsuk ‘gingerly’ blush\n@fentybeauty ‘i$land ting’ bronzer\n@lottielondon freckle tint\n@mavenbeauty ‘dripped out’ highlighter *\nLIPS\n@nyxcosmetics_uk ‘urban cafe’ lip liner\n@meltcosmetics ‘ginger’ liquid lipstick\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(all products marked * were kindly gifted)\n3w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNF0JqbJlGL/', 'likes': '6,180 likes', 'age': '2021-03-31T17:05:30.000Z', 'caption': 'cheriserenee\n💗🌺💗🌺💗🌺💗\nPRODUCT DETAILS\n\nEYES\n@madebymitchell ‘head in the clouds’ palette *\n@suvabeauty ‘cherry bomb’ & ‘space panda’ hydra FX\n@makeupbytammicosmetics pastel cake liners\n@bxbygirl.lashes ‘laila’ lashes *\nFACE\n@urbandecayuki hydromaniac foundation\n@elfcosmeticsuk hydrating camo concealer\n@madebymitchell ‘posey rosey’ & ‘where’s the spf?’ blursh mixed *\n@beccacosmetics rose glow highlighter\n@lottielondon freckle tint\nLIPS\n@nyxcosmetics_uk ‘urban cafe’ lip liner\n@mybeautybrand x @nikkideroest colour changing lip oil *\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(all products marked * have been gifted)\n3w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMz464QpdM9/', 'likes': '9,884 likes', 'age': '2021-03-24T18:00:50.000Z', 'caption': 'cheriserenee\n♥️⚪️ PEARLY GIRL ⚪️♥️\ninspired by my angel @samtalukder ✨\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@esteelauderuk ‘wheat’ double wear foundation\n@elfcosmeticsuk 16hr camo concealer\n@fentybeauty ‘banana’ loose setting powder & ‘shady biz’ #sunstalkrbronzer\n@plouise_makeup_academy ‘shade 0’ #plouisebase\n@madebymitchell ‘where’s the spf?’ blursh & ‘head in the clouds’ palette\neyes:\n@anastasiabeverlyhills white cake liner\n@tatti_lashes ‘TL3’ lashes\n@fentybeauty ‘how many carats?!’ diamond bomb highlighter\n@maccosmetics IED mascara\nlips:\n@maccosmeticsuk ‘coffee’ eyeliner\n@fentybeauty ‘uncensored’ #stunnalippaint\n@sephoracollection ‘07 carmine elixir’ cream lip shine\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#creativemakeup #makeupartist #editorialmakeup #glammakeup #pearls #edges #fentybeauty #fentyface #mondaysbymitchell #tattilashes #sephoracollection #abhbrows #norvina #elfcosmetics #myartistcommunity #redlips #anastasiabeverlyhills #editorialblk #graphicliner\n4w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMkcIDCJoOf/', 'likes': '4,446 likes', 'age': '2021-03-18T18:00:37.000Z', 'caption': 'cheriserenee\n🦋 FLUTTERBIES 🦋\nPSA: I think butterflies are disgusting.. if you’ve ever seen that traumatising episode of spongebob, yk they were right to burn down bikini bottom 😌\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@maybelline superstay foundation\n@plouise_makeup_academy rude boy red, winter rose, yummy yellow, hint of mint & touch of frost bases\n@depixym #0446, #0942 & #0567\n@bperfectcosmetics x @staceymariemua #carnivalxlpro & #carnivallovetahiti palettes\n@suvabeauty space panda hydra FX liner\n@madebymitchell mango daiquiri & peach sugar blursh\n@mavenbeauty dripped out highlighter\n@lottielondon freckle tint\neyes:\n@mavenbeauty black liquid liner\n@tatti_lashes TL3 lashes\nlips:\n@maccosmeticsuk cork lip liner\n@jordanaticiacosmetics butter candy lipgloss\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#creativemakeup #graphicliner #butterflymakeup #tattilashes #suvabeauty #bperfectcosmetics #lottielondon #maybelline #editorialblk #butterfly #mondaysbymitchell #plouisebase #depixym #staceymariemua #jordanaticiacosmetics #avantgardeblk #makeupartist #freckles\n5w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMU_WwBJ5RU/', 'likes': '6,481 likes', 'age': '2021-03-12T18:00:37.000Z', 'caption': 'cheriserenee\nmatchy matchy 🤎➕\nomg I can’t believe there’s 10K of you now 🥺 thank you for all the constant love & support!!\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nusing @mavenbeauty products\nDETAILS:\n- @mavenbeauty basic beat eyeshadow palette - medium blend\n- @mavenbeauty ‘black’ & ‘24K’ waterproof liquid eyeliners\n- @mavenbeauty ‘dripped out’ highlighter\n- @mavenbeauty ‘brûlée’ basic beat cream eyeshadow on eyes & lips\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nsold exclusively at fashionnova.com/beauty\nmavenbeautypartner #ad\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#glammakeup #mavenbeauty #creativemakeup #graphicliner #editorialmakeup #editorialblk #avantgardeblk #eyeliner #nudemakeup #makeupartist #mavenbeautypartner #asos #asosdesign #asosfashion #asosfaceandbody\n6w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMC9yzbJQbo/', 'likes': '11,855 likes', 'age': '2021-03-05T18:00:39.000Z', 'caption': 'cheriserenee\ngroovy baby 💚✨\ninspired by two of my absolute faves @maytahmi & @the_brooksbrother\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@urbandecaycosmetics ‘50NN’ stay naked foundation\n@elfcosmetics hydrating camo concealer\n@urbandecayuki ‘50NN’ the fix powder\n@fentybeauty ‘shady biz’ bronzer\n@madebymitchell ‘mango daiquiri’ blursh\n@lottielondon freckle tint\neyes:\n@suvabeauty ‘freezie’, ‘fanny pack’ & ‘dance party’ hydra FX liners & ‘UV taffies’ palette\n@tatti_lashes ‘TL3’ lashes\nbrows:\n@nyxcosmetics @nyxcosmetics_uk ‘ash brown’ lift & snatch brow pen\nlips:\n@maccosmetics @maccosmeticsuk ‘costa riche’ & ‘coffee’ eyeliners\n@meltcosmetics ‘golden’ liquid lipsticks with yellow shadow on top\n@elfcosmeticsuk clear lipgloss\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#makeupartist #creativemakeup #graphicliner #editorialmakeup #editorialblk #avantgardeblk #tattilashes #urbandecay #lottielondon #nyx #suvabeauty #fentybeauty #fentyface #freckles #meltcosmetics #mondaysbymitchell\n7w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CLusLMjpaWP/', 'likes': '4,246 likes', 'age': '2021-02-25T21:01:53.000Z', 'caption': 'cheriserenee\nrazor sharp 📐\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@urbandecaycosmetics ‘50NN’ stay naked foundation\n@fentybeauty ‘240’ #profiltrconcealer\n@maccosmeticsuk ‘dark’ msf powder\n@lauramercier translucent powder\n@goodmelaltd ‘angel’ highlighter\neyes:\n@kvdveganbeauty ‘trooper’ tattoo liner\n@makeupbytammicosmetics pastel cake liner\n@urbandecayuki lash freak mascara\n@lunabellezstore ‘fibre trap’ lashes\nbrows:\n@nyxcosmetics ‘ash brown’ lift & snatch brow pen\n@benefitcosmeticsuk 24hr brow setter\nlips:\n@maccosmeticsuk ‘coffee’ eyeliner & ‘primordial’ lipglass\n@meltcosmetics ‘golden’ liquid lipstick\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#cherisemakeup #makeupartist #fentybeauty #kvdbeauty #urbandecay #graphicliner #eyeliner #editorialmakeup #editorialblk #meltcosmetics #nyx #benefitcosmetics #nyxcosmetics #lauramercier #maccosmetics #myartistcommunity #cutcrease\n8w'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/COGdSqDnHLI/', 'likes': 'None', 'age': '2021-04-25T19:37:35.000Z', 'caption': 'kafayatx\nAD| with the warmer months approaching love how I created this lightweight and affordable base using @technic_cosmetics now available at @lovewilko ❤️ Everything used will be listed below x\n\nProducts used:\n- Gold elixir facial oil\n- ProGlow Foundation\n- 3-in-1 Canvas Concealer\n- Highlighting wand illuminator\n- Gel blusher ‘siren’\n- Illuminating skin mist\n- Rice setting powder\n\n#bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin\n1d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/COD4n14MZQm/', 'likes': '6,324 likes', 'age': '2021-04-24T19:37:29.000Z', 'caption': 'kafayatx\nMiss 20somethin...\n_____________________\nProducts:\n@toofaced HighCoverage concealer @madebymitchell liquid blursh “where’s the spf”\n@blackopalbeauty Stick Foundation\n@jouercosmetics High coverage concealer\n@sleekmakeup Lifeproof Concealer\n@hudabeauty EasyBake loose powder\n@ciatelondon Coconut translucent powder\n@juviasplace Nubian loose Highlighter\n@morphebrushes Continuous setting mist\n•\n•\n•\n•\n•\n•\n•\n•\n•\n#1minutemakeup #melaninmakeupdaily #makeupfanatic1 #makeupformelanin #wakeupandmakeup #blackgirlmakeup #melaninmakeup #hudabeauty #melaninbeautiesunite #brownmelaninmakeup #makeupforwoc #makeupforblackwomen #dewymakeup #hairnbeautydirectory #makeupbyme #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies\n2d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/COBTr3znLyL/', 'likes': '3,160 likes', 'age': '2021-04-23T19:36:35.000Z', 'caption': 'kafayatx\nCute and simple cut crease with @mavenbeauty exclusively at FashionNova.com 🧡\n\nProducts used:\ncream eyeshadow ’Alpaca’\nEyeshadow palette’Define’\nHighlighter ‘Dripped Out’\n\n-Mavenbeautyparter\n\n#tiktokmakeup #makeupreels #makeupjunkie #maryhadalittleglam #reelsInstagram #wamfam #makeupforblackwomen #flawlessdolls #slave2beauty #makeuptricks #wakeupandmakeup #glowymakeup #makeupforbeginners #makeuphacks\n3d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CN-u4eeHc0C/', 'likes': 'None', 'age': '2021-04-22T19:36:28.000Z', 'caption': 'kafayatx\nAD| @sheglam_official new completion pro foundation 😍\nI used the shade ‘hazelnut ’, this gave me such a lightweight but buildable coverage. Super long lasting, swear proof and water resistant!\nUse the coupon code: SF556 to get an extra 15% off any purchase on us.shein.com\nhttps://www.shein.co.uk/ and br.shein.com\n\nAll the products used will be listed and linked below ❤️\n\nhttp://shein.top/sy6fr5n 2144866 COMPLEXION PRO Long Lasting Breathable Matte Foundation-Camel\nhttp://shein.top/6hgn1lz 2144873 COMPLEXION PRO Long Lasting Breathable Matte Foundation-Hazelnut\nhttp://shein.top/ktgb1ua 1686645 COMPLEXION PRO Long Lasting Breathable Matte Foundation-MOCHA\nhttp://shein.top/cqdq9b6 2189084 Multi-Faceted Makeup Sponge\n\n#sheglam #sheglamprettycommittee #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies\n4d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CN8J5BZnHjU/', 'likes': 'None', 'age': '2021-04-21T19:34:45.000Z', 'caption': 'kafayatx\nAD I really did this entire base in under 5 minutes! Love this everyday quick base I did with @collectioncosmetics_uk 🤍 Everything used will be listed down below x\n\nLasting Perfection Glow Foundation ‘Cocoa’ - £6.49\nLasting Perfection Concealer ‘Honey’ - £4.19\nLasting Perfection Concealer ‘Café’ - £4.19\nLasting Perfection Sheer Loose Setting Powder ‘Banana’ - £2.99\nBlush&Glow Palette - £4.99\nPrimed & Ready Dewy Fixing Spray - £5.99\n5d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CN5lFFSsIVL/', 'likes': '7,484 likes', 'age': '2021-04-20T19:34:19.000Z', 'caption': 'kafayatx\nWasn’t sure where this look was going but I like the end result 💜💜\n______________\nProducts:\n@madebymitchell liquid blush “where’s the spf”\n@revlon_ ColorStay Foundation “mocha”\n@toofaced High coverage concealer\n@sleekmakeup Lifeproof Concealer “Flat white”\n@lauramercier Translucent Powder “Honey”\n@ciatelondon Coconut translucent powder\n@juviasplace Nubian loose Highlighter\n@morphebrushes Continuous setting mist\n•\n•\n•\n•\n•\n•\n•\n•\n•\n#1minutemakeup #melaninmakeupdaily #makeupfanatic1 #makeupformelanin #wakeupandmakeup #blackgirlmakeup #melaninmakeup #hudabeauty #melaninbeautiesunite #brownmelaninmakeup #makeupforwoc #makeupforblackwomen #dewymakeup #hairnbeautydirectory #makeupbyme #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies\n6d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CNx2nwsnCcB/', 'likes': 'None', 'age': '2021-04-17T19:34:04.000Z', 'caption': 'kafayatx\nAD| Loved creating this effortless glowy glam using @kikomilano products\n\nProducts used:\n- Hydra Pro Glow Moisturiser\n- Unlimited Foundation ‘9.5N’\n- Universal Stick Concealer ’08’\n- Smart Eyeshadow Palette\n- Perfect Eyes Duo Highlighter Pencil\n- Unlimited Double Touch liquid lipstick duo ’120’\n\nAll products available at www.kikocosmetics.com\nwww.ulta.com\nAmazon\n#Kikounbeatable\n\n-\n-\n\n#makeuptutorial #glowymakeup #dewymakeup #flawlessdolls\n1w'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CNvR3rZn47_/', 'likes': '12,223 likes', 'age': '2021-04-16T19:34:15.000Z', 'caption': 'kafayatx\nWhat do you think of this look? ___________________\nProducts:\n@madebymitchell “Feet on the ground” palette\n@iconic.london sheer liquid blush “Power Pink”\n@kvdbeauty Good Apple Foundation “Tan 26”\n@toofaced High coverage concealer\n@sleekmakeup Lifeproof Concealer “Flat white”\n@lauramercier Translucent Powder “Honey”\n@ciatelondon Coconut translucent powder\n@juviasplace Nubian loose Highlighter\n@morphebrushes Continuous setting mist\n\n#tiktokmakeup #makeupreels #makeupjunkie #maryhadalittleglam #reelsInstagram #wamfam #makeupforblackwomen #flawlessdolls #slave2beauty #makeuptricks #wakeupandmakeup #glowymakeup #makeupforbeginners #makeuphacks\n1w'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/COIWP5HjjmV/', 'likes': '487 likes', 'age': '2021-04-26T13:13:46.000Z', 'caption': 'itznamara\nHOW I PREP MY SKIN BEFORE MAKEUP 💗\n\nPlease SAVE & SHARE\nFollow (@itznamara ) for more beauty content ✨\n\nHey dolls! So I finally filmed a SKINCARE 🥳! These are my holy grails!! They’ve really helped my skin tremendously. Excuse my puffy eyes (they just like to do their own thing 🙄)\n\nI have a dry combination skin 💗\n~~~~~~~~~~~~~~~\nProducts\n\n@renskincare ready steady glow daily AHA tonic\n@nivea_uk nourishing day cream\n@deciem ascorbic acid 8% + Alpha Arbutin 2%\n@deciem 100% organic virgin chai seed oil\n@larocheposay anthelios 50 + SPF invisible fluid\n@nivea_uk rosehip oil ( lip scrub + moisture)\n@mycarmex moisturising lip balm\n\n#skincareroutine #skincare #radiantskin #melaninpoppin #glowingskin #larocheposay #renskincare #naturalskin #melaninbeauty #hydratedskin #teamfantastic #nomakeup #reelskin #reelvideos #nomakeupface #niveacreme #glowyskincare #melanindaily #brownskinbeauties #skinprep #skincareproducts\n9h'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/COF4ezUMLQb/', 'likes': '786 likes', 'age': '2021-04-25T14:14:44.000Z', 'caption': 'itznamara\nIt’s a Bob season 😻\nFollow (@itznamara ) for more ✨\nPlease SAVE & SHARE 💗\n\n*🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨\n*LINK IN MY BIO*🎥\n\n~~~~~~~~~~~~~~~~~~~~\nHAIR. INFO\n\n@myshinywigs\nCAMILA COLOUR BOB HUMAN HAIR\n12 inches\n180% density\n13x5.5 T-PART Highlighted Lace Wig\n\n🚨use code “kAEDI” for $25 off @myshinywigs 🚨\n\n#melanindaily #basemakeup #highlightedhair #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #bobwigs #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #blackgirlmagic #blendtherules #melaninmakeupdaily #blackgirlmakeup #tpartwig\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin #highlightandcontour\n#brownskinmakeup #wocmakeup #makeupforwoc\n1d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CODVinODtVg/', 'likes': '1,149 likes', 'age': '2021-04-24T14:31:26.000Z', 'caption': 'itznamara\nIts the Bob for me 😍\nHey dolls 💝 this wig comes in courtesy of @myshinywigs. This is their Highlighted T -PART Lace wig.. let’s just say this will definitely be one of my summer staple wigs!! Let me know your thoughts on this wig in the comment?💗\n\n🚨use code “kAEDI” for $25 off @myshinywigs 🚨\n\nFollow (@itznamara ) for more ✨\nPlease SAVE & SHARE 💗\n\n*🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨\n*LINK IN MY BIO*🎥\n\n~~~~~~~~~~~~~~~~~~~~\nHAIR. INFO\n\n@myshinywigs\nCAMILA COLOUR BOB HUMAN HAIR\n12 inches\n180% density\n13x5.5 T-PART Highlighted Lace Wig\n\n🚨use code “kAEDI” for $25 off @myshinywigs 🚨\n\n#blackgirlmakeup #flawlessbase\n#blackgirlmagic #melaninmakeup #bobwigs #basemakeup #makeupfanatic1 #highlightwig #glowyskin #dewyskin #highlightandcontour #morphebabes #makeupreelsvideos #wakeupnmakeup #tpartwig #reelsmakeup #blendtherules #explorepage #hypnaughtymakeup #stiffwhere\n#brownskinmakeup #melanindaily #blendtherules #melaninmagic #softglammakeup #wocmakeup #exploremakeup #makeupforwoc #hairnbeautydirectory @melaninbeautiesunite @melaninmakeupdaily @brownmelaninmakeup\n2d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/COAt2aSsuc6/', 'likes': '1,463 likes', 'age': '2021-04-23T14:05:38.000Z', 'caption': 'itznamara\nSWIPE..🥰\nFollow (@itznamara ) for more ✨\nPlease save & share\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@dolahairmall\n20 inches\n180% density\nStraight\n5x5 HD glueless lace\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\n#hdclosure #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #crimpedhair #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #brownskingirls #blackgirlmagic #blendtherules #melaninmakeupdaily #blackgirlmakeup #closurewigs\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin\n#brownskinmakeup #wocmakeup #makeupforwoc @melaninbeautiesunite @hairnbeautydirectory @melaninmakeupdaily @brownmelaninmakeup\n3d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN-U6FejjcO/', 'likes': 'None', 'age': '2021-04-22T15:55:19.000Z', 'caption': 'itznamara\nWATCH THIS GLUESS INSTALL || this GORGEOUS GORGEOUS 5x5 HD unit comes in courtesy of @dolahairmall !!! The lace on this unit is incredibly thin and melts like a dream!! It holds a curl beautifully and The lustre and shine just tops it off for me !! chefs kiss ** let me know what you think in the comments!?.💗\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\nIf watching please Follow (@itznamara ) for more✨\nPlease save & share 💕\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@dolahairmall\n20 inches\n180% density\nStraight\n5x5 HD glueless lace\n\n@pinkhotcomb- hot comb chefs kiss ✨\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\n*🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨\n*LINK IN MY BIO*🎥\n\n~~~~~~~~~~~~\n* I don’t own rights to this song!\nNever mind- WSTRN\n\n#hairtutorials #lacewiginstall #hdlaceclosure #wigtutorial #wiginstallation #blackgirlmagic #hdwigs #crimpedhair #gluelesswig #protectivehairstyles #closurewigs #hairnbeautydirectory #hairinstall #wigtransformation #frontalinstall #dolamallhair #hairtransformation #blackgirlmakeup #closureinstall #darkskinbeauty #wigstyling #melaninpoppin #gluelesswigs @hairnbeautydirectory @makeupmelanin\n4d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN7qYY6j8FY/', 'likes': 'None', 'age': '2021-04-21T14:59:51.000Z', 'caption': 'itznamara\nGlammed up look 💄||\nIf watching please follow (@itznamara ) for more beauty content ✨\nPlease SAVE & SHARE 💗\n\nSo your girl caved in and got some stuff from @patmcgrathreal 😻🔥 I just had too and guys I am in loooove !!\n\nThe @patmcgrathreal skin fetish sublime perfection foundation is VERY light weight, it did not feel like I was wearing makeup at all!! It is a buildable coverage foundation. And also has a satin finish, and definitely gives you “your skin but better!! However the formula is Very watery/ runny which I don’t mind at all.. 2 pumps practically covered my whole face!! I DEFINITELY STAN!!\n\n@patmcgrathreal mothership IV divine rose 2 palette is *chefs kiss*!! It is SUPER PIGMENTED and don’t get me started on the SHIMMERS AND DUO CHROME!! Definitely towards the pricier but it is super pretty and definitely multi-use .. you can definitely use some of the shades as a blush as well 🤩!\noverall i STAN!! And will definitely be getting some more products after me and my account get back on good terms😂😅\n\n~~~~~~~~~~~~~~~~~\nPRODUCTS 💗\n\n@patmcgrathreal sublime perfection concealer (17 & 22 )\n@patmcgrathreal skin fetish sublime perfection foundation (26)\n@patmcgrathreal matte liptrance lipstick (Christy)\n@patmcgrathreal lustgloss (faux real)\n\nEYES💗\n@patmcgrathreal mothership VIII divine rose II palette\n@rdbeautty lashes style SAVAGE ✨\n\nI DONT OWN RIGHTS TO THIS SONG\nBling - blaqbonez\n\n#melanindaily #melaninpoppin #basemakeup #afrocentricmakeup #highlightandcontour #contourtutorial #makeuphowto #patmcgrathreal #softglamlook #patmcgrathlabs #skinfetish #glowymakeup #superdrugspotlight #makeuptipsandtricks #noirebeautyworld #hairnbeautydirectory #makeuphacks #melaninmakeupdaily #patmcgrathlipstick #brownmelaninmua #makeupmelanin #brownmelaninmakeup #blackbeautyrep #hdclosures #melaninbeautiesunite @makeupmelanin #makeupforbarbies2 @brownmelaninmakeup @melaninbeautiesunite @melaninmakeupdaily @hairnbeautydirectory\n5d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN5Cx80sL-u/', 'likes': '948 likes', 'age': '2021-04-20T14:34:36.000Z', 'caption': 'itznamara\nThis raw hair wig by @silkopulence is just amazing!🔥😍✨\n\n🚨full review & install of this unit is now on my YouTube Channel!! Link in my bio 🚨\n\nFollow (@itznamara ) for more ✨\nPlease SAVE & SHARE 💗\n\n~~~~~~~~~~~~~~~~\nHAIR INFO\n\n@silkopulence\n18 inches\nRaw wavy texture\n5x5 Hd Closure\n\n~~~~~~~~~~~~~~\n\n#basemakeup #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #blackgirlmagic #blendtherules #makeupinspiration\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin\n6d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN2wUfMMXNN/', 'likes': '1,041 likes', 'age': '2021-04-19T17:14:49.000Z', 'caption': 'itznamara\nFollow (@itznamara ) for more beauty content\nPlease save & share 💕\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@wigencountersofficial\n22 inches\n180% density\n13x5 T- Part lace glueless lace front cap\n~~~~~~~~~~~~\n\n#basemakeup #highlightwig #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #bodywavewigs #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #melaninmakeupdaily #blackgirlmakeup #makeupinspiration\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin\n#brownskinmakeup #wocmakeup #makeupforwoc\n1w'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CNz0_oIDzqg/', 'likes': 'None', 'age': '2021-04-18T14:05:00.000Z', 'caption': 'itznamara\nWatch this T-PART Wig Install// this gorgeous unit comes in courtesy of @wigencountersofficial !!! The lace on this unit is impeccable the subtle highlights is just chefs kiss ** let me know what you think in the comments!?.💗\n\nFollow (@itznamara ) for more beauty content\nPlease save & share 💕\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@wigencountersofficial\n22 inches\n180% density\n13x5 T- Part lace glueless lace front cap\n\n\n~~~~~~~~~~~~\n* I don’t own rights to this song!\nMama stay - WSTRN\n\n#frontalwigs #wigtutorial #wiginstallation #blackgirlmagic #lacefrontal #protectivehairstyles #tpartwig #hairnbeautydirectory #hairinstall #wigtransformation #frontalinstall #wigencountersofficial #hairtransformation #highlightwig #lacefrontalinstall\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/COJAWj1nyDd/', 'likes': '478 likes', 'age': '2021-04-26T19:21:30.000Z', 'caption': 'enzi_rengel\nHey loves!\n\nI can’t wait for the weekend😪this week has gone so slow for me.. I’m ready to relaxxxx. Obsessed how this look turned out! Pinks and purples are just a vibe. They’re my fave shadows to play with! I’m wearing some exciting new @beautybaycom product I cannot WAIT for you all to see😌😉\n\nIB @imogenchetalmakeup\n\nEyes\n- @beautybaycom eye base 2\n- @beautybaycom bright matte palette and @nikkietutorials palette\n- @samplebeauty liquid eyeshadow ‘virtue’ and brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter ‘beam’\n- @beautybaycom lip gloss mudslide\n3h'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/COGW3gWHhHF/', 'likes': '911 likes', 'age': '2021-04-25T18:40:15.000Z', 'caption': 'enzi_rengel\nThese colours do sth to me😅🥰\n\nHey my loves! Happy Sunday. These colours together are everything. So annoyed the camera doesn’t pick up the shimmers well cause they were poppinnn\n\nEyes\n- @plouise_makeup_academy blank canvas\n- @laroc_cosmetics artistry book chapter 2\n- @madebymitchell head in the clouds palette\n- @makeupaddictioncosmetics bare green\n- @peachesmakeup fantasy\n- @beautybaycom eye crayon ‘minted’\n- @kvdbeauty tattoo liner ‘trooper’\n\nFace\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation shade ’buff’\n- @physiciansformula @physiciansformulauk butter bronzer\n- @plouise_makeup_academy ‘winter rose’ base\n- @beautybaycom beam\n1d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN-n1e6H_6r/', 'likes': '1,186 likes', 'age': '2021-04-22T18:34:36.000Z', 'caption': 'enzi_rengel\nHey loves!\n\nI can’t wait for the weekend😪this week has gone so slow for me.. I’m ready to relaxxxx. Obsessed how this look turned out! Pinks and purples are just a vibe. They’re my fave shadows to play with! I’m wearing some exciting new @beautybaycom product I cannot WAIT for you all to see😌😉\n\nIB @imogenchetalmakeup\n\nEyes\n- @beautybaycom eye base 2\n- @beautybaycom bright matte palette and @nikkietutorials palette\n- @samplebeauty liquid eyeshadow ‘virtue’ and brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter ‘beam’\n- @beautybaycom lip gloss mudslide\n4d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN8D4sWn5bK/', 'likes': '1,345 likes', 'age': '2021-04-21T18:41:59.000Z', 'caption': 'enzi_rengel\nFlower power🤎\n\nHey my loves! I adore this super cute look which was IB @paulina.yl 🤎 you’ll see how I’ve done this look soon on @beautybaycom s stories which is so exciting!!!\n\nEyes\n- @beautybaycom eye bases shades 2 and 5\n- @beautybaycom nude palette\n- @samplebeauty liquid eyeshadows shades ‘strapping’ and ‘robust’\n- @beautybaycom eyeliner shade ‘vanilla’\n- @samplebeauty brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation shade ‘buff’\n- @beautybaycom bronzer ‘fawn’ and highlighter ‘beam’\n- @beautybaycom lip liner ‘vintage’ and glosses shades ‘mudslide’ and ‘ballet’\n5d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN5egGknIPW/', 'likes': '1,174 likes', 'age': '2021-04-20T18:37:04.000Z', 'caption': 'enzi_rengel\nFierceee💗\n\nI am liiiiving for this look!!! You guys will be able to see a more in depth tutorial on how I achieved this on @beautybaycom stories soon as there will be a step by step over there so watch out for them. This is also IB by the amazing @laur_elyse 💖\n\nEyes\n- @beautybaycom eye base shade 2\n- @samplebeauty single shadows shade ‘polar’, ‘cobweb’, ‘tutu’ and ‘piglet’\n- @samplebeauty liquid eyeshadow shade ‘intense’ and ‘virtue’\n- @samplebeauty ultimate hold brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @samplebeauty liquid shadow ‘virtue’ as blush and lip\n- @samplebeauty single shadow ‘cobweb’ as highlighter\n- @beautybaycom lip liner ‘vintage’ and lip gloss ‘petal’\n- @beautybaycom bronzer ‘fawn’\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation ‘buff’\n6d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN25RdEHJo3/', 'likes': '1,875 likes', 'age': '2021-04-19T18:33:02.000Z', 'caption': 'enzi_rengel\nFierceee💗\n\nI am liiiiving for this look!!! You guys will be able to see how I achieved this on @beautybaycom stories soon as there will be a step by step over there so watch out for them. This is also IB by the amazing @laur_elyse 💖\n\nEyes\n- @beautybaycom eye base shade 2\n- @samplebeauty single shadows shade ‘polar’, ‘cobweb’, ‘tutu’ and ‘piglet’\n- @samplebeauty liquid eyeshadow shade ‘intense’ and ‘virtue’\n- @samplebeauty ultimate hold brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @samplebeauty liquid shadow ‘virtue’ as blush and lip\n- @samplebeauty single shadow ‘cobweb’ as highlighter\n- @beautybaycom lip liner ‘vintage’ and lip gloss ‘petal’\n- @beautybaycom bronzer ‘fawn’\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation ‘buff’\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN0UrvunUv8/', 'likes': '2,608 likes', 'age': '2021-04-18T18:34:50.000Z', 'caption': 'enzi_rengel\n🔥🔥🔥\n\nHey guys!! @kanchatbmakeup did this Smokey sunset liner moment and I just had to try it. I’ve been doing these Smokey liners for some time and love trying out different variations of it.. it’s been funnn!\n\nEyes\n- @beautybaycom by beauty bay eye base 2\n- @beautybaycom fiery 2.0 palette\n- @samplebeauty single shadows ‘school bus’, ‘cardinal’, ‘hot coal’ and ‘collectors item’\n- @samplebeauty ultimate hold brow gel\n\nFace\n- @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter’beam’\n- @beautybaycom lip gloss ‘mudslide’\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CNsoJKAHQrT/', 'likes': '847 likes', 'age': '2021-04-15T18:51:31.000Z', 'caption': 'enzi_rengel\nJewelss💚💙✨💎\n\nHey loves! If you seen my stories lately you would’ve seen the brand new @samplebeauty The Plush Palette which I used to create this look and I’m obsessed!! The video doesn’t lie so you can really see how good it performs. So sad you can’t see the stars well on the picture:’( they looked so cute! But thank you guys so much for the love on this look.\n\nEyes\n- @beautybaycom base 2\n- @samplebeauty the plush palette, ultimate hold brow gel\n- @beautybaycom pastel eye crayon ‘Mint’\n\nFace\n- @beautybaycom oil control priming mist, one day moisturiser mixed with calming serum\n- @beautybaycom bronzer ‘beach’, blush ‘blossom’, highlighter’beam’\n- @beautybaycom lip gloss ‘ballet’\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CNqBUQSnsDR/', 'likes': '3,839 likes', 'age': '2021-04-14T18:33:12.000Z', 'caption': 'enzi_rengel\nJewelss💚💙✨💎\n\nHey loves! If you seen my stories lately you would’ve seen the brand new @samplebeauty The Plush Palette which I used to create this look and I’m obsessed!! Video will be up tomorrow to really show you how good the palette is but honestly.. these colours are everything😍 also ignore how you can’t see the stars I stuck on\U0001f972 so sad.\n\nEyes\n- @beautybaycom base 2\n- @samplebeauty the plush palette, ultimate hold brow gel\n- @beautybaycom pastel eye crayon ‘Mint’\n\nFace\n- @beautybaycom oil control priming mist, one day moisturiser mixed with calming serum\n- @beautybaycom bronzer ‘beach’, blush ‘blossom’, highlighter’beam’\n- @beautybaycom lip gloss ‘ballet’\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/COJEY50DNUO/', 'likes': '3,084 likes', 'age': '2021-04-26T19:56:30.000Z', 'caption': 'lsgmakeup\n🍊💗🍊💗🍊💗🍊💗\n\nSong - Levitating by @dualipa *I do not own the rights to this music!!!*\nSwipe to see finished look 👉🏼\n#TikTok - LSGMAKEUP 🧡\n\nProducts: (most of which have been kindly gifted *adgifted)\n@plouise_makeup_academy eye paints in Glow girl, raver, blank canvas, firecracker, and rumour 02 base (use code LSGMAKEUP10 - Aff)\n@peachesmakeup Pixie pigment\n@pinkhoneyuk brow glue\n@morphebrushes hint hint skin tint shade Beige\n@fentybeauty gloss Bomb\n@hudabeautyshop pinky nude lip liner\n@ofracosmetics Mai Tai blush\n@ofracosmetics X @nikkietutorials Cloud 9 highlighter\n3h'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/COGUlrKjKMB/', 'likes': '7,410 likes', 'age': '2021-04-25T18:20:38.000Z', 'caption': 'lsgmakeup\nDoech👀💋\nTransition IB: @jordanlipscombee\n\n#mua#makeupartist#transition#explorepage#igreels#reels#featureme#lsgmakeup#doechii\n1d'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/COD5av3jMgP/', 'likes': '8,688 likes', 'age': '2021-04-24T19:44:26.000Z', 'caption': 'lsgmakeup\n🍊💗🍊💗🍊💗🍊💗\n\nObsessedddd with the orange / pink colour combo! Barbie vibes 👄💅🏼🎀💕\n\nProducts: (most of which have been kindly gifted *adgifted)\n@plouise_makeup_academy eye paints in Glow girl, raver, blank canvas, firecracker, and rumour 02 base (use code LSGMAKEUP10 - Aff)\n@peachesmakeup Pixie pigment\n@pinkhoneyuk brow glue\n@morphebrushes hint hint skin tint shade Beige\n@fentybeauty gloss Bomb\n@hudabeautyshop pinky nude lip liner\n@ofracosmetics Mai Tai blush\n@ofracosmetics X @nikkietutorials Cloud 9 highlighter\n2d'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CN-pmR_jWkB/', 'likes': '10,428 likes', 'age': '2021-04-22T18:50:18.000Z', 'caption': 'lsgmakeup\nAD🍷✨🍷✨🍷✨🍷✨\n\nCreated this look using all @mavenbeauty products! 👇🏼\n\n- “Bold Blend” eyeshadow palette\n- “Define” eyeshadow palette\n- “Coquito” cream eyeshadow\n- “Aurora” Liquid glitter eyeshadow\n- “Draped Up” highlighter\n- “Shook” lipstick\n- “05” Eyelashes\n\n(Sold exclusively at FashionNova.com/beauty )💄\n\nMavenbeautypartner\n\n#makeup#explore#explorepage#makeupartist#mua#eyeshadow#spliteyeshadow#eyeshadowtutorial#makeuptutorial#tutorial#lsgmakeup\n4d'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CN3BgHDDVNk/', 'likes': '12,081 likes', 'age': '2021-04-19T19:44:57.000Z', 'caption': 'lsgmakeup\nAD🍷✨🍷✨🍷✨🍷✨\n\nCreated this look using all @mavenbeauty products! 👇🏼\n\n- “Bold Blend” eyeshadow palette\n- “Define” eyeshadow palette\n- “Coquito” cream eyeshadow\n- “Aurora” Liquid glitter eyeshadow\n- “Draped Up” highlighter\n- “Shook” lipstick\n- “05” Eyelashes\n\n(Sold exclusively at FashionNova.com/beauty )💄\n\nMavenbeautypartner\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNvS0bXjV5z/', 'likes': '7,491 likes', 'age': '2021-04-16T19:42:21.000Z', 'caption': 'lsgmakeup\nNo Bad Vibes baby ✌🏼💜☮️\n\nCollage/edit style IB my angel @eeerinr\nTop & Jeans: @boohoo *adgifted*\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNqKU0sDvIn/', 'likes': '10,417 likes', 'age': '2021-04-14T19:51:55.000Z', 'caption': 'lsgmakeup\n💚🌍💚🌍💚🌍💚🌍\n\nSong - “Peaches” by Justin Bieber & “What’s Luv” remix by @sickickmusic *I do not own the rights to this music!!*\n\nProducts:\n@bperfectcosmetics Carnival Love Tahiti palette\n@plouise_makeup_academy Blank Canvas eye paint & salty AF eye paint\n@juviasplace Zulu palette\n@mulaccosmetics blue eyeliner pen\n@ofracosmetics Rodeo drive highlighter\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNk_oYKjMTe/', 'likes': '10,065 likes', 'age': '2021-04-12T19:42:16.000Z', 'caption': 'lsgmakeup\n💚🌍💚🌍💚🌍💚🌍\n\nProducts:\n@bperfectcosmetics Carnival Love Tahiti palette\n@plouise_makeup_academy Blank Canvas eye paint & salty AF eye paint\n@juviasplace Zulu palette\n@mulaccosmetics blue eyeliner pen\n@ofracosmetics Rodeo drive highlighter\n2w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNiKIluDY3f/', 'likes': '15,180 likes', 'age': '2021-04-11T17:16:35.000Z', 'caption': 'lsgmakeup\nMy followers draw my eyeliner looks pt.2! Which is your fave?! 🖊\n\nInsp. by @byjeannine 🖤\n\n#makeup#eyeliner#graphicliner#wingedliner#eyelinerlooks#graphiceyeliner#instadaily #explore#featureme\n2w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/COEJYrThyi3/', 'likes': '10,198 likes', 'age': '2021-04-24T22:03:58.000Z', 'caption': 'beatsbylizzie\nLegit so excited to be using the NEW Collection from @aboutfacebeauty 💕 It’s so cool to create something for this collection when Halsey and I are both preggers 🤰🏀 (Yes, most of you new guessed correctly in my stories 😂) I’m SO impressed with all the formulas! I especially love that all these products are SO easy to use, which will come in handy when this little boy is born 💕\n:\n:\n:\nI’m wearing:\n-Freaked and Incoming Matte Fluid Eye Paint\n-Frenzy Light Lock Stick\n-Light Lock Lip Gloss in It’s not You it’s me\n:\n:\n:\n#aboutfacebeauty #aboutface #flowermakeup #makeupinspo #makeuplook #70saesthetic #70smakeup #60smakeup #halseymakeup\n2d'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CN53akRhy5y/', 'likes': '18,908 likes', 'age': '2021-04-20T22:14:32.000Z', 'caption': 'beatsbylizzie\nBeing in the third trimester, I haven’t had a single food craving. Is that weird? I just figured mine would be chocolate (I have a major sweet tooth) or maybe Mexican food, but NOTHING! I’ve had more of an aversion to foods- ordering something from a restaurant and then not being able to eat it 🍽 Im so curious what other people’s cravings have been or are 🤔 I’m still measuring small (no shocker) but at least I didn’t leave my OBGYN crying today 😅\n:\n:\n:\n@hudabeautyshop Farah lashes\n@plouise_makeup_academy Pink Paint Cream\n@ctilburymakeup Legendary Brows in Taupe, Flawless Filter 01 and color corrector in Fair 01\n@anastasiabeverlyhills Luminous Foundation 130N & Blonde Brow Pen\n@moiracosmetics pretty little thoughts palette\n@colourpopcosmetics Pretty Fresh concealer and Ghost Gel liner\n@ardellbeauty Faux Mink Short clusters\n@milanicosmetics Peach Primer\n:\n:\n:\n#pinkaesthetic #pastelpink #pinkmakeup #milanicosmetics #colourpopcosmetics #colourpopme #anastasiabeverlyhills #anastasiabrows #charlottetilbury #hudabeauty #makeuplook #makeupinspo #beret #60smakeup #60sstyle\n6d'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNvlMifhNv7/', 'likes': '18,791 likes', 'age': '2021-04-16T22:22:55.000Z', 'caption': 'beatsbylizzie\nI LOVE a good liquid glitter eyeshadow like the ones from Maven Beauty! ✨All the sparkle with none of the mess! Maven is sold exclusively at FashionNova.com 💕 Also, I’m bringing back the berets because I forgot how they put together any look 😂MavenBeautyPartner\n:\n:\nI used these Maven Beauty Products:\n-Super moon Asteroid Tears\n-Brown Liquid Eyeliner\n-Define And Medium Blend (for freckles) Basic Beat Eyeshadow Palettes\n-Buena Maven Lipstick\n-Draped Up Highlighter\n:\n:\nEarrings from @shosh.and.bird 💕\n:\n:\n:\n#mavenbeauty #70sstyle #70saesthetic #orangeaesthetic #graphicliner #70smakeup #60smakeup #twiggymakeup #twiggy #fauxfreckles\n1w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNgJSynhZBv/', 'likes': '32,391 likes', 'age': '2021-04-10T22:30:30.000Z', 'caption': 'beatsbylizzie\nIt’s a baby boy💙🤰👼 Pregnancy has been a huge mental and physical struggle for me. As much as I’ve tried to enjoy it, my anxiety has never been higher. The first trimester I dealt with placenta previa, depression, and the baby being under 10% in size. I’m so grateful my previa resolved itself in the second trimester, but it’s still been incredibly stressful knowing that baby is still measuring small... I’ve been told for months, by my OBGYN and perinatal, to gain weight and eat whatever I want plus more of it- which is hard when every organ is crunched together and I’m almost always uncomfortable. I’ve undergone every possible genetic testing and toxicology testing to see why the baby is small. This week, I got all the results back and there’s nothing abnormal. Baby’s just small 🤷\u200d♀️ I’m so unbelievably relieved and finally feel like I can breathe. Its been such a scary and financially taxing 6 months, BUT I’m ready to be able to enjoy the last few months with my baby boy inside my belly! 🤰👼 I realized, when the OBGYN told me it was a boy, that I had been secretly hoping it was a girl... it just makes sense! 😂 But, six months in, I’m excited to have a little boy so I can make sure he knows how to treat and respect women. Also, everyone keeps telling me boys are easier 😂😂 I just hope he looks exactly like his daddy but has my temperament- otherwise, we are in trouble 🙃\n:\n:\n:\n@poppicosmetics See You Never palette in “Fuck Off”\n@morphebrushes White Concealer for the flowers\n@colourpopcosmetics gel liner in Prance\n@milanicosmetics Peach Primer\n@limecrimemakeup Freckle Pen in Amber\n@anastasiabeverlyhills Soft Brown Brow Pen and Luminous Foundation in 30N\n@nyxcosmetics Epic Ink Liner and Born To Glow Concealer\n@makeupbymario Lip Palette\n@meltcosmetics Blushlight in Cali Dream\n@ctilburymakeup Contour Wand in Light/Medium, Flawless Filter in 01 and Setting Spray\n:\n:\n:\n#charlottetilbury #nyxcosmetics #nyx #milanicosmetics #milani #anastasiabeverlyhills #abh #morphebrushes #morphe #colourpopme #colourpop #meltcosmetics #melt #bluemakeup #flowerpower #limecrime #makeuplook #flowermakeup\n2w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNbCpgjBdsW/', 'likes': '12,010 likes', 'age': '2021-04-08T22:56:14.000Z', 'caption': 'beatsbylizzie\nA neutral moment 🤎🖤Swipe for a tutorial with no sound 😅 I’ll put it on Reels with some tunes lol. And, this vinyl hat from Topshop is giving me life!\n:\n:\n:\n@mavenbeauty Black Liquid liner and Asteroid Glitter Eyeshadow and Thrills lipstick\n@colourpopcosmetics Pretty Fresh concealer and LipLiner in Love Bug 🐛\n@anastasiabeverlyhills Soft Brown Brow Wiz, Brow Freeze and Luminous Foundation in 130N\n@ctilburymakeup Contour Wand in light medium and Flawless filter in 01\n@meltcosmetics Golden Ticket Gel Liner and Lynx Blush\n@makeupbymario Eye Primer and Lip Palette\n@kimchichicbeauty Freckle Pen\n@nyxcosmetics Born To Glow in Alabaster and Dewy Setting Spray\n@baddieblashes in #babydoll\n@peach_slices Starlit Glow to prime\n:\n:\n:\n#graphicliner #graphiceyeliner #mavenbeauty #colourpopme #colourpop #anastasiabeverlyhills #meltcosmetics #charlottetilbury #asos #topshop #abh #makeupbymario #editorialmakeup #nudemakeup #redlips #freckles #egirlmakeup #nyxcosmetics #nyx #makeupbymario\n2w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNOGyxMhJ6p/', 'likes': '16,883 likes', 'age': '2021-04-03T22:22:19.000Z', 'caption': 'beatsbylizzie\nI’ve teamed up with NYX to show you guys that vegan products don’t have to break the bank! NYX has such affordable products that are amazing quality! I love sharing great products with you all and NYX definitely has my seal of approval ✨Swipe for a video 💕# ad\n:\n:\n:\nI used:\n-Ultimate Utopia palette\n-Beach Casual Filler Instinct\n-Taupe Micro Brow Pencil\n-Clear Control Freak Eyebrow Gel\n-Honey Dew Primer\n-Total Drop Pro in Porcelain\n-On the Rise Mascara\n-Epic Ink Liner in Brown\n:\n:\n:\n#goldeyeshadow #nyxcosmetics #cutcrease #nyxpartner #summermakeup #NYX #makeupinspo #eyeliner #flowerpower #makeupinspiration #makeuplook #60smakeup #70smakeup #nudelips #60shair\n3w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CM8KSFChTpj/', 'likes': '27,827 likes', 'age': '2021-03-27T23:06:29.000Z', 'caption': 'beatsbylizzie\nNose blush is, apparently, cool 💕 I’ll jot down what I remember I used cause pregnancy brain is real 🤷\u200d♀️🤰Oh, and I realized I never formally told everyone I’m pregnant! Me and my fiancé are so happy! He’s shy and doesn’t like pictures taken of himself, so that’s why you may have never seen him on IG 😂 But, we’ve been together for over 4 years ✨\n:\n:\n:\n@colourpopcosmetics Pretty Fresh Concealer and Foundation\n@freck faux freckles\n@trixiecosmetics Lipstick in Bauble\n@limecrimemakeup Extra Poppin Cherry Gloss and Redhead brow gel\n@hauslabs Doll LipLiner\n@ctilburymakeup Contour Wand\n@nyxcosmetics Matte Setting Spray and Clear Brow Gel\n@meltcosmetics Blushlight\n@milkmakeup Hydro Grip Primer\n@baddieblashes\n@anastasiabeverlyhills Iced Out Highlighter\n:\n:\n:\n#egirl #blush #freckles #hauslabs #abh #limecrime #colourpop #makeupinspo #makeuplook #cutemakeup #blondehair #pinklips #y2k #egirlmakeup #milkmakeup #nyxcosmetics #nyx #colourpopcosmetics\n4w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CM0ZoXlBuqS/', 'likes': '20,480 likes', 'age': '2021-03-24T22:46:40.000Z', 'caption': 'beatsbylizzie\nThis wig must have belonged to Miley Cyrus at some point because it could NOT be tamed 😅😝 Sorry, but also not because it’s been hours since I came up with that and I’m still smiling about it 🙃 Totally inspired by @ericaswn 💕💕💕\n:\n:\n:\n@meltcosmetics Golden Hour Blushlight\n@nyxcosmetics Lilac and Yellow Epic Wear Liquid Liners\n@morphebrushes Voodoo Gel liner and Filter Effect foundation\n@bhcosmetics Los Angeles Palette in Abbot Kinney\n@colourpopcosmetics Amethyst Hour Gel Liner & pretty fresh concealer fair 33C\n@baddieblashes lite\n@kimchichicbeauty Faux Freckles and Peach Ivory Concealer\n@anastasiabeverlyhills Iced Out Highlighter and Auburn Brow Wiz\n@ctilburymakeup Contour Wand and Penelope Pink lipstick\n@pacificabeauty Stella Gaze mascara and Crystal Dew Setting Spray\n:\n:\n:\n#morphebrushes #morphebabe #bhcosmetics #nyxcosmetics #flowerpower #flowermakeup #70saesthetic #70s #daphne #meltcosmetics #anastasiabeverlyhills #abh #redhair #makeupinspo #70smakeup #pacificabeauty #colourpopcosmetics\n4w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CMVtHmThDYT/', 'likes': '13,721 likes', 'age': '2021-03-13T00:40:30.000Z', 'caption': 'beatsbylizzie\nWasn’t sure about these colors together but here we are 🤷\u200d♀️ Oh, and my new fav thing is matching my nails to my makeup 😁\n:\n:\n:\n@limecrimemakeup Fawn Liquid Liner and Aura Eyeshadow Palette\n@morphebrushes Filter Foundation in Light 2\n@ctilburymakeup Contour Wand in Light/Medium and Setting spray\n@anastasiabeverlyhills Iced Out Highlighter\n@makeupbymario lip palette\n@nyxcosmetics Taupe Brow Pencil\n@freck faux freckles\n@kevynaucoin Sensual Skin Primer\n@ardellbeauty Faux Mink individual lashes\n:\n:\n:\n#70smakeup #60smakeup #charlottetilbury #anastasiabeverlyhills #nyxcosmetics #limecrime #twiggymakeup #editorialmakeup #morphebrushes #ardelllashes #makeupbymario #makeupinspo\n6w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/COGjkcVjSZl/', 'likes': '1,546 likes', 'age': '2021-04-25T20:31:14.000Z', 'caption': 'tashajuptr\n☀️\n“embrace” lashes & “shade” gloss: @ytluxuries\n1d'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CN3BEZ2jYJp/', 'likes': '1,676 likes', 'age': '2021-04-19T19:41:10.000Z', 'caption': 'tashajuptr\nsymphonies in blue, remind me of you..\n(leftovers from the other day)\n1w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CN0ke6BDbUa/', 'likes': '2,723 likes', 'age': '2021-04-18T20:52:54.000Z', 'caption': 'tashajuptr\ncome 2 my planet..\nnose rings: @shop.seven22\n1w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNvhkOGj6kp/', 'likes': '3,277 likes', 'age': '2021-04-16T21:51:12.000Z', 'caption': 'tashajuptr\nlove me long time\n(thanks to nova for the photobomb 😘)\nnose cuffs: @2tachi\n1w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNgR6RND7qm/', 'likes': '3,984 likes', 'age': '2021-04-10T23:45:48.000Z', 'caption': 'tashajuptr\ntyrese_sweet_lady.mp3\n2w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNdrhVvjDkF/', 'likes': '9,475 likes', 'age': '2021-04-09T23:31:52.000Z', 'caption': 'tashajuptr\nshe.\n2w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNN6VlCDGq0/', 'likes': '10,793 likes', 'age': '2021-04-03T20:33:29.000Z', 'caption': 'tashajuptr\ni know you dream of me..\nlashes: @yofavmostwanted “barbie”\nliner: @brianbeautyofficial\nnose chain: @vanessaynichols\n3w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNLd8QhjucY/', 'likes': '12,388 likes', 'age': '2021-04-02T21:46:52.000Z', 'caption': 'tashajuptr\nmedia update: [april 2, 2021]\nliner: @brianbeautyofficial\nmascara: @makeuprevolution 5d mascara #zeroretouchrevolution\n3w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNDsfCMDuov/', 'likes': '2,548 likes', 'age': '2021-03-30T21:20:02.000Z', 'caption': 'tashajuptr\nleftovers from yesterday.. here’s to 21.\n\nproducts used:\n@makeuprevolution pore perfecting primer\n@makeuprevolution affinity palette\n@makeuprevolution 5D mascara\n#zeroretouchrevolution\n3w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CNqaiCAJTp_/', 'likes': '6,149 likes', 'age': '2021-04-14T22:13:32.000Z', 'caption': 'chaylachaylene\npink & blue r so sexy together\n🦋🎀\n1w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CNpziDjpSDM/', 'likes': '1,882 likes', 'age': '2021-04-14T16:32:45.000Z', 'caption': 'chaylachaylene\n🤎🐻\n1w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CNZAWMdJS65/', 'likes': '1,254 likes', 'age': '2021-04-08T03:57:38.000Z', 'caption': 'chaylachaylene\n✨💙\n2w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CMYXJGABucs/', 'likes': '2,488 likes', 'age': '2021-03-14T01:26:11.000Z', 'caption': 'chaylachaylene\n🤍🐄🖤\n6w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CL0RM0opc9l/', 'likes': '2,431 likes', 'age': '2021-02-28T01:01:37.000Z', 'caption': 'chaylachaylene\nFeelin blue 💙✨\n8w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CLS88frpH-w/', 'likes': '6,947 likes', 'age': '2021-02-15T02:29:41.000Z', 'caption': 'chaylachaylene\nOut of alllll of these vday looks, which ones your fave?! 💗\n10w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CLDAcM7p2_3/', 'likes': '1,397 likes', 'age': '2021-02-08T21:52:23.000Z', 'caption': 'chaylachaylene\nMy signature pink look 💗💕\n11w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CK7rkBsJari/', 'likes': '3,105 likes', 'age': '2021-02-06T01:35:16.000Z', 'caption': 'chaylachaylene\nGiving you 🎀doll face🎀\n11w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CK2CuDkJpTC/', 'likes': '1,441 likes', 'age': '2021-02-03T21:02:10.000Z', 'caption': 'chaylachaylene\nVery simple yet very cute 💗🤍\n11w'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COI5USIJpG3/', 'likes': '562 likes', 'age': '2021-04-26T18:19:45.000Z', 'caption': 'caitssdarling\nSpring Fling 🌼💜 this purple and yellow combo with a pop of coral orange is giving me serious summer vibes, where’s the beach and cocktails at? 🏖\n\n42/100\n\nProducts:\n#plouisebase in Vivid Violet & #plouise Secret Sinner Palette\n#abh Iced Out Highlighter & Liquid Lipstick in Spicy*\n#amazonuk Pressed Flowers\n#nyxcosmetics Marshmallow Primer & Born to Glow Foundation in Warm Vanilla\n#annabelleswigs Silver Wig*\nItems * are ad gifted\n\n#flowermakeup #nyxcosmetics_uk #editorialmakeup #editorialbeauty #editoriallook #avantgardemakeup #highfashionmakeup #muaxdiscover #beautybay #beautybaycom #myartistcommunity #springmakeup #makeupideas #creativemakeup\n4h'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COF5W09JpXK/', 'likes': '2,408 likes', 'age': '2021-04-25T14:22:23.000Z', 'caption': 'caitssdarling\nheart eyes for you 😻💙 pastel heart fantasy in today’s look... how gorgeous is my new wig from @wigs_and_co & matching earrings from @thepixiewand 🥺 so stunning 💜\n\n41/100\n\nKey Products\n#sheencosmetics Pastel Liners in Orchid, French Rose, Peach Puff, Ocean & Mellow*\n#tattilashes in Faux Me TL4*\n#makeuprevolution Lip Liner in White Wedding\n#nyxcosmetics Butter Gloss in Tiramisu\nItems * are gifted\n\n#graphicliner #graphiceyeliner #pastelmakeup #creativemakeup #uniquemakeup #100daysofmakeup #editorialbeauty #editoriallook #avantgardemakeup #muaxdiscover #nyxcosmetics_uk #v93oo #modelmalay #highfashionmakeup #beautybaycom #revolutionpro\n1d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COC6lApJGPX/', 'likes': '871 likes', 'age': '2021-04-24T10:35:27.000Z', 'caption': 'caitssdarling\n6 looks in 10 seconds, what’s your favourite? 📞\n\n#creativemakeup #100daysofmakeup #makeupinspo #editorialmakeup #runwaymakeup #ravvebeauty #theartistedit #avantgardemakeup #tiktokmakeup #highfashionmakeup #muaxdiscover #uniquemakeup\n2d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COBDI9GpUjH/', 'likes': '4,816 likes', 'age': '2021-04-23T17:11:40.000Z', 'caption': 'caitssdarling\nchoco swirls 🍫 happy friday everyone, I hope you have a lovely weekend & get to enjoy some sun if it makes an appearance 🤎\n\n39/100\n\nKey Products:\n#mehronmakeup Paradise Paints\n#eldorafalseeyelashes B803 Lashes (CAITLIN20 for 20% off)\n#plouise Read all About It Palette\n#nyxcosmetics Butter Gloss in Fortune Cookie\n#annabelleswigs Platinum Wig\n#graphicliner #graphiceyeliner #100daysofmakeup #avantgardemakeup #avantgardemakeupartist #uniquemakeup #creativemakeup #whitemakeup #makeupinspo #editorialbeauty #highfashionmakeup #theartistedit #v93oo\n3d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COA2MOkpVyE/', 'likes': '1,047 likes', 'age': '2021-04-23T15:18:49.000Z', 'caption': 'caitssdarling\nHead in the Clouds Tutorial in 15 seconds 🌈☁️ using the new @xxrevolution XX Cloud Collection 😻\n\nKey Products:\n#xxrevolution XX Cloud Eyeshadow Palette, Cloud Burst Primer Serum, Cloud Blush in Cirrus & Cloud Highlighter in Haze*\n#revolutionpro Lipstick in Cashmere\n#nyxcosmetics Born to Glow Foundation in Warm Vanilla & Concealer in Alabaster, Lip Liner in Nude Beige\nItems * are ad gifted\n\n#makeuptutorials #rainbowmakeup #colourfuleyeshadow #colorfuleyeshadow #bretmansvanity #makeuprevolution #euphoriamakeup #modelmalay #editorialmakeup #editorialmua #nyxcosmetics_uk #makeuplook\n3d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN-k7lDJNB1/', 'likes': '4,187 likes', 'age': '2021-04-22T18:09:13.000Z', 'caption': 'caitssdarling\nHead in the Clouds ☁️🌈 today I used the new @xxrevolution XX Cloud Collection & obsessed is actually an understatement! 😻 I couldn’t decide what colours to use, so I thought I would use as many as possible cos they are all stunning 🌈\n\n38/100\n\nKey Products:\n#xxrevolution XX Cloud Eyeshadow Palette, Cloud Burst Primer Serum, Cloud Blush in Cirrus & Cloud Highlighter in Haze*\n#revolutionpro Lipstick in Cashmere\n#nyxcosmetics Born to Glow Foundation in Warm Vanilla & Concealer in Alabaster, Lip Liner in Nude Beige\n\nItems * are ad gifted\n\n#rainbowmakeup #colourfuleyeshadow #colorfuleyeshadow #bretmansvanity #editorialmakeup #avantgardemakeup #makeuplook #highfashionmakeup #euphoriamakeup #makeuprevolution #nyxcosmetics_uk #modelmalay #theartistedit #v93oo\n4d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN-aZSopmx4/', 'likes': '556 likes', 'age': '2021-04-22T16:37:33.000Z', 'caption': 'caitssdarling\nperfect smokey nudes in 20 seconds using @mavenbeauty AD 🤎\n\nI used:\n\nMaven Basic Beat Cream Eyeshadow Base in Alpaca\nWaterproof Liquid Eyeliner in Brown\nMaven Basic Beat Eyeshadow Palette in Soft Blend, Medium Blend, Bold Blend & Define\nMaven Highlighter in Dripped Out\nMaven Lipstick in Buena\n\n- sold exclusively at FashionNova.com\nmavenbeautypartner\n\n#mavenbeauty #smokeyeyeshadow #glowyskin #fullglam #nudemakeup #100daysofmakeup #smokeyeye #muaxdiscover #smokeyeye #cutcrease #editorialbeauty\n4d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN8BOk_JKjq/', 'likes': '3,153 likes', 'age': '2021-04-21T18:18:45.000Z', 'caption': 'caitssdarling\na smokey graphic wing & ombré eye using @mavenbeauty AD 🤎\n\nI used:\n\nMaven Basic Beat Cream Eyeshadow Base in Alpaca\nWaterproof Liquid Eyeliner in Brown\nMaven Basic Beat Eyeshadow Palette in Soft Blend, Medium Blend, Bold Blend & Define\nMaven Highlighter in Dripped Out\nMaven Lipstick in Buena\n\n- sold exclusively at FashionNova.com\nmavenbeautypartner AD\n\n#mavenbeauty #nudemakeup #nudeeyeshadow #graphiceyeliner #fullglam #glowyskin #smokeyeye #brownmakeup #cutcrease #muaxdiscover #editorialbeauty #100daysofmakeup #makeuplook #makeupinspo #undiscoveredmuas #v93oo #modelmalay #theartistedit\n5d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN7tCStpnva/', 'likes': '932 likes', 'age': '2021-04-21T15:22:29.000Z', 'caption': 'caitssdarling\na recap of some recent looks in 15 seconds 🌼🤍 what ones your favourite? 🦋\n\n#editorialmakeup #runwaymakeup #highfashionmakeup #editorialmakeup #makeuplooks #editorialmua #springmakeup #summermakeup #colorfulmakeup #graphicliner #100daysofmakeup #makeuptutorial #muaxdiscover #uniquemakeup #mehronmakeup #theartistedit\n5d'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNslGSrpMr0/', 'likes': '939 likes', 'age': '2021-04-15T18:24:37.000Z', 'caption': 'justjadelauren\nSo I turned myself into Sandy from Grease❤️ What do you guys think?🤔\n\nKey Products 👇🏼\n@beautybaycom EYN nude palette\n@thekatvond ‘Outlaw’ lipstick\n@thekatvond liquid black liner\n@lolaslashesofficial in the style ‘moonstone’\n*products have been gifted* #sandy #grease #hopelesslydevotedtoyou #makeuplooks\n1w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNdNGQrpUZD/', 'likes': '8,005 likes', 'age': '2021-04-09T19:06:01.000Z', 'caption': 'justjadelauren\nPurple Rain ☔️\n\nHair ib: @jennseren\nFollow @justjadelauren for more 👀\n\nThese pics were taken in my bathroom before I decided to climb into the tub for a shoot and ruin this entire makeup, hair and outfit 🥴 Which do you prefer? Filter or no filter? 💜\n\nKey products used⬇️\n@barrymcosmetics intrigued eyeshadow\n@plouise_makeup_academy vivid violet base\n@beautyblvd real Ronnie liquid lipstick as eyeliner\n@tatti_lashes TL6\n@pinkhoneyuk super hold\n@__dollbeauty_ like a diamond and shine bright\n2w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNSqNEZJGhw/', 'likes': '1,388 likes', 'age': '2021-04-05T16:49:04.000Z', 'caption': 'justjadelauren\nDojii stop clowning around 🤡💜\n\nMakeup inspired by @greta.mikki and @mmmmitchell\n\nI hope you’ve all had a lovely bank holiday weekend and Easter! Check out the product list for this look on my recent post 👀 #aprilfoolsday #clownmakeup #makeuplooks #clowncheck #undiscoveredmuas\n3w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNIlYWgpoFw/', 'likes': '1,519 likes', 'age': '2021-04-01T18:54:09.000Z', 'caption': 'justjadelauren\nHappy 1st April Fools 🤡💜\n\nInspired by @abbyroberts @greta.mikki @mmmmitchell\n\nDid you pull any pranks today? Follow @justjadelauren for more 👀\n\nKey Products👇🏼\n@laroc_cosmetics the artistry book\n@tatti_lashes TL4\n@soulsistercosmetics sis pigment\n@mehronuk paints\n@lorealparis true match\n@barrymcosmetics all night long concealer\n@yslbeauty foundation stick for contour\n@pinkhoneyuk super hold\n\nCode ‘LFTFJADEH’ on @lookfantastic website 💜\n3w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNDckhapAgM/', 'likes': '1,061 likes', 'age': '2021-03-30T19:00:58.000Z', 'caption': 'justjadelauren\nNudes 🤎🤍\n\nMakeup by @glowbychloegibbons\n3w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMxVcSvpSHQ/', 'likes': '1,955 likes', 'age': '2021-03-23T18:13:22.000Z', 'caption': 'justjadelauren\nI didn’t realise reels could only be 30 seconds long so head on over to my tiktok to watch the rest of this tutorial and find out how I achieved the milk bath 💜 #godisawoman #purplerain #makeupartist #makeuptutorial #milkbath\n4w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMuvPy0JNEn/', 'likes': '3,276 likes', 'age': '2021-03-22T18:00:07.000Z', 'caption': 'justjadelauren\n𝕲𝖔𝖉 𝖎𝖘 𝖆 𝖜𝖔𝖒𝖆𝖓 💜\n\nInspired by @arianagrande’s music video in support of @beautyblvd #womenshistorymonth campaign 🙌🏼\n\nHair and bath ib: @jennseren\nEdit ib: @ellejamesmakeup\n\nUsing @beautyblvd Mattitude Lip Liquid in the shade ‘Real Ronnie’ for eyeliner\nMattitude Lip Liquid in the shade ‘Miss Serenity’ on the lips and cheeks\nDiamond Ligloss in the shade ‘Adorn’\n\nShop all products using ‘JADE’ for 20% off! #beautyblvd #internationalwomensday #bossbabe #godisawoman #arianagrande #femaleempowerment\n5w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMNRgDLJHdM/', 'likes': '1,313 likes', 'age': '2021-03-09T18:05:15.000Z', 'caption': 'justjadelauren\n🧚🏼 𝔏𝔢𝔭𝔯𝔢𝔠𝔥𝔞𝔲𝔫 🧚🏼\u200d♀️\n\nMakeup inspired by @aphitenza ✨\n\nFollow @justjadelauren for more 👀\n\nHere’s some bad b fairy vibes for a St.Patrick’s day makeup look 🍀 I really wish I had coloured hair spray to complete this look but here’s the edited version instead 🥴 Which one do you prefer? 💚\n\nProducts used👇🏼\n@pinkhoneyuk super hold\n@primark.beauty emerald kohl pencil\n@barrymcosmetics hi viz green eye pencil\n@nycluckychick gold mine liquid eyeshadow\n@bperfectcosmetics X @staceymariemua XL carnival palette\n@beautyblvd ysmeina glitter eyeshadow\n@angellashes_uk 24K pigment\n@fabulash_cosmeticsx ‘Queen’ lashes cut in half\n@tatti_lashes X @mmmmitchell bottom lashes\n@lorealparis true match foundation\n@yslbeauty foundation stick for cream contour\n@narsissist soft matte concealer\n@barrymcosmetics all night long concealer\n@lagirlcosmetics orange concealer\n@maybelline life’s a peach blush\n@__dollbeauty_ highlight\n@morphebrushes bite me lip pencil\n@sleekmakeup locked up lip liner\n@shadesoflondon spiced rum\n\n#kashbeauty #kashgold #keilidhmua\n6w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMAcVjSpU01/', 'likes': '1,559 likes', 'age': '2021-03-04T18:29:49.000Z', 'caption': 'justjadelauren\nPop of green, keeps ‘um keen 💚\n\nMakeup modelling for the amaze @glowbychloegibbons 😍\n7w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/COGQmBYjdT4/', 'likes': '6,221 likes', 'age': '2021-04-25T17:45:26.000Z', 'caption': 'babenexttdoor\n✖️DOTS✖️\nHappy Sunday 💖\nIb @beautybypeach\n::\n::\n#shapes #graphicliner #pokerdots #editorialblk #editorialmakeup #editorialbeauty #colouredlashes\n1d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CODnaWYDZKv/', 'likes': '11,704 likes', 'age': '2021-04-24T17:07:06.000Z', 'caption': 'babenexttdoor\n✖️FELINE✖️\nGraphic liner has been my obsession every since I knew about it , I find it exciting & fun even tho most of the time am not breathing in other to assure a straight line 😅 , i love editorials because they help me see past the norms and also try something new even tho “it might not be aesthetically pleasing for everyone “ and that arts , an impulse of freedom & relief ..... I finally wrote a caption 😅🤭 thank you and thank you again for the love much needed I need to bit open for once I love you all 💖\n::\n::\nProduct Oh it giving what it should GAVE!\n::\nIb; @byjeannine\n🏷 🏷🏷🏷\nSKIN PREP\nRose water ; @mariobedescu\nMoisturizer ; vegan milk @milkmakeup\nPrimer; hydro grip @milkmakeup\nIlluminator ; @dannessamyricks in radiance\n\nBASE;\nFoundation; @maybelline super stay caramel\nConcealer; @milkmakeup flex\nPowder; @milkmakeup\nBlush; @elfcosmetics\nHighlighter; @icywifeycosmetics foxy brown\n\nEyes\nBrows; I used a black shadows from my @morphecosmetics dare 2 create\nMascara ; kush by @milkmakeup\nLiner; @icywifeycosmtics\n\nLips; @maccosmetics photos\nLiner; @inglot_cosmetics\nGloss; clear gloss\n::\n::\n#agraphicliner #editorial #editorialbeauty\n#editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #aboutface #studiofam #springmakeup #brightmakeup #colourfulmakeup #studiofam #hydraliner #suvacreatorquest #morphebabe\n2d'},{'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/COBD1VLj2qt/', 'likes': '11,624 likes', 'age': '2021-04-23T17:17:43.000Z', 'caption': 'babenexttdoor\nOkay she’s edgy 🥵\nAlmost done posting these graphic liner from the reels I made ,bare with me I did 17 looks 🥵 , thank you for the l response to my dm’s am a going little less emotional😅\n::\n::\nIb @blondetaki\n::\n::\n#graphicliner #feline #drappedblusher #editorial\n3d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN74aq6DWWS/', 'likes': '6,165 likes', 'age': '2021-04-21T17:01:46.000Z', 'caption': 'babenexttdoor\n🐙 🐚🌸\nIb ; @glamxbrit 💝\n::\n::\n🏷🏷🏷;\nEyeshadow ; @ibeautifi_ Cindy pallete\nLiners @suvabeauty hydra liner\nLips @milkmakeup electric lip plumper\nSKIN PREP\nRose water ; @mariobedescu\nMoisturizer ; vegan milk @milkmakeup\nPrimer; hydro grip @milkmakeup\nIlluminator ; @dannessamyricks in radiance\n\nBASE;\nFoundation; @maybelline super stay caramel\nConcealer; @milkmakeup flex\nPowder; @milkmakeup\nBlush; @elfcosmetics\nHighlighter; @icywifeycosmetics foxy brown\n\nMascara ; kush by @milkmakeup\n::\n#agraphicliner #editorial #editorialbeauty\n#editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #aboutface #studiofam #springmakeup #brightmakeup #colourfulmakeup #studiofam #hydraliner #suvacreatorquest #morphebabe\n5d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN5ULf_jAxC/', 'likes': '12,279 likes', 'age': '2021-04-20T17:06:38.000Z', 'caption': 'babenexttdoor\n✖️FELINE✖️\nAm considering bleaching my brows 🤭 and am obsessed with this look! We hit 70k already thank you so much💝⚡️\nGiveaway coming soon\n::\n::\n#bleachedbrows #graphicliner #feline #editorial #editorialbeauty #runwaymakeup #theartistedit #voguemagazine #darkart #gothic\n6d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN2v9lejpKt/', 'likes': '13,124 likes', 'age': '2021-04-19T17:13:50.000Z', 'caption': 'babenexttdoor\nI really do not have caption lol 💝🙈\nProduct details would be updated 🌸\n#graphicliner #bantuknots #editorialmakeup #beautyeditorial #reels\n1w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN0KQMSDe_u/', 'likes': '7,723 likes', 'age': '2021-04-18T17:03:42.000Z', 'caption': 'babenexttdoor\n✖️RETRO FUTURISM✖️\nI tried a different aesthetics with multitalented @stephs_monolids please check her out⚡️⚡️\nIb; @deemakeupart @junobirch\nFace paint\n@mehronmamakeup\nLashes\n@icywifeycosmetics pride lashes\nHair;\n@nubiianhair\n::\n::\n#retrofuturism #alienmakeup #planether #creativemakeup\n1w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN0Gi9SjTU9/', 'likes': '9,320 likes', 'age': '2021-04-18T16:35:21.000Z', 'caption': 'babenexttdoor\n✖️RETRO FUTURISM✖️\nHey guys this look is a collab with the multitalented @stephs_monolids (photos dropping soon) please check her out she’s AMAZE BALLS🥵\nLet’s excuse the fact that am acting like am in a Music video 😂😂 anyways I hope you like it I got to try a new aesthetics 😍 product details would be listed in the image post , happy Sunday! My only fans for tutorial would be up by this weekend 💝💝\n::\n::\nIb @deemakeupart & @junobirch 🦋\n::\n::\n#retrofuturism #alienlife #alienmakeup #junobirch #facepainting #reels\n1w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CNxmAfiDCmK/', 'likes': '14,384 likes', 'age': '2021-04-17T17:08:30.000Z', 'caption': 'babenexttdoor\n✖️GLOSSY✖️\nServing you with a little bit of editorial\n::\n::\n🏷 🏷🏷🏷\nSKIN PREP\nRose water ; @mariobedescu\nMoisturizer ; vegan milk @milkmakeup\nPrimer; hydro grip @milkmakeup\nIlluminator ; @dannessamyricks in radiance\n\nBASE;\nFoundation; @maybelline super stay caramel\nConcealer; @milkmakeup flex\nPowder; @milkmakeup\nBlush; @elfcosmetics\nHighlighter; trophy wife @fentybeauty\nBlush @juviasplace\n\nEyes\nShadow @meltcosmetics mixed with clear gloss by @maccosmeticsafrica\nMascara ; kush by @milkmakeup\n\nLips; @milkmakeup electric lip plumper\nLip Liner; @drugstore\n::\n::\n#glossylids #editorial #editorialbeauty\n#editorialmakeup #graphiceyeliner #muaxdiscover #fentybeauty #311makeup #v93oo #aboutface #studiofam #editorialblk #brightmakeup #chocolatemakeup #studiofam #hydraliner #juviasplace #suvacreatorquest #morphebabe #maccosmetics #fingerwaves\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CODoF2-JYP9/', 'likes': 'None', 'age': '2021-04-24T17:15:36.000Z', 'caption': 'beatsbydeb\nBling BLING💎\n__________\nI was extremely inspired by the BOMB @jarrytheworst 😍\n__________\nMAJOR DEETS ⤵️\nHair: @tressesbymvllibu\nEyeshadow Base 4 @plouise_makeup_academy\nColors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics\nAcid Reign Base @plouise_makeup_academy\nRhinestones @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nBlurring Primer @lauramercier\nFoundation “Tahoe” @narsissist\nConcealer 13 @juviasplace\nContour “Chocolat” (foundation stick) @blackopalbeauty\nTranslucent Setting Powder @lauramercier\nIce Me Out Loose Highlighter @beatsbydebcosmetics\nLippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics\nBling Hoops @beatsbydebcosmetics\nOutfit: @shopakira\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #cutcreasemakeup #cutcrease #lauramercier\n2d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/COBEC5kJk0q/', 'likes': 'None', 'age': '2021-04-23T17:19:59.000Z', 'caption': 'beatsbydeb\nmy bestie reaction got me hype😍💃🏽*she has never worn a wig before yall, she in love😂*\n_________\nSo basically I been wanting to put a wig on her for a few months now 😭 We finally had some time to do this and it turned out BOMBBB😍 Also, im no professional, and nope i dont take clients anymore 😂\n\nNow dont get me wrong, her locs are gorgeous! She is in between retwists so I’m like perfect we throwin on a wig. She’s been natural literally her whole life so a little change is always welcomed and I have straight up created a monster😂👏🏽 baby a baddie and SHE KNOW IT! Before AND After PURRRR💅🏽 Follow her @__special_kay\n___________\nMAKEUP DEETS⤵️\nWig: @alexisjeanellcollection\nGot2b Glue @got2b\nMousse @shea__moisture\nEdge Band @mywigclosett\nBrow Pencil “Ebony” @anastasiabeverlyhills\nConcealer @beautybakeriemakeup use code “beatsbydeb”\nFoundation @lancomeofficial\nTranslucent Setting Powder @lauramercier\nContour “Zambia” @juviasplace\nPowder Foundation (contour powder) 420 @fentybeauty\nLashes “Bad B” Medium Lash Book @beatsbydebcosmetics\nLippie “Spice” Lip Liner @beatsbydebcosmetics\nLipstick Palette @anastasiabeverlyhills\nGloss “Bubble” @beatsbydebcosmetics\nMiami Beach Loose Highlighter @beatsbydebcosmetics\nSong: Come Through @hermusicofficial\n___________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #wiginstall #lacefrontwigs #lacewigs #lacefrontal #makeover\n3d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CN761spJSP0/', 'likes': '18,400 likes', 'age': '2021-04-21T17:22:56.000Z', 'caption': 'beatsbydeb\nas you can see... i like bling 💎\n__________\n*Disclaimer- YES I WORE MY MASK! I only took it off for 3 minutes, where others weren’t around to snap a few pictures.*\nMAJOR DEETS ⤵️\nHair: @tressesbymvllibu\nEyeshadow Base 4 @plouise_makeup_academy\nColors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics\nAcid Reign Base @plouise_makeup_academy\nRhinestones @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nIce Me Out Loose Highlighter @beatsbydebcosmetics\nLippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics\nBling Hoops @beatsbydebcosmetics\nOutfit: @shopakira\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #wiginstall #lacewigs #shopakira\n5d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CN5US7IJEIE/', 'likes': 'None', 'age': '2021-04-20T17:17:43.000Z', 'caption': 'beatsbydeb\nICE ME OUT TUH💅🏽💎\n___________\nOkay so I was in such a rush doing this look! I wanted to film another talk through, but I was leaving😢 *AHHHH I WAS INSPIRED BY THE BOMB @jarrytheworst *ALSO it didn’t turn our quite how I wanted buttttt it was still alright😅 Anywhooo watch my eyes disappear from how heavy my freakin lids were LAWD😩\n__________\nMAJOR DEETS ⤵️\nHair: @tressesbymvllibu\nEyeshadow Base 4 @plouise_makeup_academy\nColors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics\nAcid Reign Base @plouise_makeup_academy\nRhinestones @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nBlurring Primer @lauramercier\nFoundation “Tahoe” @narsissist\nConcealer 13 @juviasplace\nContour “Chocolat” (foundation stick) @blackopalbeauty\nTranslucent Setting Powder @lauramercier\nIce Me Out Loose Highlighter @beatsbydebcosmetics\nLippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics\nBling Hoops @beatsbydebcosmetics\nOutfit: @shopakira\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #cutcreasemakeup #cutcrease #lauramercier\n6d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CN2u-E2psB0/', 'likes': '42,707 likes', 'age': '2021-04-19T17:03:07.000Z', 'caption': 'beatsbydeb\na real life mermaid🧜🏽\u200d♀️\n__________\nA tutorial coming tomorrow but for now, enjoy this snippet from TikTok😍 Makeup Deets coming on tomorrow’s post!\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #wiginstall #lacewigs #lacefrontwigs #lacefrontal\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNx1-UJJBLX/', 'likes': '28,944 likes', 'age': '2021-04-17T19:28:01.000Z', 'caption': 'beatsbydeb\nwhat I’ve been doing in my free time #glasspainting 🧡\n___________\nSo basically my fam loves anime. Me and my man have been watching a bunch together lately, so for V-day I did this collage of some of our favs! We had a covid-safe vday and cooked together anddd decided to make eachother some art instead of crazy gifts! He was so shocked🥺🥰\n\nIt came out sooo dope that my Twin bro @obejays wanted one! I decided to do it for our 22nd bday, butttt I kept procrastinating 🤣 FINALLY finished it a few days ago... a month late but better than never💀 So glad he loved it!\n\nDo things that make you happy love! My two favorite boys are special and I thought this would be so relaxing and fun, which it was😁👏🏽 Have been super unmotivated lately so surround yourselves with ppl you love💓\n_____________\n#beatsbydeb #anime #blackmuas #blackmakeupartist #blackmua #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #animeart #animeglasspainting\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNp32Qxpb58/', 'likes': '36,797 likes', 'age': '2021-04-14T17:10:28.000Z', 'caption': 'beatsbydeb\nsunset goddess🍊🌻🌅\n____________\nWOW! Such an overwhelming response from yesterday’s swipe over talk through tutorial 🧡 Thank you all for the love like sheeeshhh! Over 700 comments in 24 hours is AMAZING! Love y’all new look otw👀\n____________\nMAKEUP DEETS:\nEyeshadow Base 3 @plouise_makeup_academy\nEyeshadow Palette COMING SOON 👀 @beatsbydebcosmetics\nMakeup Wipes @glamlite\nBlank Canvas Base @plouise_makeup_academy\nCut Crease Brush @beatsbydebcosmetics\nRhinestones @beatsbydebcosmetics\nEverything Glue @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nMascara @hudabeauty\nMattifying Primer @fentybeauty\nFoundation @hudabeauty\nConcealer “Tan Sand” @tartecosmetics\nSetting Powder @beautybakeriemakeup\nBlush (eyeshadow ^^^)\nLippie:\n“Spice” Liner @beatsbydebcosmetics\n“Milk Chocolate” Liquid Lipstick @beatsbydebcosmetics\nGloss Bomb Cream @fentybeauty\nMiami Beach Loose Highlighter @beatsbydebcosmetics\nCustom Wig @mywigclosett\n____________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #blackgirlmakeup #blackgirlmagic #makeupformelanin #melaninqueen #sunsetmakeup #hudabeauty #fentybeauty #fentyglossbomb #blackmua #blackmakeupartist\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNnUkGYJGPX/', 'likes': '45,112 likes', 'age': '2021-04-13T17:23:40.000Z', 'caption': 'beatsbydeb\nno music, no fancy transitions... a real TALK THROUGH TUTORIAL👏🏽 #swipe\n___________\nI am SO glad excited to post this! I’ve been wanting to post this type of tutorial for soooo long👏🏽 Please please COMMENT YOUR THOUGHTS! I would really love to know how you all like this..? I loveeee talking as you can see🤣 Lmk how you like this look! I loved it😩😍 It’s time to start filming again👏🏽\n____________\nMAKEUP DEETS (slide by slide):\nEyeshadow Base 3 @plouise_makeup_academy\nEyeshadow Palette COMING SOON 👀 @beatsbydebcosmetics\nMakeup Wipes @glamlite\nBlank Canvas Base @plouise_makeup_academy\nCut Crease Brush @beatsbydebcosmetics\nRhinestones @beatsbydebcosmetics\nEverything Glue @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nMascara @hudabeauty\nMattifying Primer @fentybeauty\nFoundation @hudabeauty\nConcealer “Tan Sand” @tartecosmetics\nSetting Powder @beautybakeriemakeup\nBlush (eyeshadow ^^^)\nLippie:\n“Spice” Liner @beatsbydebcosmetics\n“Milk Chocolate” Liquid Lipstick @beatsbydebcosmetics\nGloss Bomb Cream @fentybeauty\nMiami Beach Loose Highlighter @beatsbydebcosmetics\nCustom Wig @mywigclosett\n____________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #blackgirlmakeup #blackgirlmagic #makeupformelanin #melaninqueen #sunsetmakeup #hudabeauty #fentybeauty #fentyglossbomb #blackmua #blackmakeupartist\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNkvWC6JO0Q/', 'likes': '43,552 likes', 'age': '2021-04-12T17:21:56.000Z', 'caption': 'beatsbydeb\nthis hair got me feelin like SPRING HERSELF 🌻🍊\n___________\nCustom Wig @mywigclosett\nLace Glue @hairsofab\nGlue Spray @got2b\nLOOK COMING TOMORROW!\n___________\n#beatsbydeb #beatsbydebcosmetics #wiginstall #lacefrontwigs #melaninmagic #melaninmakeup #wigsforblackwomen #melaninpoppin #makeupforblackwomen #blackgirlmagic #blackgirl #blackgirlmakeup #blackmakeupartist #lacewigs\n2w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/COI-DSXJGHX/', 'likes': '4,064 likes', 'age': '2021-04-26T19:01:07.000Z', 'caption': 'iamkaylabeauty\n“Flower child, beautiful child I’m in your zone” 🌸🌺🌹🌷💐✨\n\nSpring time collab with my boo boo @shawtycynthia_makeup !! Loved doing this with her!! Be sure to follow and show her support guys!! 🌷💕💐🌹✨\n\nProduct Details:\nPonytail from @insertnamehere style “Shayla”\n\nNose cuffs from @dasannispeakswirejewelry styles “Eden” & “Badu”\n\nNails from @nefertariinails\n\nChain from @sheinofficial\n\nAll flowers from @dollartree\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax\n@mavenbeauty liquid liner “Brown”\n\nEyes:\n@juviasplace Eye Primer “Shade 1”\n@morphebrushes 35XO palette shade “Come Here Often”\n@colourpopcosmetics “Uh-Huh Honey” palette shade “Sweet Pot”\n@glamourvault Sun Sign loose pigment (Use code “Kaylabeauty15” for $$ off!)\n\nLashes:\n@shoplustingambition lash trio\n@milkmakeup Kush mascara\n\nBase:\n@milkmakeup Hydro Grip Primer\n@hudabeautyshop #fauxfilterfoundation shade “Cinnamon”\n@colourpopcosmetics No Filter Concealer shade “Medium Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder shade “Cool Caramel”\n@fruitscosmetics loose pigment shade #8\n@beatsbydebcosmetics loose highlighter “Miami Beach”\n\nLips:\n@maybelline Smokey Gel Liner “Smokey Brown”\n@pop_beauty Permanent Pout Liquid Lip Colour “Butter Babe”\n•••••••••••••••••••••••••••••\n#springtimemakeup #springtime #flowerpower #flowers #makeupforblackwomen #barbs #makeupcollab #bejewelednails #highponytail #melaninmakeup #melaninbeautiesunite #uniquemakeup #advantegarde #springglam #milkmakeup #boldmakeup #eazedrop @fentybeauty #hudabeauty #hudaboss #fentybeauty\n4h'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/COGZbEGJtiY/', 'likes': '1,822 likes', 'age': '2021-04-25T19:02:35.000Z', 'caption': 'iamkaylabeauty\n⚔️💕\n\nQuestion: y’all getting super villain or super hero vibes from this? I’m def getting super villain 😩 and I’m okay with it! What would my super hero/villain name be? 🤔\n\nProduct Details:\nBrows:\n@mavenbeauty liquid liner: “Brown”\n\nEyes:\n@nyxcosmetics Epic Wear Waterproof Eye & Body liquid liners: “Silver Metal”\n@nyxcosmetics Liquid Ink Liner “Black”\n@nyxcosmetics Epic Wear Pencil “Pink Spirit”\n\nLashes: @beatsbydebcosmetics style “Deb”\n\nBase:\n@milkmakeup hydrogrip primer\n@fentybeauty Eaze Drops: “18”\n@colourpopcosmetics No Filter Concealer: “Medium Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@onesize Turn Up The Base Versatility power “Dark 4”\n@fruitscosmetics loose pigment: “8”\n@beatsbydebcosmetics loose highlighting powder: “Ice Me Out”\n\nLips:\n@maybelline Smokey Gel Pencil “Smokey Brown”\n•••••••••••••••••••••••••••••\n#nyxcosmeticspartner #makeitepic #liquidliner #graphicliner #supportblackbeauty #makeupforblackwomen #goldhoops #blackhair #volumelashes #wispielashes #symmetrical #symmetry #extramakeup #selfcare #glam #symmetry #advantgarde #silverjewelry #makeupforever #makeupforblackwomen @nyxcosmetics @milkmakeup #eazedrop\n1d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN-q_WUp8mk/', 'likes': '8,421 likes', 'age': '2021-04-22T19:02:19.000Z', 'caption': 'iamkaylabeauty\nMidas Touch ⚱️✨\n\nMidas touch ⚱️✨\n\nLooks inspired by @e.bmakeupxx ✨\n\nProduct Details:\nHair from @sdamey_humanhair\n\nNails from @theenailbeautyco\n\nNose Cuffs from the @dasannispeakswirejewelry x @iamkaylabeauty Diamond Collection styles “MAJESTY” and “DEA” (USE MY CODE “KAYLABEAUTY10” FOR $$ OFF!)\n\nEarrings from @forever21\n\nRings from @sheinofficial\n\nBrows:\n@kvdbeauty 24 hour super brow pomade: “Bleached”\n@colourpopcosmetics Feather Effect Brow Wax: “Clear”\n\nEyes:\n@juviasplace eye primer: “Shade 1”\n@shanel_cosmetics The Carnival Palette\n@thebeautybar.cosmetics “Champagne Mami” and “Koffee”\nGold flakes from @amazon\n@maybelline Smokey Gel pencil “Smokey Black”\n\nLashes:\n@shoplustingambition lash trio (last lash)\n@makeupamurder Evidence Marker Lashes: “5” (cut up as bottom lashes) (USE MY CODE “Kaylabeauty” FOR $$ OFF!)\n\nBase:\n@hudabeautyshop #fauxfilterfoundation: “Cinnamon”\n@colourpopcosmetics No Filter Concealer “Medium Dark 36”\n@juviasplace eye primer “Shade 1”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@dkybeauty_ loose powder “#5”\n@onesize Turn Up The Base Versatility Powder: “Dark 4”\n@fruitscosmetics loose pigment: “#8”\n@beatsbydebcosmetics loose powder highlighter: “Ice Me Out”\n\nLips:\n@ilmakiage Long Wear Eye Pencil - “Batman”\n@hudabeautyshop Matte Lipstick “El Cinco De Mayo”\n•••••••••••••••••••••••••••••\n#makeupcollab #supportblackbeauty #supportblackownedbusinesses #makeupforblackwomen #advantgarde #royalty #blackroyalty #midastouch #redlipstick #hudabeautyshop #royaltynails #golddrip #queen #blackqueen👑 #bleachedbrows #nosecuffs #nosechains #majesty #blackroyals #crown #goldcrown #theshaderoom #goldmakeup @theshaderoom\n4d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN8GRflJ_0-/', 'likes': '8,287 likes', 'age': '2021-04-21T19:02:51.000Z', 'caption': 'iamkaylabeauty\nMidas touch ⚱️✨\n\nRoyalty nail collab with @riostellaa (King of the Darkness), and @theequeen_kee (Queen of Candy Land). Make sure to show their posts love y’all! Nails by @theenailbeautyco\n✨🏆\n\nLooks inspired by @e.bmakeupxx 😍\n\nProduct Details:\nHair from @sdamey_humanhair\n\nNails from @theenailbeautyco\n\nNose Cuffs from the @dasannispeakswirejewelry x @iamkaylabeauty Diamond Collection styles “MAJESTY” and “DEA” (USE MY CODE “KAYLABEAUTY10” FOR $$ OFF!)\n\nEarrings from @forever21\n\nRings from @sheinofficial\n\nBrows:\n@kvdbeauty 24 hour super brow pomade: “Bleached”\n@colourpopcosmetics Feather Effect Brow Wax: “Clear”\n\nEyes:\n@juviasplace eye primer: “Shade 1”\n@shanel_cosmetics The Carnival Palette\n@thebeautybar.cosmetics “Champagne Mami” and “Koffee”\nGold flakes from @amazon\n@maybelline Smokey Gel pencil “Smokey Black”\n\nLashes:\n@shoplustingambition lash trio (last lash)\n@makeupamurder Evidence Marker Lashes: “5” (cut up as bottom lashes) (USE MY CODE “Kaylabeauty” FOR $$ OFF!)\n\nBase:\n@hudabeautyshop #fauxfilterfoundation: “Cinnamon”\n@colourpopcosmetics No Filter Concealer “Medium Dark 36”\n@juviasplace eye primer “Shade 1”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@dkybeauty_ loose powder “#5”\n@onesize Turn Up The Base Versatility Powder: “Dark 4”\n@fruitscosmetics loose pigment: “#8”\n@beatsbydebcosmetics loose powder highlighter: “Ice Me Out”\n\nLips:\n@ilmakiage Long Wear Eye Pencil - “Batman”\n@hudabeautyshop Matte Lipstick “El Cinco De Mayo”\n•••••••••••••••••••••••••••••\n#makeupcollab #supportblackbeauty #supportblackownedbusinesses #makeupforblackwomen #advantgarde #royalty #blackroyalty #midastouch #redlipstick #hudabeautyshop #royaltynails #golddrip #queen #blackqueen👑 #bleachedbrows #nosecuffs #nosechains #majesty #blackroyals #crown #goldcrown #theshaderoom #goldmakeup @theshaderoom\n5d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN5nslZJX6w/', 'likes': '4,757 likes', 'age': '2021-04-20T19:57:11.000Z', 'caption': 'iamkaylabeauty\nGraphic Liners for the win! 🙏🏾😍\n\nDid this look a while back and I’m OBSESSED with it! I use the new @nyxcosmetics Epic Wear liners to achieve this look! They’re easy to apply, pigmented, and waterproof? 😍✨\n\nProduct Details:\nBrows:\n@mavenbeauty liquid liner: “Brown”\n\nEyes:\n@nyxcosmetics Epic Wear Waterproof Eye & Body liquid liners: “Fuchsia” & “Teal”\n\nLashes: @beatsbydebcosmetics style “Deb”\n\nBase:\n@milkmakeup hydrogrip primer\n@fentybeauty Eaze Drops: “18”\n@colourpopcosmetics No Filter Concealer: “Medium Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@onesize Turn Up The Base Versatility power “Dark 4”\n@fruitscosmetics loose pigment: “8”\n@beatsbydebcosmetics loose highlighting powder: “Ice Me Out”\n\nLips:\n@maybelline Smokey Gel Pencil “Smokey Brown”\n•••••••••••••••••••••••••••••\n#nyxcosmeticspartner #makeitepic #liquidliner #graphicliner #supportblackbeauty #makeupforblackwomen #goldhoops #blackhair #volumelashes #wispielashes\n6d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN282CPJKsg/', 'likes': '8,791 likes', 'age': '2021-04-19T19:04:15.000Z', 'caption': 'iamkaylabeauty\nMint Condition ❄️✨\n\nHappy Monday babes! This the new color I post on my story 😍 do y’all like? Details will be on my story shortly!\n\nProduct Details:\n\nWig details will be posted on my stories soon!\n\nNose cuffs from @dasannispeakswirejewelry styles “Zariah” and “Infinite” use my code “Kaylabeauty10” for $$ off!\n\nNecklace from @sheinofficial\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax: “Clear”\n\nEyes:\n@makeupamurder Burner Phone palette: “OMG”\n@morphebrushes x @nikitadragun palette: “Nasty”\n@makeupamurder Pastel Poison Neon Pigments - Pastel Green\n@nyxcosmetics Epic Wear “Blue Trip”\n\nLashes:\n@shoplustingambition lash trio (top row)\n\nBase:\n@hudabeautyshop #fauxfilterfoundation: “Cinnamon”\n@colourpopcosmetics No Filter Concealer: “Medium Dark 36”\n@juviasplace Eye Primer: “Shade 1”\n@colourpopcosmetics No Filter Setting Powder: “Translucent Caramel”\n@onesize Turn Up The Base Versatility Powder: “Dark 4”\n@fruitscosmetics loose pigment: “8”\n@beatsbydebcosmetics loose highlighting powder: “Ice Me Out”\n\nLips:\n@maybelline Tattoo Studio Smokey Gel Pencil: “Smokey Brown”\n•••••••••••••••••••••••••••••\n#mintgreenhair #lightbluehair #syntheticwigs #makeupforblackwomen #baddiebeat #slay #supportblackbeauty #melaninpoppin #makeupamurder #hudabeauty #anastasiabeverlyhills #orangeblush #nosecuffs #blindinghighlight #overlinedlips #goldjewelry #simplebeat #30mmlashes\n1w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CNxzF6QJXz5/', 'likes': 'None', 'age': '2021-04-17T19:12:48.000Z', 'caption': 'iamkaylabeauty\nHow to: Wallet Friendly Brows\n\nHey guys! Here’s a little video comparing my new brow routine to my old routine! I achieve bomb, AFFORDABLE fluffy brows using @colourpopcosmetics new Feather Effect Brow Wax in “Clear” and their Boss Brow Pencil in “Soft Black”\n\nI’ll be posting a more in-depth tutorial soon!\n____________________________\n#colourpopmeblack #colourpopambassador #colourpopcosmetics #brows #fluffybrows #bushybrow\n1w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CNvOBaeJ5LT/', 'likes': '8,732 likes', 'age': '2021-04-16T19:00:38.000Z', 'caption': 'iamkaylabeauty\nOh you fancy, huh? 💅🏾💇🏾\u200d♀️🙆🏾\u200d♀️💚✨\n\nCut crease inspired by @itskaijasmine\n\nLiner detail was inspired by a look I saw months ago. I don’t remember who created the look but she bodied it!! Tag her recognize the style please!\n\nHead Scarf:\n@izayla_\n\nHair from @sdamey_humanhair\n\nNose cuffs from @dasannispeakswirejewelry styles “Eden” & “Lacey Lace”\n\nNails from @rondasplace\n\nNecklace from @shopkweensessentials\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax “Clear”\n@kvdbeauty 24 Super Brow Pomade “Bleached”\n\nEyes:\n@juviasplace eye primer “Shade 2”\n@morphebrushes x @nikitadragun Palette\n@shanel_cosmetics Carnival Palette (Use code “Kaylabeauty10” for $$ off!)\n@shanel_cosmetics x @iamkaylabeauty Melaliner palette (DROPPING SOON!!)\n@suvabeauty “Grease” hydra liner\n@maybelline Smokey Gel Pencil “Smokey Black”\n@ilmakiage Long Wear Eye Pencil “Batman”\n\nLashes:\n@diamond_luxxe_exxtensions lashes style “Keke”\nBottom lashes: @icywifeycosmetics “ Diva” lashes\n\nBase:\n@milkmakeup hydro grip primer\n@fentybeauty Eaze Drops shade “18”\n@milkmakeup Flex Concealer “Caramel”\n@colourpopcosmetics No Filter Concealer - “Medium Dark 36” + “Deep Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder “Cool Caramel”\n@fruitscosmetics loose pigment “8” (Use my code “Kaylabeauty” for $$ off!)\n@beatsbydebcosmetics “Miami Beach” loose highlighter\n\nLips:\n@ilmakiage Long Wear Eye Pencil “Batman”\n•••••••••••••••••••••••••••••\n#blackavante #blackavantegarde #avantgardemakeup #graphicliner #supportblackbeauty #hoodcouture #couture #blackgirlmagic #blackgirlsinluxury #luxury #expensivetaste #fentybeauty #eazedrops #glowyskin #headscarf #extraglam #colourpopambassador #blingnails #extranails #babyhairs #bejeweled #makeupforblackwomen #flawlessbase #goldjewelry\n1w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CNsp-92pjNi/', 'likes': '12,338 likes', 'age': '2021-04-15T19:07:02.000Z', 'caption': 'iamkaylabeauty\nHood Couture 🖤🔫✨\n\nThis look was so fun to create 😩✨kinda made me love make up@even more\n\nCut crease inspired by @itskaijasmine\n\nLiner detail was inspired by a look I saw months ago. I don’t remember who created the look but she bodied it!! Tag her recognize the style please!\n\nHead Scarf:\n@izayla_\n\nHair from @\n\nNose cuffs from @dasannispeakswirejewelry styles “Eden” & “Lacey Lace”\n\nNails from @rondasplace\n\nNecklace from @shopkweensessentials\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax “Clear”\n@kvdbeauty 24 Super Brow Pomade “Bleached”\n\nEyes:\n@juviasplace eye primer “Shade 2”\n@morphebrushes x @nikitadragun Palette\n@shanel_cosmetics Carnival Palette (Use code “Kaylabeauty10” for $$ off!)\n@shanel_cosmetics x @iamkaylabeauty Melaliner palette (DROPPING SOON!!)\n@suvabeauty “Grease” hydra liner\n@maybelline Smokey Gel Pencil “Smokey Black”\n@ilmakiage Long Wear Eye Pencil “Batman”\n\nLashes:\n@diamond_luxxe_exxtensions lashes style “Keke”\nBottom lashes: @icywifeycosmetics “ Diva” lashes\n\nBase:\n@milkmakeup hydro grip primer\n@fentybeauty Eaze Drops shade “18”\n@milkmakeup Flex Concealer “Caramel”\n@colourpopcosmetics No Filter Concealer - “Medium Dark 36” + “Deep Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder “Cool Caramel”\n@fruitscosmetics loose pigment “8” (Use my code “Kaylabeauty” for $$ off!)\n@beatsbydebcosmetics “Miami Beach” loose highlighter\n\nLips:\n@ilmakiage Long Wear Eye Pencil “Batman”\n•••••••••••••••••••••••••••••\n#blackavante #blackavantegarde #avantgardemakeup #graphicliner #supportblackbeauty #hoodcouture #couture #blackgirlmagic #blackgirlsinluxury #luxury #expensivetaste #fentybeauty #eazedrops #glowyskin #headscarf #extraglam #colourpopambassador #blingnails #extranails #babyhairs #bejeweled #makeupforblackwomen #flawlessbase #goldjewelry\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/COEiebxpmk9/', 'likes': '10,138 likes', 'age': '2021-04-25T01:43:26.000Z', 'caption': 'raggedyroyal\nsun·set\n/ˈsənˌset/\nnoun\nthe time in the evening when the sun disappears or daylight fades.\nEYES:\n@samplebeauty The Equalizer Palette: Volume II\n@myalibeauty Yasmin Palette\n@colouredraine Juicy Boost Palette\n@beautybaycom Liquid Crystal Eyeshadow in Censer\n@colourpopcosmetics Volumizing Mascara in Yellow Goodbye\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\nBROWS:\n@maybelline Brow Ultra Slim in 262 Black Brown\nLIPS:\n@beautybaycom Lipstick in Freckle\n@lauramercier Lip Glace in Bare Beige\n@maccosmetics Lipgloss\nFACE:\n@lauramercier Pure Canvas Primer in Perfecting\n@zoevacosmetics Liquid Light Drops in Rose Golden\n@lauramercier Tinted Moisturizer in Tawny\n@makeupforever Matte Velvet Skin Foundation in Y425\n@makeupforever Matte Velvet Skin Concealer in 3.6\n@lacolorscosmetics Ultimate Cover Concealer in Natural\n@opvbeauty Contour Kit Cream Base - Chelsea\n@lauramercier Translucent Loose Setting Powder\n#makeuprecreation #makeupevolution #sunseteyeshadow #halfcutcrease #halfcutcreaselook #sunsetmakeup #sunsetmakeuplook #hypnaughtymakeup #makeupintense #undiscoveredmuas #wakeupandmakeup #wakeupandmakeup💄 #purpleeyeshadow #orangeyeshadow #haloeyeshadow #colouredraine #samplebeauty #myalibeauty #colourpopcosmetics #maybelline #beautybay #maclipglass #lauramercier #opvbeauty #makeupforever #lauramercier #lacolorscosmetics\n1d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CN82obnJtkZ/', 'likes': '10,989 likes', 'age': '2021-04-22T02:05:24.000Z', 'caption': 'raggedyroyal\nHappy 1 Year Anniversary to the butterfly look! I was looking at my nails and just knew I had to do a pastel\nver·sion\n/ˈvərZHən/\nnoun\n1. a particular form of something differing in certain respects from an earlier form or other forms of the same type of thing.\nEYES:\n@samplebeauty The Painter’s Palette\n@madebymitchell Head In The Cloud Palette\nLINERS:\nWhite: @cutcreaser x @bymelolops Water Ink in 3000\nPurple: @bymelolops Water Inks in Ultraviolet, Atomic, 3000, Point Break (use code LAUREN5 for $$$ off)\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\nBROWS:\n@milanicosmetics Weekend Brow\nFACE:\n@zoevabeauty Liquid Light Drops in Rose Golden\n@lauramercier Pure Canvas Primer in Perfecting\n@neutrogena Skin Clearing Makeup in 85 Honey\n@narsissist Radiant Creamy Concealers in Light 1, Medium 1, Dark 1\n@lauramercier Translucent Loose Setting Powder\n4d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CN6ZpLdJb5W/', 'likes': 'None', 'age': '2021-04-21T03:14:01.000Z', 'caption': 'raggedyroyal\nLIVE - 4/20\n\nPART ONE\n-1 year anniversary of the Butterfly Eye tutorial\n-Why is Youtube so boring these days\n-Combing my hair 👎🏼 Covering it in clips 👍🏼\n-How I overline my lips\n-Hoops from @nordstromrack\n-Piercings I would/ wouldn’t get\n-Anderson Paak’s got some powerful chompers\n-Me and Maxie’s potential tongue piercing plans\n-WHY CORK WEDGES ARE AN ABOMINATION\n-Buy Lauren a charger challenge!!!!\n5d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CN3q3lkJ1Vc/', 'likes': '15,235 likes', 'age': '2021-04-20T01:46:25.000Z', 'caption': 'raggedyroyal\ncur·vi·lin·e·ar\n/ˌkərvəˈlinēər/\nadjective\ncontained by or consisting of a curved line or lines.\nEYES:\n@jaclynhill x @morphebrushes Palette\n@colourpopcosmetics Stone Cold Fox Palette\n@loraccosmetics Pro Palette Noir\n@bymelolops x @cutcreaser Water Ink in 3000 (use code LAUREN5 for $$ off)\n@elfcosmetics Expert Liquid Eyeliner in Jet Black\nBROWS:\n@maybelline Brow Ultra Slim in 262 Black Brown\nLIPS:\n@abonicosmetics Liquid Lipstick in Killer Queen\n#cutcreasetutorial #abonicosmetics #loraccosmetics #loracpropalette #maybelline #maybellinebrow #elfcosmetics #bymelolops #jaclynhillpalette #morphebrushes #doublecutcrease #wingedliner #wingedeyeliner #browncutcrease\n6d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNyhDNwJHvr/', 'likes': '22,001 likes', 'age': '2021-04-18T01:44:25.000Z', 'caption': 'raggedyroyal\nheif·er\n/ˈhefər/\nnoun\na young female cow that has not borne a calf.\nINSPIRED BY @JUDASTAPE\nsong by @preciousxmusic\nEYES:\n@morphebrushes x @jaclynhill Palette\n@madebymitchell Head In The Clouds Palette\nLINER:\n@elfcosmetics Expert Liquid Eyeliner in Jet Black\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\n@playinginmakeupbyyolondo @beatsbydeb The Beat Down Palette (shade: Mean Girl)\nFACE:\n@zoevabeauty Liquid Light Drops in Rose Golden\n@lauramercier Pure Canvas Primer in Perfecting\n@lauramercier Tinted Moisturizer in 4W1 Tawny\n@makeupforever Matte Velvet Skin Foundation in Y425\n@makeupforever Matte Velvet Concealer in 3.6\n@lauramercier Translucent Loose Setting Powder\nLIPS:\n@sc Cream Lip Stain in\n@abonicosmetics Liquid Lipstick in Killer Queen\n@beautybaycom Lipstick in Freckle\n@maccosmetics Lip Glass\n#makeuprecreation #judastape ##cowprint #cowprinteyeshadow #cowmakeup #jaclynhillpalette #morphebrushes #morphe #morphebabe #beautybay #maccosmetics #maclipglass #lauramercier #wakeupandmakeup #hypnaughtymakeup #sesbeauty #makeupintense #elfcosmetics #facechart #makeupface #fauxfreckles #wingedliner #tiktok #abonicosmetics #sc #liquidliner\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNv890XJQy4/', 'likes': '15,766 likes', 'age': '2021-04-17T01:51:43.000Z', 'caption': 'raggedyroyal\nscour\n/ˈskou(ə)r/\nverb\nclean or brighten the surface of (something) by rubbing it hard, typically with an abrasive or detergent.\nINGREDIENTS: dish detergent, hand soap, rubbing alcohol, water, cleaning gloves!\n#makeupbrushes #cleaningbrushes #cleaningbrush #howtobeauty #makeupbrushcleaner #makeupbrushcleaning #makeuphacks\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNqyX7HpuRy/', 'likes': '19,280 likes', 'age': '2021-04-15T01:42:05.000Z', 'caption': 'raggedyroyal\nre·vamp\n/rēˈvamp/\nVerb\ngive new and improved form, structure, or appearance to.\nnoun\n/ˈrēˌvamp/\nan act of improving the form, structure, or appearance of something.\n#makeupevolution #makeupvideos #oldvsnew #wakeupandmakeup #wakeupandmakeup💄 #rainboweyeshadow #rainboweyeshadowlook #rainbowcutcrease #makeupfordays #undiscoveredmuas\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNoM2Z_JDFC/', 'likes': '11,991 likes', 'age': '2021-04-14T01:35:30.000Z', 'caption': 'raggedyroyal\nI love looking at other people’s photo dumps so I finally did one. I call it me and Maxie a la Brooklyn Boat. Yes yes very\nba·roque\n/bəˈrōk/\nadjective\nhighly ornate and extravagant in style.\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNd6Mn0JEKC/', 'likes': '18,724 likes', 'age': '2021-04-10T01:40:06.000Z', 'caption': 'raggedyroyal\nThis look was giving me very party punch. Very much\nsoi·rée\n/swäˈrā/\nnoun\nan evening party or gathering, typically in a private house, for conversation or music.\nBROWS:\n@lorealparis Brow Stylist Definer in Dark Brunette\n@glossier Boy Brow\nEYESHADOW:\n@samplebeauty The Painter’s Palette\n@beatsbydeb The Beat Down Eyeshadow Palette\nEYELINER:\n@kvdveganbeauty Tattoo Eyeliner\n@cutcreaser x @bymelolops Water Ink in Gauntlet (use code LAUREN5 for $ off)\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\nLIPS:\n@colouredraine Liquid Lipstick in Truffle Raine (use code LAUREN for $ off)\n@kvdveganbeauty Everlasting Liquid Lipstick\n@colourpopcosmetics Ultra Glossy Lip in Always Sunny\nFACE:\n@makeupforever Matte Velvet Skin Foundation in Y425\n@makeupforever Matte Velvet Concealer in 3.6\n@lacolorscosmetics Ultimate Cover Concealer in Wheat\n@milkmakeup Matte Bronzer Stick in Blaze\n@glossier NiteShine Highlighter Concentrate in Pale Pearl\n@lauramercier Translucent Loose Setting Powder\n•\n#madebymitchell #coloredliner #glossier #colouredraine #purplelips #colorfulcutcrease #bymelolops #mmmmitchell #colouredraine #lorealparis #tiktorial\n2w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CODzi-ppYqR/', 'likes': '38,914 likes', 'age': '2021-04-24T18:53:08.000Z', 'caption': 'cutcreaser\nif u saw this the first time and interacted with it i love u — inspired by @esantoinette’s star twinkle uni-liner ahhh i was obsessed with it for a while and i finally got around to recreating it with a green twist!\n\nSONG: kiss me and cream more by @theofficialamorphous (its a mashup of kiss me more by doja and sza and peaches and cream by 112)\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\ni used my brush collab with @bymelolops for this look!!\n@cutcreaser x @bymelolops 3000 water ink\n@glamvicecosmetics key lime\n\nLASHES ARE FROM @eldorafalseeylashes in b802\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\u2063\n𝐁𝐀𝐒𝐄: @glowbyauric glow lust in pyrite and citrine mixed with @milkmakeup sunshine skin tint in golden honey\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\u2063\u2063\u2063\u2063\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑 (+highlight): @milkmakeup baked bronzer (cream bronzer first then powder!)+ @midascosmetics_ x @neonmua noon palette (i also used the highlight in this palette only on my nose\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐆𝐋𝐎𝐒𝐒: clear gloss mixed with @milkmakeup electric lip plumper (the pink one)\n\n#graphicmakeup #rainbowmakeup #glamvice #cutcreaserxbymelolops #glistencosmetics #graphicliner #simplemakeup #studiofam #colourpop #theartistedit #v93oo #delineadores #pastelmakeup\n2d'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CN8F7CeJbET/', 'likes': '50,053 likes', 'age': '2021-04-21T19:09:03.000Z', 'caption': 'cutcreaser\ni learned this trick from @naezrahlooks 📣and everyone always asks me how i minimize cracking and crumbling when working with water activated paints especially white ones! more details below. u can use this with any color that cracks a bunch! (this look is inspired by valkyrie’s war paint in sakaar from thor ragnarok lol)\n\nsong: kiss me more by @dojacat and @sza\n\nproducts used:\n@duoadhesive lash glue with vitamin e\n\n(i love this one because it goes on kinda clear instead of white like the regular one and i feel like this one adheres better! apply this when ur making ur liner shape for an outline AND so it minimizes cracking)\n\n@cutcreaser x @bymelolops “3000” water ink (SHAMELESS PLUG LOL) i also used my C2 brush for this look 💙\n\n(white liquid liners are always difficult to work with because of the cracking and stuff but white water activated liners/paints work so much better than those. they still crack a bit but thats because the white pigment is so bright! pastels and light colored water activated paints crumble like this too)\n\nhope this helps! and tag @naezrahlooks and me if you end up using it!\n5d'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CN0c5NTJAT6/', 'likes': '29,053 likes', 'age': '2021-04-18T19:47:05.000Z', 'caption': 'cutcreaser\nnot makeup but i was bored and decided to try out @groovy_mal’s 70’s hairstyle from tiktok and i was SHOOK omg\n\nrecently cut my hair and ive always wanted farrah fawcett’s style of hair and omg this is super close to that. i love this era of style its so cute!! would yall try this hairstyle? 😎💙 i was SHOOK from the results like wow.\n\nhere are the steps i did in case anyone wants to try:\n\n1. start with dry hair of course but straightened or blown out!\n2. start from the bottom and curl outwards and upwards with a flat iron\n3. work your way to the top and curl your face framing layers outwards and the top of the head upwards\n4. best part!! brush it outwards and upwards\n5. swing your hair back and forth maybe two or three times?\n6. style it to ur liking i guess LOL it looked so cool after i fluffed it up with my hands\n7. gag about it like i did\n\n⚡️⚡️⚡️⚡️\n1w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNvQDiHpeEL/', 'likes': '17,039 likes', 'age': '2021-04-16T19:18:11.000Z', 'caption': 'cutcreaser\nAD | SOOO excited to partner with @elfcosmetics and @magiclinks today to show off how my skin looks in the new Camo CC Cream! this CC cream is so hydrating and full coverage. definitely going to be a new go-to foundation. what i love most about this product is the fact that it not only covers but protects my skin: since it’s formulated with SPF 30! and I love their Lash It Loud Mascara to lengthen my lower lashes for minimal looks like this! i dont think i’ll ever get tired of mint eyeshadow. head to my story for the links to these products!\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 *ALL E.L.F PRODUCTS*\n- Lash It Loud Mascara\n- Jen Atkin Zero Effort Liner in Brown To Earth\n- Chocolate Mint Melt Eyeshadow\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n- Camo CC Cream\n- Hydrating Camo Concealer\n- Jelly Highlighter\n- Monochromatic Multi-stick\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\nLip Lacquer in Clear\n\n#elfcosmetics #elfingamazing #magiclinks #eyeslipsface #minteyeshadow\n1w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNdNMq3Jn23/', 'likes': '18,992 likes', 'age': '2021-04-09T19:10:32.000Z', 'caption': 'cutcreaser\nwinx makeup look compilation 🧚\nin order: bloom, aisha, flora, musa, stella and tecna @fatenetflix @winxclub\n\nthis series took a lot out of me for some reason. but it took me out of a creative funk that i was in. im happy that yall enjoyed it though it means so much to me!!!! big shout out to some of my inspirations for this series: @raggedyroyal @maytahmi\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802 + b804\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics wet liners (all details on their individual posts)\nusing my @cutcreaser x @bymelolops brushes\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: a mix of pastel eyeshadows + @colourpopcosmetics fade into hue palette\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!)\n𝐁𝐀𝐒𝐄: @patmcgrathreal skin fetish foundation in medium 17 + @rarebeauty concealer in 280 // @deciem the ordinary serum foundation\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @milanicosmetics hot cocoa and toffee lip liners and clear gloss + @patmcgrathreal lust glosses\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup #pastelmakeup #winx #winxfate #winxclub #fairymakeup #fairy\n2w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNYBtWQJjXh/', 'likes': '40,830 likes', 'age': '2021-04-07T18:50:18.000Z', 'caption': 'cutcreaser\nmint chocolate chip makeup yummm 🤎🧼\n\ncolors inspired by @lenkalul :’)\nsong: yo voy by zion y lennox ft daddy yankee\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics gateau split liner\nusing my @cutcreaser x @bymelolops brushes\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: a mix of pastel eyeshadows but mostly @hudabeautyshop pastel mint obsessions palette\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: @blackgirlsunscreen spf30 (SUPPORT BLACK BUSINESSES HELLO!!)\n𝐁𝐀𝐒𝐄: @patmcgrathreal skin fetish foundation in medium 17 + @rarebeauty concealer in 280\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @milanicosmetics hot cocoa and toffee lip liners and clear gloss\n\n#liner #sharplines #graphicliner #glistencosmetics #studiofam #theartistedit #editorialmakeup #delineadores #patmcgrath #avantgardemakeup #pastelmakeup #mintmakeup #minteyeshadow #browneyeliner #rarebeauty\n2w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNQcOFCpUWy/', 'likes': '24,372 likes', 'age': '2021-04-04T20:08:02.000Z', 'caption': 'cutcreaser\nWINX - part 6: tecna 💚💜 (sorry for the repost lol)\n\nFINALLY THE LAST WINX LOOK IM SO OVER THIS SERIES LMAO BUT THANK YOU ALL FOR UR SUPPORT ON EACH LOOK. when i was doing this look i suddenly got the worst case of allergies from having the window open and i thought i was over LMAOOO so this look didnt reach its full potential unfortunately BUT i hope u like it :’)\n\nsong: let it go by keyshia cole and missy elliot yo if this gets taken down i GIVE UP\n\nTHE BRUSH I USED IS FROM @sheencosmeticsofficial i dont think it has a number but yea\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics limeade and mint wet liners\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: @patmcgrathreal mothership subliminal and midnight sun for the purple shimmers + @kvdbeauty pastel goth for the matte shadows\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!)\n𝐁𝐀𝐒𝐄: @patmcgrathlabs skin fetish foundation in medium 17 + @rarebeauty concealer in 280\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @milkmakeup lip and cheek oil tint in solar + @morphebrushes morphe 2 lip oil\n\n𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup #pastelliner\n3w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNDjBaGJ8i9/', 'likes': '67,716 likes', 'age': '2021-03-30T19:57:20.000Z', 'caption': 'cutcreaser\nWINX - part 5: stella\n\nALRIGHT YALL YAY WE FINALLY DID STELLA!! my hair is so frizzy in this video fidgskgdjd TECNA IS THE LAST WINX LOOK I WILL DO AND i hope i can post that this week! thank yall so much for the support on these looks i absolutely love and appreciate yall for loving these looks! i worked super hard on the concepts for them and trying to make the fairy wings different for each fairy while honoring the cartoon and the live action shows!\n\nsong: twerkulator (unreleased) by city girls ((this song has been STUCK IN MY HEAD ALL WEEK!!!!!)\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics custard + mimosa + aqua wet liners (i gotta double check on the names for these omg)\n@cutcreaser x @bymelolops brushes :D\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdveganbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: @colourpopcosmetics fade into hue palette I LOVEEEE THE SHIMMERY MATTES FOR THIS LOOK\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!) also i really love this spf as a primer. dewy and hella moisturizing!\n𝐁𝐀𝐒𝐄: @patmcgrathlabs skin fetish foundation in medium 17 + @rarebeauty concealer in 280\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @patmcgrathreal lust gloss: gold allure\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup\n3w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CM0D2jKpTiJ/', 'likes': '84,388 likes', 'age': '2021-03-24T19:36:22.000Z', 'caption': 'cutcreaser\nWINX - part 4: musa 💜🔮\n\n- im so sorry for the lack of posting ive been trying to work on school and taking care of my skin while im gone! i have like two more looks that have been backed up for weeks but i havent edited them lol. hope u understand and i hope i can finish this series!!! take care of urselves avengers. ill post on youtube soon!!!\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics gunmetal\n@cutcreaser x @bymelolops brushes :D\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: some pastel eyeshadows in my collection and @colourpopcosmetics fade into hue\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: @supergoop unseen sunscreen\u2063\u2063\u2063\u2063\n𝐁𝐀𝐒𝐄: @milkmakeup sunshine skin tint + @glowbyauric glow lust in pristine + citrine mixed\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @patmcgrathreal lust gloss: aliengelic\n@milanicosmetics hot cocoa lip liner\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice\n4w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/COGhqG0J65Y/', 'likes': '899 likes', 'age': '2021-04-25T20:14:32.000Z', 'caption': 'whitscanvas\na little something to match one of the tracksuits I got for my birthday on Friday but a rainbROW 🌈🌈\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil & XXfine micro brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution cloud eyeshadow palette (gifted)(gifted)\n@unicorncosmetics how’s your head lashes (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ (gifted)\n@colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n1d'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CN8O2AoJXxc/', 'likes': '1,017 likes', 'age': '2021-04-21T20:17:44.000Z', 'caption': 'whitscanvas\nright so me and green have been besties these days but I really like this thermal look although I was inspired by tie dye I KNOW @alexisayochok & @f.bermann & @glow_bymonica have done similar looks so check theirs out too! 😀💚\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@morphebrushes fluidity full coverage concealer in C4.25\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive & serum blush in ‘hot fuss’(gifted)\n@xxrevolution cloud blush and lip tint duo in ‘cirrus’ (gifted)\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black & XXfine retractable micro brow pencil in ‘deep black’ (gifted)\n@xxrevolution XXtravaganza palette (gifted)\n@unicorncosmetics voltage loose pigment in electro (gifted)\n@lolaslashesofficial in ‘ruby’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@morphebrushes color pencil in ‘Richie’\n@xxrevolution xxude satin liquid lipstick in phobia (gifted)\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n5d'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CN0jH7npzCn/', 'likes': '1,383 likes', 'age': '2021-04-18T20:41:01.000Z', 'caption': 'whitscanvas\nlmao I’m really into groovy rn so here is some groovy flowers to match my earrings from @lurefemme 🌸🌼🌸🌺💐🌻\n\nproduct details:\n@xxrevolution glass fix primer (gifted)\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@colourpopcosmetics fade into hue pressed powder palette (gifted)\n@beautybaycom pastel palette\n@unicorncosmetics lashes in ‘vixen’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@morphebrushes colour pencil in Richie\n@nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’\n@colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n1w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNqNrHRJgDm/', 'likes': '2,378 likes', 'age': '2021-04-14T20:21:11.000Z', 'caption': 'whitscanvas\nI haven’t done this in a while so I thought why not, but I mixed 2 of my old looks together the koi fish and the jellyfish ! It was interesting seeing these two together but here we go! I went outside and froze again 🤧\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@colourpopcosmetics fade into hue pressed powder palette (gifted)\n@beautybaycom pastel palette\n@unicorncosmetics no shade - ucs prismatic pigment (gifted) & lashes in ‘vixen’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ (gifted)\n@colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n1w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNie9ceJc7y/', 'likes': '3,187 likes', 'age': '2021-04-11T20:18:18.000Z', 'caption': 'whitscanvas\nno idea what this is but some could say elf and I would say fairy 🧚\u200d♀️ ! This look actually didn’t take me that long but the leaves are v detailed so let’s just say it did haha 😆\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@unicorncosmetics voltage loose pigment in electro (gifted)\n@demonlashes_ lashes in ‘ouija’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@xxrevolution xxude satin liquid lipstick in phobia (gifted)\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n2w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNYM106J-M3/', 'likes': '1,041 likes', 'age': '2021-04-07T20:27:34.000Z', 'caption': 'whitscanvas\nLmao this started as a cow and I made it into a blue sky with some cute butterflies it was deffo a trust the process kinda look ☁️ 💙\n\nproduct details:\n@loreal true match super blendable foundation in cocoa\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmeticsuk hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive & cheek dew serum blush in hot fuss(gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n@rudecosmetics @rudecosmeticsuk Amiga ombré blush in Rosetta (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@maybelline sky high mascara in very black (gifted)\n@nyxcosmetics @nyxcosmetics_uk vinyl liner in black\n@demonlashes_ in angel (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’ & ‘dear diary so juicy gloss kit (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n2w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNGKzmkJgSC/', 'likes': '7,050 likes', 'age': '2021-03-31T20:23:28.000Z', 'caption': 'whitscanvas\nI love groovy hearts so this is a groovy heart look number 2 !! Also the heart shaped nose highlight thank u @isabellekategm x\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@unicorncosmetics lashes in ‘how’s your head’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n3w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CM-dYnpJOCB/', 'likes': '2,189 likes', 'age': '2021-03-28T20:31:53.000Z', 'caption': 'whitscanvas\nif I was a superhero I would deffo have this as my look but I did a blue wave look before so thought lemme do a marble 💙\n\nEarrings: @yoonamoonstore !\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15\n@fentybeauty hydrating foundation in 430\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics cheeky dew serum blush in ‘hot fuss’ (gifted)\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@bperfectcosmetics @staceymariemua xl pro palette\n@colourpopcosmetics fade into hue palette (gifted)\n@unicorncosmetics in ‘wicked’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n4w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CM0RgqFJsrg/', 'likes': '1,429 likes', 'age': '2021-03-24T21:35:43.000Z', 'caption': 'whitscanvas\nRecreation of myself from last year but make it green 💚but spring rose 🥀🌹\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15\n@fentybeauty hydrating foundation in 430\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics cheeky dew serum blush in ‘hot fuss’ (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@glisten_cosmetics wet liner in’mint’\n@bperfectcosmetics @staceymariemua xl pro palette\n@colourpopcosmetics fade into hue palette (gifted)\nLashes from Ali express\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics plumping gloss in princess cut (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #makeuprevolution #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n4w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CN_Ca6Fpd76/', 'likes': '6,520 likes', 'age': '2021-04-22T22:26:54.000Z', 'caption': 'zee.ohhh.mu\n🌸SPRING FLOWERS// I collabed with the beautiful @ani_makeup.looks to bring y’all some spring looks! 🌸\n.\n🌸PRODUCTS USED🌸\n.\n@mattelashes pastel pink liner\n@mavenbeauty UFO glitter eyeshadow\n@aliyahcosmeticss butterfly lashes\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #pastelmakeup\n4d'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CN8d0Y7pY7X/', 'likes': '2,440 likes', 'age': '2021-04-21T22:28:35.000Z', 'caption': 'zee.ohhh.mu\n✨eVEryDAy MAkeUp// lol this is what I wish my everyday makeup routine was like!✨\n.\n✨PRODUCTS USED✨\n.\n@colourpopcosmetics cream soda eyeshadow quad\n@mavenbeauty brown liquid liner\n@theboldfacemakeup dream team lashes\n@plouise_makeup_academy rumour 02 base\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #graphiclinertutorial\n5d'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CNqdl3mJciS/', 'likes': '915 likes', 'age': '2021-04-14T22:40:16.000Z', 'caption': 'zee.ohhh.mu\n📦Boxycharm// ahhh so happy to share what I received in this months @boxycharm base box! Get 20% OFF using Code: BOXYXND for Natasha Denona 📦\n.\n📦PRODUCTS USED📦\n.\n@natashadenona Ayana Palette, &transfix matte concealer\n@touchinsolus icy sherbet primer\n@lauragellerbeauty iconic baked sculpting lipstick\n@mallybeauty evercolor shadow stick\n@kndr_beauty kinder glow highlighter palette\n.\n#BoxyCharm #GiftedbyBoxyCharm\n#boxytreat #creativemakeup #makeupeditorial #crueltyfreemua #neonpigments #v9300 #311makeup #highfashionmakeup #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup\n1w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CNlSd9gJ3zg/', 'likes': '8,341 likes', 'age': '2021-04-12T22:26:52.000Z', 'caption': 'zee.ohhh.mu\n🌸KAWAII // I’m not gonna lie Yall I’ve been kind of in a rut but I’m slowly working my way out of it! I really liked this look so I guess that’s a good sign! 🌸\n.\n🌸PRODUCTS USED🌸\n.\n@mattelashes pastel water liners\n@moiracosmetics like a princess palette\n@morphebrushes x @avani palette\n@nyxcosmetics milk jumbo pencil\n@plouise_makeup_academy rumour 02 base\n@doe.bby crazy in love lashes\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #pastelmakeup\n2w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CNisljap2Y5/', 'likes': '2,807 likes', 'age': '2021-04-11T22:17:23.000Z', 'caption': 'zee.ohhh.mu\n🧚🏻\u200d♀️FANTASY// in today’s look I used the @gamebeauty ‘Fantasy’ eyeshadow palette! I love love this dreamy pastel color story so much! Please check out @gamebeauty for more game related beauty products! 🧚🏻\u200d♀️\n.\n🧚🏻\u200d♀️PRODUCTS USED🧚🏻\u200d♀️\n.\n@gamebeauty Fantasy palette\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #fantasymakeup\n2w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CND0-R2pr-h/', 'likes': '3,897 likes', 'age': '2021-03-30T22:34:12.000Z', 'caption': 'zee.ohhh.mu\n⛓BARBER WIRE// feeling cute and fierce on this looook. How are you this week?⛓\n.\n⛓PRODUCTS USED ⛓\n.\n@onesize point made liquid eyeliner prn, ‘continental’ eye popper eyeshadow, eye patches, secure the blur primer\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #crueltyfreemua #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup #onesizebeauty #graphiclinerlook\n3w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CM8MWydp3q8/', 'likes': '1,944 likes', 'age': '2021-03-27T23:24:36.000Z', 'caption': 'zee.ohhh.mu\n🌼IN BLOOM// ty @johannas_makeup for collabing with me and taking over my story!🌼\n.\nDETAILS POATED LATER\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #crueltyfreemua #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup #cottagecore #cottagecoreaesthetic\n4w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CMxxliwpZuX/', 'likes': '1,845 likes', 'age': '2021-03-23T22:18:17.000Z', 'caption': 'zee.ohhh.mu\n🐗INOSUKE // this is the last demon slayer loook! I was really proud of this one bc like LOOK AT THOSE DETAILS! Cmon now I still got it lmaoo🐗\n.\n🐗PRODUCTS USED🐗\n.\n@bperfectcosmetics XL Carnival palette\n@mehronmakeup paradise paint palette in basic\n@mavenbeauty black liner\n@freck XL Freck\n@hudabeautyshop stick foundation\n@colourpopcosmetics pink truffle highlighter\n@rarebeauty bliss liquid blush\n@onesize black gel liner\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #inosukehashibira\n4w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CMvM6BUJD5-/', 'likes': '8,250 likes', 'age': '2021-03-22T22:19:17.000Z', 'caption': 'zee.ohhh.mu\n🦋SHINOBU// my fave character from demon slayer! I am so beyond happy with this look! 😭💖🦋\n.\n🦋PRODUCTS USED🦋\n.\n@colourpopcosmetics fade into hue palette\n@morphebrushes 35s Sweet Oasis palette, white liquid liner\n@mavenbeauty black liner\n@odenseyecosmetics Alva II palette\n@plouise_makeup_academy rumour 02 base\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #shinobukochou\n5w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CN8Bcd-pUnZ/', 'likes': '3,567 likes', 'age': '2021-04-21T18:20:39.000Z', 'caption': 'justnemakeup\n🤎🐻🍂👜🧥🥮\n\ngotta love a brown graphic liner moment (˵ ͡° ͜ʖ ͡°˵)\n\n🤎 #nyxcosmeticspartner 🤎\n\nPRODUCTS USED:\n\n• @nyxcosmetics micro brow pencil in “espresso”\n• @nyxcosmetics epic ink liner in “brown”\n• @nyxcosmetics butter gloss in “Madeleine”\n\n@walgreens #nyxcosmetics #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n5d'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNfv0GHJTIN/', 'likes': '4,774 likes', 'age': '2021-04-10T18:47:51.000Z', 'caption': 'justnemakeup\n🐠🌊⚓️💦🐚\n\nglub glub glub\nsadly there’s no jelly fish emoji :’(\n\nPRODUCTS USED:\n\nBROWS\n• @morphebrushes brow pomade in “hazelnut”\n• @nyxcosmetics lift and snatch brow tint pen in “espresso”\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @morphebrushes x @maddieziegler palette\n• @dulzuracosmetics pastel UV liners palette\n• @doe.bby lashes in “fairy dust”\n\nLIPS\n• @nyxcosmetics soft matte lippie in “São Paulo”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n2w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNal8TApTF9/', 'likes': '1,693 likes', 'age': '2021-04-08T18:45:23.000Z', 'caption': 'justnemakeup\n🐠🌊⚓️💦🐚\n\nglub glub glub\nsadly there’s no jelly fish emoji :’(\n\nPRODUCTS USED:\n\nBROWS\n• @morphebrushes brow pomade in “hazelnut”\n• @nyxcosmetics lift and snatch brow tint pen in “espresso”\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @morphebrushes x @maddieziegler palette\n• @dulzuracosmetics pastel UV liners palette\n• @doe.bby lashes in “fairy dust”\n\nLIPS\n• @nyxcosmetics soft matte lippie in “São Paulo”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n2w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNNxMtPJ96r/', 'likes': '12,159 likes', 'age': '2021-04-03T19:13:37.000Z', 'caption': 'justnemakeup\n💚🔫☘️🍃🍏\n(eye look inspo: @donidarkowitz )\n\nthis look is inspired by the flame in coraline when the other mother threw the triangle into the fire \U0001faa1🔥\n\nPRODUCTS USED:\n• earrings: @xoxo.madebytracy ♡\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @colourpopcosmetics Lizzie McGuire palette\n• @morphebrushes x @jamescharles artistry palette\n• @dulzuracosmetics pastel UV liners palette\n• @lillylashes luxury synthetic lashes in “VIP”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics color & shine lip color in “cash flow”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n3w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNLLJt_pGwg/', 'likes': '2,213 likes', 'age': '2021-04-02T19:02:41.000Z', 'caption': 'justnemakeup\n💚🔫☘️🍃🍏\n(eye look inspo: @donidarkowitz )\n\nthis look is inspired by the flame in coraline when the other mother threw the triangle into the fire \U0001faa1🔥\n\nPRODUCTS USED:\n• earrings: @xoxo.madebytracy ♡\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @colourpopcosmetics Lizzie McGuire palette\n• @morphebrushes x @jamescharles artistry palette\n• @dulzuracosmetics pastel UV liners palette\n• @lillylashes luxury synthetic lashes in “VIP”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics color & shine lip color in “cash flow”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n3w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNDiJhAJ0sK/', 'likes': '1,653 likes', 'age': '2021-03-30T19:49:43.000Z', 'caption': 'justnemakeup\n🍒🔥🍒🔥🍒\n\n#nyxcosmeticspartner love a red moment ♥️👄♥️ especially when all the products are vegan! #nyxcosmeticsfam\n\nPRODUCTS USED:\n• @nyxcosmetics pore filler primer\n• @nyxcosmetics can’t stop won’t stop foundation in “natural”\n• @nyxcosmetics micro brow pencil in “espresso”\n• @nyxcosmetics ultimate shadows palette\n• @nyxcosmetics Powder Puff Lip Cream in “group love”\n\n#nyxcosmetics #monolidmakeup #blendtherules #wakeupandmakeup #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #editorialmakeupartist #muamafia #undiscovered_muas\n3w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CMu0Z8JpBYM/', 'likes': '2,931 likes', 'age': '2021-03-22T18:45:11.000Z', 'caption': 'justnemakeup\n🏳 GOJO SATORU 🏳\n\npt.2 of the many 2D men i simp for ♥️👄♥️\nI did sukuna already so I wanted to complete this duo 🤩\n\nPRODUCTS USED:\n\nBASE\n• @nyxcosmetics marshmallow primer\n• @hudabeautyshop #fauxfilterfoundation liquid foundation in “210N Custard”\n• @elfcosmetics hydro camo concealer in “fair warm”\n• @catrice.us camouflage stick in “nude beige”\n• @catrice.us camouflage high coverage concealer in “light beige”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup hydro grip + refresh spray\n\nEYES\n• @dulzuracosmetics pastel UV liners palette\n• @morphebrushes x @jamescharles artistry palette\n• @theboldfacemakeup lashes in “blank slate”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics lip color & shine in “cash flow”\n-\n#gojosatoru #gojosatorucosplay #gojousatoru #jujutsukaisen #jujutsukaisencosplay #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics\n5w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CMfXERPJiYz/', 'likes': '2,536 likes', 'age': '2021-03-16T18:40:27.000Z', 'caption': 'justnemakeup\nWhen it comes to removing makeup, it’s important to remove it thoroughly! That’s why I partnered with @banilacousa to show you how easily this process can be with their products. I first used the “Clean It Zero Cleansing Balm” to melt the makeup away. Then I used the “Clean It Zero Toner Pads” to keep the skin clean and smooth. I highly recommend these products, especially since @banilacousa was one of the first balms I’ve used. These products do have a scent and while I personally like it, it may not be as ideal for those with a sensitive nose. These products are both very easy to use and affordable!\n\n#BanilaCoUSA #CleanItZero #BanilaNotVanilla #MeltYourMakeup #MeltYourMakeupAway #CleansingBalm\n5w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CMK4VA_pB9S/', 'likes': '25,882 likes', 'age': '2021-03-08T19:46:49.000Z', 'caption': 'justnemakeup\n〰🩸SUKUNA🩸〰\n\nanother 2D man to add onto my list 😫 also I’ve been wanting to do a few cosplay looks so here’s my first one 👀\n\nPRODUCTS USED:\n\nBROWS\n• @morphebrushes brow pomade in “hazelnut”\n• @nyxcosmetics lift & snatch! Brow tint pen in “espresso”\n• @milkmakeup flex concealer in “crème”\n\nBASE\n• @nyxcosmetics marshmallow primer\n• @hudabeautyshop #fauxfilterfoundation liquid foundation in “210N Custard”\n• @elfcosmetics hydro camo concealer in “fair warm”\n• @catrice.us camouflage stick in “nude beige”\n• @catrice.us camouflage high coverage concealer in “light beige”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup hydro grip + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @revlon eyeliner pen\n• @anastasiabeverlyhills liquid eyeliner\n• @nyxcosmetics epic wear liner stick in “pitch black”\n• @dulzuracosmetics neon UV liners palette\n• @lillylashes luxury synthetic lashes in “VIP”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics lip color & shine in “cash flow”\n-\n#itadoriyuuji #itadori #jujutsukaisen #yujiitadori #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n7w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COJCwMpjPsw/', 'likes': '6,823 likes', 'age': '2021-04-26T19:42:13.000Z', 'caption': 'naezrahlooks\n🧚🏾🍃🌸✨WINX HAS A NEW MEMBER AND ITS ME ✨🌸🍃🧚🏾\n\nANSWER BELOW PLS: what do you guys think of the Netflix adaptation of winx ? imo it’s bad and very disappointing. I thought the cast would have super cool bright clothes and accessories but it was so bland 🥴. Also my photo quality about crisp as hell !\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧚🏾)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@toofaced born this way foundation in cocoa\n\nconcealer and contour:\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🍃)\n@morphebrushes x @avani palette\n@glamvicecosmetics pastel liner palette ( use code Naezrah to save 🌸)\n\nlashes:\n@anastasiabeverlyhills mascara\n@tatti_lashes in TL3 and good vibe bottom lashes I believe.\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip bases in stark naked\n@artistcouture icy girl pigment\n@anastasiabeverlyhills clear gloss\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #spring #fairy\n3h'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COGppu8j_h4/', 'likes': '2,357 likes', 'age': '2021-04-25T21:26:32.000Z', 'caption': 'naezrahlooks\nart series: sketch @cowprintdyke with me!\nI’m using @procreate ☁️\n\nCc:\nhi guys..um it’s me um..speaking !\nover an video !! yes , awkward but\nthis is a sketch of bijou.\nI think that’s how you say their name?\num it’s really fun to get back into drawing and I’ve been *inaudible mumbling* sharing with you guys what I’ve been drawing everyday the past couple of weeks!\nI hope you like em!\nanddd yeah ! bye ☺️☁️\n\n#sketching #digitalart #procreate #explore\n1d'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COGg3BJjBU2/', 'likes': 'None', 'age': '2021-04-25T20:09:41.000Z', 'caption': 'naezrahlooks\n🧠🎨💓🍋🍊🔮🧿🧨🎨🧠\n\nANSWER BELOW PLS: quick how many toes does a fish have ?\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour:\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🧸)\n@morphebrushes x @avani palette\n+ jaclyn hill palette\n\nlashes:\n@anastasiabeverlyhills mascara\n@shopbratinc in Ronni ( use code Naezrah to save 🎨)\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip bases in stark naked\n@anastasiabeverlyhills clear gloss\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editoral\n1d'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COEIHbejHXe/', 'likes': '11,712 likes', 'age': '2021-04-24T21:52:52.000Z', 'caption': 'naezrahlooks\n🧠🎨MIND MOVEMENT🎨🧠\n\nANSWER BELOW PLS: what is something you find very interesting?? I think that claymation films are interesting. they take a super duper long time to make. Absolutely is a terrible idea to kiss your alarm !!!!! I kinda rushed but took my time creating this today.\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour:\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🧸)\n@morphebrushes x @avani palette\n+ jaclyn hill palette\n\nlashes:\n@anastasiabeverlyhills mascara\n@shopbratinc in Ronni ( use code Naezrah to save 🎨)\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip bases in stark naked\n@anastasiabeverlyhills clear gloss\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editoral\n2d'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CN3CXc_D8HN/', 'likes': '10,360 likes', 'age': '2021-04-19T19:52:30.000Z', 'caption': 'naezrahlooks\n📸🎞 HEADSHOTS 🎞📸\n\nANSWER BELOW PLS: name 5 characters that aren’t black but you just know they’re black.\n—————————————————\nSome products gifted:\n\nlink chain and ring - @vitaly ( thank you for these pieces)\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸)\n@anastasiabeverlyhills jet gel liner\n\nlashes:\n@anastasiabeverlyhills mascara\n\nlips:\n@morphebrushes lip liner in dark room\n@plouise_makeup_academy lip bases in stark naked and semi nude\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CN0ejL8jhXm/', 'likes': 'None', 'age': '2021-04-18T20:04:50.000Z', 'caption': 'naezrahlooks\nFLUID\n\nANSWER BELOW PLS: what is something that brings you high comfort in times of distress ? music is my comfort for everything. I cannot function without music.\n—————————————————\nSome products gifted:\n\nlink chain and ring - @vitaly ( thank you for these pieces)\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸)\n@anastasiabeverlyhills jet gel liner\n\nlashes:\n@anastasiabeverlyhills mascara\n\nlips:\n@morphebrushes lip liner in dark room\n@plouise_makeup_academy lip bases in stark naked and semi nude\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CNyBlcZjw6-/', 'likes': '19,329 likes', 'age': '2021-04-17T21:09:28.000Z', 'caption': 'naezrahlooks\nCATCH ME IN A FENTY BEAUTY AND FENTY CAMPAIGN ONE DAY!\n\ni’m very excited about these photos. I absolutely love this look. it is one of my favorites I’ve done. I may even make it my everyday makeup look because I mean look at it guys !\n—————————————————\nSome products gifted:\n\nlink chain and ring - @vitaly ( thank you for these pieces)\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸)\n@anastasiabeverlyhills jet gel liner\n\nlashes:\n@anastasiabeverlyhills mascara\n\nlips:\n@morphebrushes lip liner in dark room\n@plouise_makeup_academy lip bases in stark naked and semi nude\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CNstIlRDYrI/', 'likes': 'None', 'age': '2021-04-15T19:35:00.000Z', 'caption': 'naezrahlooks\n🟡💛🧽🌞🌕🌻🌼🧀🍌🍋\n\nRelax with me. get yourself a warm drink and a snack. let’s relax together\ncolor: yellow 🍋\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@fentybeauty pro filt’r in 445\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@morphebrushes concealer in c5.15\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@makeuprevolution x tammi face palette (darkest palette)\n@itslikelymakeup clown blush in orange and yellow\n\neyes:\n@plouise_makeup_academy blank canvas , rewhite paint .( use code Naezrahlooks10 to save 🧸)\n@mehronmakeup paradise paint palette (yellow)\n\nlashes:\n@anastasiabeverlyhills mascara\n@sensoriumbeauty brow engineer in platinum\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip base in stark naked\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editorial #softglam #yellow\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CNqVuDtr4dU/', 'likes': '27,931 likes', 'age': '2021-04-14T21:31:29.000Z', 'caption': 'naezrahlooks\n🟡💛🧽🌞🌕🌻🌼🧀🍌🍋\n\nANSWER BELOW PLS: quick, who remembers the show chalk zones theme song by heart still?????????? Really bummed about this one . didnt come out how I wanted but I turned it into something else and I’ll retry my original chart later 💛\ncolor: yellow 🍋\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@fentybeauty pro filt’r in 445\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@morphebrushes concealer in c5.15\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@makeuprevolution x tammi face palette (darkest palette)\n@itslikelymakeup clown blush in orange and yellow\n\neyes:\n@plouise_makeup_academy blank canvas , rewhite paint .( use code Naezrahlooks10 to save 🧸)\n@mehronmakeup paradise paint palette (yellow)\n\nlashes:\n@anastasiabeverlyhills mascara\n@sensoriumbeauty brow engineer in platinum\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip base in stark naked\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editorial #softglam #yellow\n1w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CNvcAYMpTeN/', 'likes': '750 likes', 'age': '2021-04-16T21:02:58.000Z', 'caption': 'tyrajanea\nCheck out this look I did for @makeupdotcom 🌈✨ Click the link in my bio for a step by step tutorial for this look ! ✨\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @urbandecaycosmetics 24/7 Shadow Stick in “Chaos” + @nyxcosmetics Sfx Face and Body Paint Palette in “Brights”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @maybelline Fresh BB Cream in “medium/deep”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @maybelline Fit Me Concealer\n𝑷𝑶𝑾𝑫𝑬𝑹: @maybelline Lasting Fix Banana Powder\n\n•\n•\n•\n#sponsored #byloreal #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #softglammakeup #studiofam\n1w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CMaLI38JYNM/', 'likes': '2,818 likes', 'age': '2021-03-14T18:19:47.000Z', 'caption': 'tyrajanea\n🦋🤍✨ Loved the way this look came out !\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬 𝑷𝑹𝑰𝑴𝑬𝑹: @kvdbeauty Beauty Shake Primer\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @colourpopcosmetics Pretty Fresh Hydrating Foundation\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @colourpopcosmetics Pretty afresh Creamy Concealer + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @maybelline Lip Lifter Gloss in Pearl\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n6w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CLcvGU2JdzK/', 'likes': '2,502 likes', 'age': '2021-02-18T21:41:06.000Z', 'caption': 'tyrajanea\n💜 Purple Glossy Eye 💜 You can see the step by step tutorial for this look in @makeupdotcom bio ! #byloreal\n\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @urbandecaycosmetics Ultraviolet Palette\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @hudabeauty Water Jelly Hydrating Face Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @urbandecaycosmetics Hydromaniac Glowy Tinted Moisturizer\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @maybelline Lip Lifter Gloss in Pearl\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup\n9w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CLFT3capxrz/', 'likes': '5,900 likes', 'age': '2021-02-09T19:20:36.000Z', 'caption': 'tyrajanea\n💗✨ 3rd Valentine’s Day Look✨💗\n\nWasn’t sure about this look but I love the way it turned out! Also this is my first time using the @milkmakeup Sunshine Skin Tint , and I love it sooo much ! I love the packaging and the way it feels on my skin. Would recommend if your looking for something that’s light coverage .\n\nSong: Clairo - How (Demo)\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑳𝑰𝑵𝑬𝑹: @bymelolops Water Ink in “Atomic”\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles lashes in “Cupid”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Sunshine Skim Tint in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\nBLUSH: @colourpopcosmetics Pressed Powder Blush in “luv me not”\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @solbody Face & Body Highlighter in “Pink Truffle”\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @colourpopcosmetics So Juicy Gloss in “Princess Out”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup\n10w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CK7CCQGpatF/', 'likes': '8,478 likes', 'age': '2021-02-05T19:32:23.000Z', 'caption': 'tyrajanea\n✨💙2nd Valentines Day look 💙✨\n\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @poppicosmetics See You Never Palette\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles lashes in “Star”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @colourpopcosmetics Coconut Face Milk\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @elfcosmetics Retro Paradise Face & Body Shimmer in “Luna”\n\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @hauslabs Gloss in “Glass Slipper”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup\n11w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKwk7mppfgf/', 'likes': '2,242 likes', 'age': '2021-02-01T18:05:40.000Z', 'caption': 'tyrajanea\nIt’s my birthdayyy ❤️❤️ I’m finally 21 ! 🥂🍾💗\n\nNever posted these so I thought rn would be a perfect time 💕\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @doseofcolo Baked Browns Eyeshadow\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles Lashes in “Barbie”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @lauramercier Face Illuminator in “Indiscretion”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n12w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKmZ99kJUHe/', 'likes': '2,055 likes', 'age': '2021-01-28T19:17:28.000Z', 'caption': 'tyrajanea\nCheck out this Glittery Blue Look I did for @makeupdotcom 💙 Click the link in my bio for a step by step tutorial for this look ! ✨\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @nyxcosmetics Diamond and Ice Palette\n@nyxcosmetics Diamond & Ice , Please Shadow Jelly in “ A Lister Silver”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹:\n@nyxcosmetics Diamond & Ice , Please Shadow Jelly in “ A Lister Silver”\n\n•\n•\n•\n#sponsored #byloreal #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n12w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKhVVuXBTwv/', 'likes': '3,655 likes', 'age': '2021-01-26T20:00:49.000Z', 'caption': 'tyrajanea\n💕 first look of my Valentine’s Day series! 💕\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @colourpopcosmetics Cloud Spun Palette\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles Lashes in “Trixie”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @colourpopcosmetics Face Milk in “Rose”\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer + @colourpopcosmetics pressed blush in “Take the Cake”\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @colourpopcosmetics Super Shock Highlighter “Candy Floss”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n12w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKR2EeaJA1b/', 'likes': '10,323 likes', 'age': '2021-01-20T19:38:58.000Z', 'caption': 'tyrajanea\n🧿✨\n\nWanted to try something different today 🤍\n\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @elfcosmetics x Jkissa To The Rescue Palette + @poppicosmetics See You Never Palette\n𝑳𝑨𝑺𝑯𝑬𝑺: @colourpopcosmetics Lashes in “Wifey”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @elfcosmetics Poreless Putty Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @elfcosmetics Retro Paradise Face & Body Shimmer in “Luna”\n\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @hauslabs Gloss in “Glass Slipper”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n13w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/COIsijTJk3J/', 'likes': '387 likes', 'age': '2021-04-26T16:28:24.000Z', 'caption': 'facedbykareem\neverything is better in pink 🌸💕\n\nI’ve teamed up with @limecrimemakeup to bring in the FUN with their new Unicorn Hair Party Collection which includes:\n🍬 Bleach Party 40 or 20 Volume Bleaching Kits: Helps create the perfect base for Unicorn Semi-Permanent Dyes\n(Please Follow Instructions Included)\n🍬 4 New Shades of Unicorn Hair Full Coverage Hair Jelly: 100% Vegan + Cruelty Free with ultra conditioning formula\n(Smell DELICIOUS too!)\n✨I used shade ‘Sour Candy’\n🍬 Hair Color Essential Tools including: Mixing Bowl, Brush + Comb, Color Removing Wipes and Hair Clips to make your at home color transformation super easy !\n\nIf you’ve been wanting to switch up your look, this is the sign✨ Super easy to do, right at home! Check out Lime Crime Vegan #UnicornHair Collection\nat Limecrime.com 🌈\n\n#sponsored\n6h'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/COA9HDvJSj3/', 'likes': '662 likes', 'age': '2021-04-23T16:18:59.000Z', 'caption': 'facedbykareem\ntrue beauty begins the moment you decide to be yourself 💟🌸🖤\n\n@trixiecosmetics Bottle Blonde Collection is launching today✨ It’s been almost a full year since we first worked together, how insane time flies! I’m so grateful to be bringing in this fierce collection with this Blonde Ambition Look 💕\n\n🌸💜 Look Details :\n▪️ Bottle Blonde Palette\nOn the Eyes & As Highlight\n(Tutorial on my page)\n▪️ Bottle Blonde Collection Glosses in:\nHater w/ I’m Baby (on top)\nLip Swatch of ‘Press-On’ (4th Slide)\n▪️’Cyber Babe’ Blush from the Back to The Fuchsia Blush Palette\n3d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN-Xi7WpLjR/', 'likes': '805 likes', 'age': '2021-04-22T16:12:24.000Z', 'caption': 'facedbykareem\nThe secret is out 👀| AD\nI got the first peak of the new @trixiecosmetics Bottle Blonde Collection by The Bottle Blonde herself, @trixiemattel 💖\n\nYour secret is safe with me, HOWEVER I’m spilling the tea on Trixie’s most scandalous secret yet\n\n💜 The Bottle Blonde Collection includes\n▫️ Bottle Blonde\n12-Pan Eyeshadow Palette ($48 USD)\nwith Universal Neutrals, High Impact Shimmers and Smokey Rose shades\n▫️ 4 New Trixie Lip Glosses ($16 USD each)\nI used shades ‘Hater’ and my FAV ‘I’m baby’ on top!\n\n💕 Achieve My Blonde Ambition Smokey Rose look using Bottle Blonde Shades:\nRoller Set (Transition)\nBlowout (Crease)\nLash Lift (Outer)\nMiss Kim (Lid)\nFrenemy (Lash Line)\nMauve Mentality (Inner Corner)\n\n🗞 Available TOMORROW 4.23 at TrixieCosmetics.com\n\n#trixiecosmetics #trixiemattel\n4d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN7sn8Mp5VS/', 'likes': '378 likes', 'age': '2021-04-21T15:18:43.000Z', 'caption': 'facedbykareem\nreposting with proper spelling to her name.\n\ntake time today to educate yourself on what occurred in Columbus Ohio no later than 2 Hours after accountability was held for George Floyd.\n\nwe are not hashtags.\n5d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN5RQ2jpAsk/', 'likes': '672 likes', 'age': '2021-04-20T16:41:09.000Z', 'caption': 'facedbykareem\nbloom where you are planted 💜🏵💧🌺\n\nInspo: @dojacat 💕\n6d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN2s0nFpY-L/', 'likes': '1,471 likes', 'age': '2021-04-19T16:44:24.000Z', 'caption': 'facedbykareem\nLet’s admit, miss @dojacat been pumping out LOOKS lately 😰\n\nYou know I had to slay this Lavender Pastel graphic moment\n💎💜🍑\nUSING:\n\n@makeupgeekcosmetics Matrix System Shadows:\nSo Pale, Lavender Dreams, Code Blue and Bellini\n✨Use Code FACEDBYKAREEM for 15% OFF All MUG Products\n💜 @bymelolops Radioactive Water Ink Liner in ‘Ultraviolet’\n✨ Use Code: KAREEM10 or KAREEM5* for $ OFF Regular & Collab* Items\n💎 @hauslabs Eye-Dentify Gel Liner in ‘Priscilla’\n🍑 @glistening_beauty_ Chroma Paint Pots in White, Red, & Yellow\n(Brand Relaunch Coming Soon)\n💜 @trixiecosmetics Lip Gloss in ‘Prism’\n1w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN1FTO4JAAc/', 'likes': '317 likes', 'age': '2021-04-19T01:39:39.000Z', 'caption': 'facedbykareem\nsecuring bags and sparkling like diamonds in the light 💎\n\n@steelskincare Wet Diamond eye patches & Steel Skin skin care band\n\nUse Code: KAREEM10 to save ✨\n1w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN0HS0RpOxT/', 'likes': '481 likes', 'age': '2021-04-18T16:37:50.000Z', 'caption': 'facedbykareem\nremembered who I am, then the game changed. 👼🏾🌸\n1w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CNu7TykpXrP/', 'likes': 'None', 'age': '2021-04-16T16:17:19.000Z', 'caption': 'facedbykareem\nliterally, the most requested tutorial y’all ask for! 👀\n\nIt’s time I spill how my brows always look ✨snatched✨ using @morphebrushes\n▫️ Brow Setting Gel in ‘Translucent’\n▫️ Micro Brow Pencil in ‘Java’\n▫️ Brow Cream in ‘Java’\n✨ USE CODE: GLAMFAM1052 at Morphe.com to save\nOR find these products at full price at @ultabeauty\n\npro tip: when you have your brows already tweezed, waxed or threaded- that’s already your map to filling in! Just follow the shape of your brows\n1w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/COI4HCsJoxL/', 'likes': '107 likes', 'age': '2021-04-26T18:09:13.000Z', 'caption': 'makeupbyjurn\n✨🦋 FEELIN LIKE MAGIC 🦋✨\nphoto: @jaymuhlin\nmuse: @kevin_jator_robinson\nmua: me @makeupbyjurn\ncreative consultant: @binny_andthejets\nvia @lemonjuiceprojects\n\nproduct details:\n@danessa_myricks @danessamyricksangels beauty oil, vision cream cover, evolution powder, waterproof cream palettes “primary blue + beaches”, colorfixes “lift + primary yellow”, colorfix nude glaze\n@blackradiance illuminous glow palette\n4h'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CN21qruptVZ/', 'likes': '196 likes', 'age': '2021-04-19T18:01:32.000Z', 'caption': 'makeupbyjurn\n🥳 MY FIRST MASTERCLASS 🥳\n\nPURCHASE YOUR TICKETS ON MAKEUPBYJURN.COM\n\nSUNDAY MAY 16th | 1PM-5PM | PHILADELPHIA\n\nlight refreshments + wine, goodie bags (valued at $25), surprise raffles, discount codes, and pdf of product recommendations + techniques for all students 💕\n\nbring your favorite eye makeup products (if you have some) + practice your eyeshadow and lash techniques with me! 🎨\n\nmost importantly, learn my process in person, ask questions, and take notes! 📚\n\nSEE YOU THERE! 🥳\n1w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNx4f2VpCzu/', 'likes': '170 likes', 'age': '2021-04-17T19:50:04.000Z', 'caption': 'makeupbyjurn\nSWIPE FOR PICTURES ➡️\nfreestyle editorial glam with @eastsidemamiii 🤩🎨\n\nclick the link in my bio to book your appointment 🖤\n*I had to repost sorry 😭*\n\nproduct details:\n@bossbrushes brushes\n\nBASE\n@danessa_myricks vision cover cream N02 + N2.75, evolution powder 01, lightwork palette\n@elfcosmetics hydrating camo concealers\n@morphebrushes 8F fair play face palette\n@thecrayoncase blush binder\n\nEYES\n@kvdbeauty shake primer\n@bhcosmetics trendy in tokyo palette\n@danessa_myricks colorfix “Phoenix”\n@jemmebeauty soulmate rhinestones\n@nostalgiacosmetics “cher” pigment\n@glambeautyco star glitter\n@lagirlcosmetics shockwave neon liner “outrage”\n@kissproducts individual lashes\n\nBROWS\n@morphebrushes micro brow pencil “chocolate mousse”\n@makeuprevolution soap brow\n\nLIPS\n@danessa_myricks colorfix “royalty”, luxe cream palette “nudist”\n_____________________________________\n#cutcrease #carnivalmakeup #neonmakeup #editorialmakeup #brightmakeup #newjerseymakeupartist #phillymakeupartist #freelancemua #bottomlashes #danessamyricksangels #bhcosmetics\n1w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNkgJXDpzei/', 'likes': '369 likes', 'age': '2021-04-12T15:07:46.000Z', 'caption': 'makeupbyjurn\nquick process video 🌟\nmuse: @queenfanta.c 😍\nassisted by: @kawaii_britt\nbts with @ceeceesclosetnyc 👑\n\nskin:\n@physiciansformula 24k eye cream\n@itembeauty lite sauce primer\n\neyes:\n@bhcosmetics trendy in tokyo eyeshadow palette\n@aevabeauty sunset highlighter\n\nbase:\n@nyxcosmetics born to glow foundation “23”\n@lorealparis infallible concealer “415”\n@danessa_myricks the balm contour “deep 3”, evolution powder “4.5”, lightwork palette\n@morphebrushes 8D Deep Glam face palette\n@thecrayoncase blush binder (red shade)\n\nbrows:\n@morphebrushes micro brow pencil “chocolate mousse”\n@makeuprevolution soap brow\n\nlips:\n@danessa_myricks colorfix nude glaze “espresso” + “cocoa”\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNc9M6Spsuo/', 'likes': '541 likes', 'age': '2021-04-09T16:47:07.000Z', 'caption': 'makeupbyjurn\nHOT LIKE FIRE 🔥\nI’m begging y’all to zoom in on this eye!!\n\nphoto/cd/retouch: @camchampszn 🌟\nmuse: @lelliessantiago 😍\nmua: me @makeupbyjurn 🎨 using @danessa_myricks colorfix\nhair: @braided__ ✂️\nnails: @kays_klawzzz 💅🏾\n\nproduct details:\nBASE:\n@danessa_myricks beauty oil, vision cover cream “TO01 olive”, evolution powder “2.5”\n@elfcosmetics hydrating camo concealer\n@morphebrushes revitalizer primer, continuous setting mist\n\nCHEEKS:\n@blackradiancebeauty illuminous glow palette “highlight of your life”\n@danessa_myricks dew wet balm “clear”, balm contour “medium 2”\n@morphebrushes 8D face palette\n\nBROWS:\n@danessa_myricks colorfix nude 2 + lift\n\nEYES:\n@danessa_myricks colorfixes in colbolt, valentine, phoenix, blackout\n\nLIPS:\n@danessa_myricks colorfixes in valentine, blackout, clear glaze\n\n#danessamyricksbeauty #danessamyricks #danessamyricksangels #sephora #nextbigthing #blaxkowned #editorialmua #danessamyrickscolorfix #colorfix #colorfixmeup #blackradiancebeauty #morphe #elfcosmetics #nycmua #brooklynmua #njmua #brooklynmakeupartist\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNaoNQRpa4v/', 'likes': 'None', 'age': '2021-04-08T19:21:17.000Z', 'caption': 'makeupbyjurn\nMY SKINCARE ROUTINE 🧖🏽\u200d♀️\n\ncomment your favorite skincare secrets below!\n\nproduct details + how to ⬇️\n1. @garnierusa waterproof micellar cleansing water + @cvs_beauty XL cotton ovals\n-Use make up remover to gently take off lashes. Hold pad for a few seconds. Firmly but gently rub to remove eye make up. be sure to give extra love to which ever part of your face has the heaviest make up on it. Continue until all make up is removed. Be sure to get in your edges, ears, neck, etc.\n\n2. @dermae universal cleansing balm\n-On a dry face, using circular motions, massage cleansing balm all over. Don’t be afraid to use this to help remove eye makeup too! Again be sure to fully remove make up everywhere. After cleansing for at least 60 seconds, use water to remove the balm.\n\n3. @tatcha the deep cleanse\n-Apply to a wet face. Circular motions for 60 seconds. Avoid eye area + remove with water.\n\n4. @lorealparis hydrafresh toner\n-Apply a quarter size amount using hands. Be careful around eyes.\n\n5. @rosenskincare earth face mask + charcoal face mask\n***USE MY CODE “Jurn15” FOR 💸💸💸 OFF***\n-Use clean + dry hands/brush to apply. Use different masks to target different skin issues. Let dry for 15-20 mins, then remove with water.\n\n6. @formula1006us on your mark blemish fader\n-On a dry face, apply to dark marks. Avoid eyes and broken/irritated skin.\n\n7. @glamglow bright eyes cream\n-Using your ring finger, gently apply around eyes. You can apply on eyelids and temples as well.\n\n8. @glowrecipe banana soufflé moisture cream\n-Use a dime sized amount. Gently rub into skin until absorbed.\n\n9. @sheamoisture overnight face oil\n-Gently massage all over face and neck.\n\n10. @rosenskincare break out treatment\n***USE MY CODE “Jurn15” FOR 💸💸💸 OFF***\n-Apply directly to bumps. Make sure there’s a thick layer.\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNV8SG5JgRZ/', 'likes': '514 likes', 'age': '2021-04-06T23:24:24.000Z', 'caption': 'makeupbyjurn\nfull glam appointments never looked better 😍💖 happy birthday big sis @jade_royale @fauxlocsbyjade !!\n\nnew clients save $10 off makeup services when they use code “NEWCLIENT10”! book thru MakeupByJurn.com\n\nproduct details:\n@danessa_myricks @danessamyricksangels beauty oil, vision cream cover, evolution powder, the balm contour, luxe cream feminist palette for blush + lips, custom colorfix liner (lift, phoenix, valentine), custom colorfix lips (chocolate, nude 7, latte)\n\n@morphebrushes revitalizer primer, micro brow pencil, face palettes 8T + 8D, continuous setting mist\n@nyxcosmetics born to glow foundation “15” + “15.9”\n@thecrayoncase blush binder\n@beccacosmetics shimmering skin perfector “prosecco pop”\n\n#newclientswelcome #newclientspecials #fullglam #softglam #graphicliner #brightmakeup #neonmakeup #springmakeuplook #danessamyricks #danessamyricksbeauty #danessamyricksangels #colorfix #colorfixmeup #morphe #morphebrushes #morphebabe #nyxcosmetics #borntoglowfoundation #crayoncase #blushbinder #beccacosmetics\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNVyj8YJPNb/', 'likes': '596 likes', 'age': '2021-04-06T21:59:51.000Z', 'caption': 'makeupbyjurn\nA DAY IN THE LIFE OF A MUA ✨\n\nhuge thank you to @winglyss for the suggestion to make this kind of video!\n\nthis is what a typical work day in nyc looks like for me, tag a mua below who can relate ⬇️\n\n#dayinthelife #vlog #mua #makeupartist #freelancemua #freelanceartist #nycmua #nycmakeupartist #njmua #photoshoot #editorialmakeup #fyp #viral #muasupport #mua_underdogs #mualife\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNQXVMcJR25/', 'likes': '173 likes', 'age': '2021-04-04T19:26:56.000Z', 'caption': 'makeupbyjurn\nmakeup + sunlight are besties 🤝\n@randi.noble 🩸\nlash xtensions: @doubledoselashes\n\nproducts used:\n• @danessa_myricks @danessamyricksangels beauty oil, evolution powder, balm contour, lightwork palette, colorfixes: primary red, phoenix, primary yellow, blackout, clear glaze\n• @shopvioletvoss coral pop palette\n• @thecrayoncase blush binder\n• @morphebrushes 8T totally tan face palette, micro brow pencil, continuous setting mist\n• @nyxcosmetics born to glow foundation\n• @elfcosmetics hydrating camo concealer\n\n#nycmua #editorialmua #cutcrease #dewymakeup #danessamyricksangels #colorfixmeup #danessamyricksbeauty #morphebrushes #violetvoss #crayoncase #elfcosmetics #nyxcosmetics\n3w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CNpyV2_p9eS/', 'likes': '6,030 likes', 'age': '2021-04-14T16:22:21.000Z', 'caption': 'yukas.cloud\nshadow shape was inspired by @catalinahotin !!\nalso, i wanted to share that the @asianmentalhealthcollective has rounded up some really great resources for therapy, support groups, and ways to support anti-racism in their linktree !! you can go to their page and see their bio for all those links! through all the shit going on i hope you don’t feel selfish for taking a break from your phone or spending some time alone. do whatever it is you can do to get a little bit of peace.\n. . . . . . . . .\n⭐︎ @lauramercier blurring primer\n⭐︎ @narsissist natural radiant longwear foundation\n⭐︎ @milkmakeup flex concealer, highlight stick [lit], blush stick [flip], loose setting powder\n⭐︎ @colourpopcosmetics fade into hue & stone cold fox palettes, queenie lash, brown mascara in brows\n⭐︎ @claropsyche sketch paint\n⭐︎ @stilacosmetics blue realm palette\n⭐︎ @moiracosmetics concealer\n⭐︎ @fentybeauty diamond bomb [how many karats?!]\n⭐︎ @freck noir\n. . . . . . . . .\n#lauramercier #narsissist #milkmakeup #colourpopcosmetics #claropsyche #stilacosmetics #moiracosmetics #fentybeauty #freck #graphicliner #bluemakeup #pastelmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n1w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CNiDl_spyE2/', 'likes': '2,779 likes', 'age': '2021-04-11T16:19:10.000Z', 'caption': 'yukas.cloud\nsomething fun !! trying to practice doing more simple, relaxing lewks so i kept the base really simple with no foundation! :-) today, i want to share that @merchaid has been selling shirts & prints designed by some amazing AAPI artists, with 100% of the profit going to @aapiwomenlead !!! i just ordered the shirt designed by @jennetliaw and am very very excited to receive it :-) check it out on Merch Aid’s page!\n. . . . . . . . .\n⭐︎ @colourpopcosmetics queenie lash, creme gel liner [good reef] in waterline, white mascara in brows, fade into hue palette\n⭐︎ @milkmakeup blur stick, flex concealer, highlight stick [lit], blush stick [flip], color chalk [skip it]\n⭐︎ @glistencosmetics wet liner [strawberry] on brows & eyes\n⭐︎ @shanelcosmetics melaliner blue & green\n⭐︎ @freck noir\n. . . . . . . . .\n#colourpopcosmetics #milkmakeup #studiofam #glistencosmetics #shanelcosmetics #freck #pastel #pastelmakeup #rainbowmakeup #graphicliner #pastelliner #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #pastelaesthetic #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n2w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CM2V_7MJ7yU/', 'likes': '1,217 likes', 'age': '2021-03-25T16:53:25.000Z', 'caption': 'yukas.cloud\nSUPPORT AAPI FOLKS. Honestly, I’m tired. My heart is heavy and so is my mind, and if I’m being super honest, I’m feeling a little discouraged because not enough people are talking about this. My mind is all over the place but I’m gonna try to be succint here.\nThis isn’t a fight to see which minority has it the hardest, & it never was nor should it ever be. This is about confronting the ugly, horrifying reality in our country right now– that simply being Asian is reason enough to fear for your life.\nAsian Americans might be seen as the “model minority” [fuck that] but that doesn’t mean we’re immune to hate crimes & assault. Even if you’re not AAPI, I’m sure you grew up seeing your AAPI classmates get bullied/teased at school, right? Other kids will say our home lunch smells stinky, call us gross for eating raw fish, pull their eyes back and say “ching chong,” and NOW our Asian American kids even have to deal with other kids accusing them of “spreading coronavirus,” & being told to “go back to China.” KIDS. Where do you think they’re learning to talk like that? When Trump says it on the news, when politicians tweet about it, when your neighbors & family members & friends & comedians & influencers contribute to these Asian stereotypes, even as a joke, that shit piles up. It piles up so much that people think KILLING & ASSAULTING Asian elders, adults, teens, & kids, is JUSTIFIABLE. That being Asian is a good enough reason to DIE.\nPlease dedicate some time, even 5-10 mins a day, to learn something about Asian American history, or to find organizations that support AAPI communities in your area, or to find + support AAPI-owned businesses. Whatever you chooose to do, all I can hope for is that we keep the discussion going while amplifying AAPI and BIPOC voices, & that we keep listening and learning.\nIf you don’t know where to start, whether you’re AAPI or not, take a look at some videos/podcasts that I think are helpful / worth watching. I also need to do better in a lot of ways, so I will keep trying, learning, and listening, & I hope you do too.\n4w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CLrr3VmJ7R7/', 'likes': '1,431 likes', 'age': '2021-02-24T17:01:27.000Z', 'caption': 'yukas.cloud\n!!! so excited for today’s collab with @fuji1kenobe !!!✨ i actually first found her prints at a local market here in hawaii, which was definitely over a year ago at this point, and i’ve been inspired by her amazing art ever since! we both created things inspired by the other person’s creations and i had so much fun doing it. so go check out Maya’s post and show some love💞 swipe to see her work and specific pieces i used as inspiration, & her process video! and thank you to Maya for collabing with me, it is such an honor and i am continuously inspired by your art :’)\n. . . . . . . . .\n⭐︎ @renskincare clean screen mixed with @milkmakeup vegan moisturizer as a base\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup loose setting powder [med. translucent]\n⭐︎ @moiracosmetics dreamscape eyeshadow palette\n⭐︎ @claropsyche sketch paint [face, liner, brows]\n⭐︎ @claropsyche real fantasy palette [for highlight]\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @anastasiabeverlyhills liquid lipstick [sand]\n. . . . . . . . .\n#renskincare #milkmakeup #touchinsolus #narsissist #moiracosmetics #claropsyche #sketchpaint #hauslabs #anastasiabeverlyhills #pastel #pastelmakeup #graphicliner #eyeliner #pastelaesthetic #rainbowmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n8w'},{'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CLez1gSp9gf/', 'likes': '1,857 likes', 'age': '2021-02-19T17:00:58.000Z', 'caption': 'yukas.cloud\nwelcome to the fairy garden 🌿🍄🦋✨ today i’m bringing you a COLLAB with the lovely @kitty.irl , who is the sweetest and whose work has seriously always inspired me— you can tell just by looking at their page how hard they work !!! anyway go check out their amazing fairy garden lewk too and show some luv <3 this took about 7 hours but it was rlly fun🥰 take care 🧸💕\n. . . . . . . . .\n⭐︎ @renskincare clean screen mixed with @milkmakeup vegan milk moisturizer as a base\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup loose setting powder [med. translucent]\n⭐︎ @anastasiabeverlyhills blush [scorching]\n⭐︎ @freck noir\n⭐︎ @claropsyche sketch paint, psyche’s box palette, real fantasy palette\n⭐︎ @colourpopcosmetics mint to be palette, in a trance palette\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @anastasiabeverlyhills liquid lipstick [red coral]\n⭐︎ @sephoracollection clear plumping gloss\n⭐︎ @ardellbeauty 253 lash\n. . . . . . . . .\n#renskincare #milkmakeup #touchinsol #narsissist #anastasiabeverlyhills #freck #claropsyche #colourpopcosmetics #hauslabs #sephoracollection #ardelllashes #pastelmakeup #pastel #flowermakeup #graphicliner #fairymakeup #butterflymakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n9w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CLCfIRupsyN/', 'likes': '2,183 likes', 'age': '2021-02-08T17:01:18.000Z', 'caption': 'yukas.cloud\n⭐︎ @renskincare clean screen mixed with @milkmakeup vegan milk moisturizer as a base\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup flex concealer [golden sand]\n⭐︎ @glossier cloud paint [haze]\n⭐︎ @milkmakeup matte bronzer stick [blaze]\n⭐︎ @milkmakeup highlight stick [lit]\n⭐︎ @milkmakeup loose powder [med. translucent]\n⭐︎ @colourpopcosmetics stone cold fox palette\n⭐︎ @moiracosmetics concealer to cut the crease\n⭐︎ @anastasiabeverlyhills brow definer [chocolate]\n⭐︎ @colourpopcosmetics brown mascara in brows\n⭐︎ @ardellbeauty 253 lash\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @anastasiabeverlyhills liquid lipstick [sand]\n⭐︎ craft pearls\n. . . . . . . . .\n#renskincare #milkmakeup #studiofam #touchinsol #narsissist #glossier #colourpopcosmetics #moiracosmetics #anastasiabeverlyhills #ardelllashes #hauslabs #theartives #mua #makeup #neutralglam #softglam #eyeshadow #rhinestonemakeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #crazymakeup #weirdmakeup #pearls\n11w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CKWtuZvJLpW/', 'likes': '1,358 likes', 'age': '2021-01-22T17:02:15.000Z', 'caption': 'yukas.cloud\njust poppin by to say take care of urself <3 ok bye~~\nproducts:\n⭐︎ @renskincare clean screen SPF 30 mixed with @milkmakeup milk vegan moisturizer\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @glossier cloud paint [haze]\n⭐︎ @milkmakeup matte bronzer [blaze]\n⭐︎ @milkmakeup concealer flex concealer [golden sand]\n⭐︎ @milkmakeup blur + set powder [med. translucent]\n⭐︎ @anastasiabeverlyhills powder blush [scorching]\n⭐︎ @moiracosmetics dreamscape palette\n⭐︎ @colourpopcosmetics hocus pocus palette & all that palette\n⭐︎ @milkmakeup kush liquid liner\n⭐︎ @ardellbeauty 253 lash\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @milkmakeup lipstick [new whip]\n. . . . . . . . .\n#renskincare #milkmakeup #studiofam #touchinsol #narsissist #glossier #anastasiabeverlyhills #moiracosmetics #colourpopcosmetics #ardelllashes #hauslabs #graphicliner #pinkmakeup #rhinestonemakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #redmakeup #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n13w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CIbIjfGp9iK/', 'likes': '1,827 likes', 'age': '2020-12-05T17:10:52.000Z', 'caption': "yukas.cloud\n@milkmakeup #STUDIOFAM collab time 🥰 tis the season because we are bringing u some lewks inspired by the seasons✨ here is my winter-inspired lewk!! be sure to check out everyone's beautiful work🧸🤍\n. . . . . . . . .\n⭐︎ @claropsyche sketch paint & psyche’s box palette & real fantasy palette\n⭐︎ @moiracosmetics dreamscape palette & lucent cream shadow [saturn] & [neptune] for highlight\n⭐︎ @colourpopcosmetics fade into hue palette & creme gel liner [ice breaker]\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup loose setting powder [med. translucent]\n⭐︎ @thejunoco bombshell sculpting palette\n⭐︎ @anastasiabeverlyhills blush [scorching] & liquid lipstick [stripped]\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @nyxcosmetics black liner\n⭐︎ @ardellbeauty 253 lash\n. . . . . . . . .\n#claropsyche #moiracosmetics #colourpopcosmetics #touchinsol #narsissist #milkmakeup #thejunoco #anastasiabeverlyhills #hauslabs #nyxcosmetics #ardelllashes #bluemakeup #rhinestones #rhinestonemakeup #wintermakeup #graphicliner #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n20w"}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CILqpzfJwZq/', 'likes': '953 likes', 'age': '2020-11-29T17:00:59.000Z', 'caption': 'yukas.cloud\ninspired by my new earrings from my friend’s brand @kitaproducts :-) they’re available now so pls go check it out and support a wonderful small business !!\n. . . . . . . . .\n⭐︎ @claropsyche sketch paint\n⭐︎ @milkmakeup triple kush brow pen\n⭐︎ @colourpopcosmetics brown mascara in brows\n⭐︎ @maybelline the rocket mascara\n. . . . . . . . .\n#claropsyche #milkmakeup #colourpopcosmetics #maybelline #facepaint #graphicliner #pastel #pastelmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n21w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CM29Qx6pglY/', 'likes': '2,252 likes', 'age': '2021-03-25T22:36:30.000Z', 'caption': 'facebyhayley\n🍭💗 Q: what’s your favorite disney channel show? mine was wizards of waverly place 😌 they really did what they had to do with that show☝🏾\n•\n•\nProducts Used:\n@theboldfacemakeup Brow Pencil in ‘B9’\n@nyxcosmetics Brow Glue\n@colourpopcosmetics x Lizzie Mcguire Palette\n@baddieblashes in ‘She Cute’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@aboutfacebeauty Lightlock Powder in ‘Lightspun’\n@colourpopcosmetics Lip Pencil in ‘BFF4’ and Lip Gloss in ‘Miranda’\n•\n\n#makeup #colourpop #colourpopme #disneylizziemcguireandcolourpop #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #colorfulmakeup #modelmalay #milkmakeup #studiofam #v93oo\n4w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CM0nh0LpK3P/', 'likes': '1,408 likes', 'age': '2021-03-25T00:48:07.000Z', 'caption': 'facebyhayley\nwe love a honey blonde moment 👱🏾\u200d♀️ i’m posting a new youtube video tomorrow on this hair from @unicehair 🤍\n4w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMqarmupo9J/', 'likes': '1,276 likes', 'age': '2021-03-21T01:43:27.000Z', 'caption': 'facebyhayley\n🍫🍫🍫\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@colourpopcosmetics ‘Bare Necessities’ Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@baddieblashes in ‘She Cute’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@aboutfacebeauty Lightlock Powder in ‘Lightspun’\n@nyxcosmetics Lip Pencil in ‘Espresso’ & Lip Gloss in ‘Milk the Coco’\n\n•\n\n#makeup #colourpop #colourpopme #softglammakeup #softglam #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #nyxcosmetics\n5w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMpiTmVpzza/', 'likes': '17,016 likes', 'age': '2021-03-20T17:30:59.000Z', 'caption': 'facebyhayley\nwe love a good gloss 🥰 these new @nyxcosmetics glosses are so pretty! 🤍\n•\n•\n@nyxcosmetics ‘This is Milky’ Lip Glosses in ‘Milk & Hunny’, ‘Milk It Pink’, ‘Cherry Skimmed’, and ‘Milk the Coco’, Lip Liner in ‘Espresso’\n•\n#nyxcosmetics #lipgloss #thisismilkygloss #lipcombo #liptutorial #gloss #melaninbeauties #makeupforpoc\n5w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMdT-L3JihB/', 'likes': '1,940 likes', 'age': '2021-03-15T23:34:41.000Z', 'caption': 'facebyhayley\n🌻🌻🌻\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@colourpopcosmetics ‘Limoncello’ Eyeshadow Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@aboutfacebeauty Shadowstick in ‘Chaos Theory’\n@baddieblashes in ‘She Cute’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@rarebeauty Liquid Blush in ‘Grateful’\n@aboutfacebeauty Lightlock Powder in ‘Lightspun’\n@colourpopcosmetics Lippie Pencil in ‘BFF 4’\n@colourpopcosmetics Lux Lip Gloss in ‘Biscotti’\n•\n\n#makeup #colourpop #colourpopme #limoncellopop #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo\n5w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMaDVW-JiJe/', 'likes': '1,723 likes', 'age': '2021-03-14T17:11:35.000Z', 'caption': 'facebyhayley\nspring vibes 💐\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@glisten_cosmetics Split Liner in ‘Raspberry Punch’\n@colourpopcosmetics ‘Fade Into Hue’\nEyeshadow Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@aboutfacebeauty Shadowstick in ‘Creature’\n@baddieblashes in ‘Baddie’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’ @colourpopcosmetics Cheek Dew Serum Blush in ‘Hot Fuss’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@colourpopcosmetics Lippie Pencil in ‘BFF 4’\n@maybelline Lifter Gloss in ‘Stone’\n@revlon Satin Ink in ‘Your Majesty’\n•\n\n#makeup #colourpop #colourpopme #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo #glistencosmetics\n6w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMXykWBpJOH/', 'likes': '2,305 likes', 'age': '2021-03-13T20:06:36.000Z', 'caption': 'facebyhayley\nhappy saturday 🥰 i’m so happy with how this turned out!!! sharp liner looks are my fav to do 💙 swipe 👉🏾\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@glisten_cosmetics Split Liner in ‘The Royals’\n@colourpopcosmetics ‘Fade Into Hue’ Eyeshadow Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@marcjacobsbeauty Gel Eyeliner in ‘Out of the Blue’\n@theboldfacemakeup Lashes in ‘Dream Big’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@colourpopcosmetics Lippie Pencil in ‘BFF 4’\n@maybelline Lifter Gloss in ‘Stone’\n@revlon Satin Ink in ‘Your Majesty’\n•\n\n#makeup #colourpop #colourpopme #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo #glistencosmetics\n6w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMFb8Wcpokz/', 'likes': '1,734 likes', 'age': '2021-03-06T17:02:34.000Z', 'caption': 'facebyhayley\nhi guys 🥰 hair from @klaiyihair_no1 🤍 swipe 👉🏾 (click the link in my bio to watch my youtube video where i install and review this hair 😌) hope everyone has a great day ilysm\n\n🤍\n\nProducts Used-\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@urbandecaycosmetics ‘Stoned Vibes’ and ‘Naked Wild West’ Palettes\n@lavaalashes Lashes in ‘Sexy’\n@milkmakeup Kush Mascara, Hydro Grip Primer, Highlight Stick in ‘Lit’\n@toofaced Born This Way Foundation in ‘Chai’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Soft Matte Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@colourpopcosmetics Powder Blush in ‘Cat’s Eye’, Lippie Pencil in ‘BFF 4’, Super Shock Shadow in ‘Lady Bird’\n@destineebeautyy Lip Gloss in ‘Destinee’\n\n\n#makeup #mua #underratedmuas #colourpop #colourpopme #fentyface #creativemakeup #glam #lipcombo #makeupideas #makeuplooks #brownmelaninmakeup #klaiyihair #makeuptransformation #makeupforpoc #melaninbeauties\n7w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMA9IT5p2Xx/', 'likes': '482 likes', 'age': '2021-03-04T23:16:49.000Z', 'caption': 'facebyhayley\nI’m obsessed with the new @colourpopcosmetics Cheek Dew Serum Blushes! #ad They’re so easy to blend and so pigmented 😍 These shades ‘Hot Fuss’ and ‘Bubbles’ are about to be my new staple blushes 🥳😌\n\nProducts Used\n@colourpopcosmetics\n- Cheek Dew Serum Blushes in ‘Hot Fuss’ and ‘Bubbles’\n- Complexion Sponge\n- Super Shock Shadow in ‘Lady Bird’\n- Lippie Pencil in ‘BFF 4’\n\n#colourpopcosmetics #colourpop #CPCheekDew\n7w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CN-tloLJFMc/', 'likes': '208 likes', 'age': '2021-04-22T19:24:52.000Z', 'caption': 'cyberkay\n"Those who put themselves before nature will always fall. Pollution effects everyone even those who don\'t care"\n\nProduced by @hoodstylehub\nCreative Director @kw33n_t.y\n\nMUA @cyberkay & @chunkebeauty\n\nStylist @yani.mariee\n\nPhotographer @10.degrees_celsius\nVideographer @kaiireloaded\nEdits @karlid_”\n\nModels : @cocoadad @veeloria @shavell.fernandez @slimmjimzzz @venusentraptress @rebecca__gaynor\n\n#earthday #nature #earth #earthday2021 #photography #environment #love #recycle #adventure #explore #motherearth #naturephotography #art #cyberkay\n4d'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CN8p3ooplbm/', 'likes': '1,350 likes', 'age': '2021-04-22T00:13:53.000Z', 'caption': 'cyberkay\nThank you all for the birthday wishes yesterday 🤎\n4d'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNYiahhpund/', 'likes': '912 likes', 'age': '2021-04-07T23:36:05.000Z', 'caption': 'cyberkay\nHold tight <3\n2w'}, {'username': '__sata___', 'link': 'https://www.instagram.com/p/CNTBQVgJWsY/', 'likes': '380 likes', 'age': '2021-04-05T20:10:08.000Z', 'caption': '__sata___\nGorgeous 😍😍\n3wReply'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNTA8y6p9Wu/', 'likes': '684 likes', 'age': '2021-04-05T20:07:28.000Z', 'caption': 'cyberkay\nFriends who wear juicy together stay together 😌💗\n3w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNQ1ApaJdFY/', 'likes': '707 likes', 'age': '2021-04-04T23:44:39.000Z', 'caption': 'cyberkay\nIt’s the @glamnetic bombshell lashes for me 😌💗\n\nUse code : “CYBERAKAY2021“ to get money off 🙈\n.\n.\n.\n\n#underratedmuas #makeupforblackwomen #melaninmakeup #glamnetic #hairnbeautydirectory #cyberkay\n3w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNBdqdZpyFC/', 'likes': '1,000 likes', 'age': '2021-03-30T00:32:02.000Z', 'caption': 'cyberkay\nLate night vibes ...\n3w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CMYPP3SJoeD/', 'likes': '710 likes', 'age': '2021-03-14T00:17:13.000Z', 'caption': 'cyberkay\nSo many liner looks on the way 💚\n\nBrows : @theboldfacemakeup better brow pencil on the brows\n\nLashes : @morphebrushes\n\nFoundation: @narsissist natural radiant long wear foundation in Cadiz\n\nSetting powder: @kvdveganbeauty translucent\n\nLips : @maybelline filter gloss\n.\n#cyberkay\n6w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CMVUaEqJcxN/', 'likes': '597 likes', 'age': '2021-03-12T21:04:34.000Z', 'caption': 'cyberkay\nI’m horrible with captions 🙄\n6w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/COEDRO6p4Fa/', 'likes': '5,476 likes', 'age': '2021-04-24T21:10:31.000Z', 'caption': 'ivykungu\ni love this pic so much?? 😭 anywayysss i’m off to go touch up roots... wish me luck 🙃\n2d'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CN-iXHwJW5V/', 'likes': '3,275 likes', 'age': '2021-04-22T17:46:46.000Z', 'caption': 'ivykungu\nfirst set of acrylics on myself! have you been following my little journey on twitter? (twitter: @ ivykungu) i started doing my own nails this year and it’s been super fun!\n.\n.\n#youngnailsinc cover pink and core clear\n#joytii (on amazon) pastel gel polishes\n#beetlesgelpolish for the beige (962) and orange (964)\n#makartt striper brushes\n#melodysusie portable drill and bits\n4d'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CM7ll03Jjv9/', 'likes': '11,740 likes', 'age': '2021-03-27T17:46:02.000Z', 'caption': 'ivykungu\nhe better put me in the bag w whatever else he was was finna take tf? 😭😭 | TIKTOK: @ IVYKUNGU\n4w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CKhESTIp8y2/', 'likes': '13,945 likes', 'age': '2021-01-26T17:31:48.000Z', 'caption': 'ivykungu\ni mean... i guess you could call me bad bunny right? 🐰✨\n.\n.\n.\neverything’s from savage except the bunny ears which i got for like $7 on amazon lol\n12w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJwZoVypH6P/', 'likes': '4,964 likes', 'age': '2021-01-07T19:55:53.000Z', 'caption': 'ivykungu\ni be transforming ngl 😭 anywaayyyyssss! everyone talking about this link shirt reminded me that i haven’t played BOTW in foreeevvveerrr soooo— imma go do that... 🏃🏾\u200d♀️💨\n15w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJtxNgrphve/', 'likes': '10,949 likes', 'age': '2021-01-06T19:23:51.000Z', 'caption': 'ivykungu\nhi uuuhhh.... jsyk, imma post more full body/fashion stuff this year 😳😬\n.\n.\n.\n#fashionnova #fashionnovacurve #plussizefashion #plussizes #savagexfenty #plt #pltstyle #rebdolls\n15w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJg0QYHpVNz/', 'likes': 'None', 'age': '2021-01-01T18:41:34.000Z', 'caption': 'ivykungu\nhere’s a lil tut from my tiktok! more lash tips coming soon 🥰 TIKTOK: @ IVYKUNGU\n.\n.\nLASHES: Dubai from #themakeupshack (code “IVY” to save!!)\n.\n.\n#themakeupshack #makeuptutorial #lashes #lashtutorial #headbandwig #makeupforbeginners #beginnermakeup #beautyobsessed #fentybeauty\n16w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJWmtEkpVc9/', 'likes': '10,289 likes', 'age': '2020-12-28T19:29:31.000Z', 'caption': 'ivykungu\ni come baring an ancient ivyan proverb 😔🤲🏾 #fartonhim2021\n.\n.\n.\n#bodypositivity #bodyposi #bodyneutrality #plussize #plussizefashion\n17w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CI8_3lzJKRQ/', 'likes': '3,788 likes', 'age': '2020-12-18T20:49:09.000Z', 'caption': 'ivykungu\nswipe to see me being a fashion icon fhskchsnxb\n.\n.\n.\n\n.\nKey Products Used:\n#themakeupshack lashes in Kurupt and gloss in lucious (code IVY to save ‼️)\n#maccosmetics powder kiss eyeshadows in werk werk werk, lens blur, fall in love, and give a glam; mac x @teyanataylor lipglass in save ya tears hunny\n#alamarcosmetics hydrating complexion trio in golden hour x cinnamon sugar x oye morena!, and colorete blush trio in diosa (inner corner) x twin flame x divine wine (other two are on the cheeks)\n#lauragellerbeauty guilded honey highlighter\n#benefitcosmetics foolproof brow powder in shade 5, kabrow in shade 5, and 24 hr brow setter\n#narsissist natural radiant longwear foundation in new caledonia and radiant creamy concealer in amande\n#maybelline instant age rewind concealer in caramel\n#onesize loose powder in translucent and dark/deep\n.\n.\n#christmasmakeup #benefitbrows #benebabe #rpgshow #frontalwigs #wintermakeup\n18w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/COBUq7CJW9B/', 'likes': '3,792 likes', 'age': '2021-04-23T19:44:51.000Z', 'caption': 'glambymykaila\nAD. Hi guys 💜✨ I’ve partnered up with @trixiecosmetics to showcase the new Bottle Blonde Collection 👱🏾\u200d♀️💞 This collection is the perfect mix of neutrals, roses, and purples that’ll look great on anyone ✨ The collection is now live @ trixiecosmetics.com! 💜👱🏾\u200d♀️✨\n\nProducts Used:\nBottled Blonde Eyeshadow Palette\nShades: “Me” Day, I Got Bangs, Lash Lift, and Polished\nHigh Shine Lip Gloss\nShades: Hater and Press On\n\n#trixiecosmetics #bottledblonde #makeuplook #eyeshadowlook #creativemakeup #colorfuleyeshadow #makeupinspo #cutcrease\n3d'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CN3GqX_pVBv/', 'likes': '3,083 likes', 'age': '2021-04-19T20:30:02.000Z', 'caption': 'glambymykaila\nad. How I Do My Wing’d Liner using @mavenbeauty exclusively sold at fashionnova.com 😍✨ mavenbeautypartner\n\nProducts Used:\nMamajuana Liquid Liner\nMedium Blend Basic Beat Eyeshadow\nFlex Lipstick\n\n#makeupvideos #eyeliner #graphicliner #makeuptutorial\n1w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNoCoEspDEx/', 'likes': '2,939 likes', 'age': '2021-04-14T00:06:33.000Z', 'caption': 'glambymykaila\nHi guys! Here is the tutorial of the Blends palette from @blendbunnycosmetics! This palette recently went viral and I just had to pick it up! What are your thoughts and are you getting this palette? 😍🌈✨\n\n#makeupvideo #makeuptutorials #makeupinspo #creativemakeup #rainbowmakeup #colorfulmakeup #makeupinspo\n1w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNnilpFpA0j/', 'likes': '3,259 likes', 'age': '2021-04-13T19:26:13.000Z', 'caption': 'glambymykaila\nHi guys ✨ Today I tested out the new @blendbunnycosmetics eyeshadow palette and it’s amazing! 😍 I’ll have a tutorial of this look posted soon! If you want to watch it now you can head over to my tiktok to see (glambymykaila) 🥰 Also this look is inspired by an older look of mine and @raggedyroyal ✨\n.\n.\n𝑷𝑹𝑶𝑫𝑼𝑪𝑻 𝑫𝑬𝑻𝑨𝑰𝑳𝑺:\n𝑩𝑹𝑶𝑾𝑺:\n@hudabeauty #BombBrows in Rich Brown\n𝑬𝒀𝑬𝑺:\n@beautycreations.cosmetics Ballerina Girl Eye Primer (Use code Mykaila to save)\n@blendbunnycosmetics Blends Palette\n@lillylashes Faux Miami Lash\n@ ABH for the glitter\n𝑭𝑨𝑪𝑬:\n@narsissist Soft Matte Foundation In Marquises\n@makeupforever Matte Velvet Concealer in 5.1\n@alamarcosmetics Colorete Blush Trio Dark/Rich\n@kimchichicbeauty Candy Girl Freckle Pen\n@ctilburymakeup Bronzer in 4\n𝑳𝑰𝑷𝑺:\n@milanicosmetics Rich Cocoa Lip Liner\n@beautycreations.cosmetics Friend Zone Velvet Stay (Use code Mykaila)\n.\n.\n#beautycreations #blendbunnycosmetics #rainbowmakeup #creativemakeup #alamarcosmetics #milanicosmetics #haloeye #narsfoundation #lillylashes #hudabeauty #colorfulmakeup #charlottetilbury #makeupforever #makeupinspo #100daysofmakeup #wakeupandmakeup #makeupvideo\n1w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNdRm5cpWBu/', 'likes': '3,721 likes', 'age': '2021-04-09T19:45:39.000Z', 'caption': 'glambymykaila\nspring flowers 🌺 look inspired by @evyxo_ 😍\n\neye products used:\n@beautycreations.cosmetics Jade Base\n@glamvicecosmetics roller skate, blue raspberry, platforms, chill pill water activated liners (use code Mykaila to save)\n@bperfectcosmetics x @staceymariemua carnival 3 palette (use code glambymykaila10 to save)\n@makeupgeekcosmetics Isabella lash\n\n#graphicliner #springmakeup #retromakeup #colorfulmakeup #makeupvideo #makeuptutorial #glamvicecosmetics #bperfectcosmetics #makeupgeek #beautycreations\n2w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNS9KoXpOfC/', 'likes': '3,441 likes', 'age': '2021-04-05T19:34:24.000Z', 'caption': 'glambymykaila\nWatermelon Sugar 🍉✨\n\nIt’s been a long time, but I finally have the motivation and inspiration to create some looks 🥰 This look was inspired by a look I did awhile ago, I just switched the colors! But of course shout out to @maytahmi because she’s the queen of squiggles right now 😍\n\n♡ 𝕡𝕣𝕠𝕕𝕦𝕔𝕥 𝕕𝕖𝕥𝕒𝕚𝕝𝕤 ♡\n𝕓𝕣𝕠𝕨𝕤 ♡\n@urbandecaycosmetics Brow Blade\n𝕖𝕪𝕖𝕤 ♡\n@midascosmetics_ B*tch’n Cake Liner Palette\n@makeupamurder Green Pastel Pigment (use code Mykaila to save)\n@lunarbeauty Stella Lashes\n𝕗𝕒𝕔𝕖 ♡\n@fentybeauty Eaze Drop Skin Tint ‘20’\n@rarebeauty Concealer\n@colouredraine Cinna Bae Bronzer (use code Mykaila to save)\n@alamarcosmetics Colorete Blush\n@kimchichicbeauty Freckle Pen\n𝕝𝕚𝕡𝕤 ♡\n@patmcgrathreal Naked Rose Opulust Gloss\n.\n.\n#graphicliner #editorialmakeup #alamarcosmetics #urbandecaycosmetics #midascosmetics #makeupamurder #lunarbeauty #fentybeauty #eazedrop #rarebeauty #makeupvideo #makeupinspo #springmakeup #easymakeup #100daysofmakeup\n3w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNDeFyrpqSg/', 'likes': '2,169 likes', 'age': '2021-03-30T19:14:30.000Z', 'caption': "glambymykaila\nAD. Hey everyone! I've partnered with @maybelline to show this all about eyes, mask friendly look! If you guys want to shop these products you can find them in-store or online at @CVS_beauty, check out my story so your #EyesCanTalk too! ✨ #MaybellinePartner\n\nEye Products Used:\n\nColor Strikes in the shades Tempt, Crave and Flash\n\nTattoo Studio Liner in the shade Deep Onyx\n\nSky High Mascara in the shade Blackest Black\n3w"}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CM5QSQYpBiJ/', 'likes': '2,699 likes', 'age': '2021-03-26T20:01:13.000Z', 'caption': 'glambymykaila\nHi guys! Happy Friday 🤎 I may or may have not filmed a video for this look 👀 hopefully I can have it ready real soon 🥰\n\nProduct Details:\n@hudabeauty Bomb Brows in Black Brown\n@jackieaina Palette\n@makeupbymario Master Mattes\n@colourpopcosmetics Mandalorian Palette and Brat Pack Lipstick\n@toofaced Born This Way Foundation\n@rarebeauty Concealer\n@colouredraine Bronzer in Cinna-Bae\n@lunarbeauty Moon Prism Blush and Stella Lashes\n@kimchichicbeauty Candy Girl Freckle Pen\n@milanicosmetics Rich Cocoa Lipliner\n@fentybeauty Honey Waffles Gloss Bomb\n\n.\n.\n#fentybeauty #hudabeauty #milanicosmetics #rarebeauty #toofaced #colourpopme #makeupbymario #softglam #graphicliner #everydaymakeup #easymakeup #rhinestonemakeup #makeupinspo #100daysofmakeup #glowingskin\n4w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CM0R6JEpl1g/', 'likes': '1,770 likes', 'age': '2021-03-24T21:39:12.000Z', 'caption': 'glambymykaila\nThis has been in my drafts for months so here I am posting it ✨\n\nI really want to update my wardrobe so where do you guys like to shop? I’m open to any suggestions 🥰\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CN3Ipl1J_Fe/', 'likes': 'None', 'age': '2021-04-19T20:49:48.000Z', 'caption': 'ohitsbreee\nsoft picnic look\n\nenjoy!\nmusic: essence (instrumental) by wizkid ft tems\n•\n•\n•\n\nPRODUCTS (in order of appearance)\n- @glowbyauric glow lust luminizer: goldstone\n- @milkmakeup skin tint: tan\n- @patmcgrathreal skin fetish sublime perfection concealer: md24\n- @rarebeauty liquid blush: joy\n- @fentybeauty pro filtr setting powder: honey + hazelnut, match stick: espresso, + sunstalkr bronzer: coco naughty\n- @hauslabs 4 way eyeshadow quads: sunset + runway\n- @sephora sephora collection eye liner\n- @milkmakeup color chalk: jump\n- @urbandecaycosmetics stoned palette: tigers eye\n- @fentybeauty pro filtr powder foundation: 320\n- @milanicosmetics baked blush: peach of me\n- @milkmakeup flex highlighter: iced + kush mascara\n- @patmcgrathreal fetish eyes mascara\n- @freck freck og xl\n- @makeupforever artist color pencil: 608 limitless brown\n- @fentybeauty gloss bomb cream: cupcakin\n\ndisclaimer: i dont own the rights to this music!!\n1w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNxk-HsJ4ev/', 'likes': 'None', 'age': '2021-04-17T16:59:41.000Z', 'caption': 'ohitsbreee\nFENTY FACE\n1w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNa_bjkJWlG/', 'likes': '790 likes', 'age': '2021-04-08T22:28:07.000Z', 'caption': 'ohitsbreee\ni miss doing my makeup 😞 im finally getting used to working full time so i’ll be back soon with a new look yall! just gotta discipline myself!\n2w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNAvEy0pKtK/', 'likes': '673 likes', 'age': '2021-03-29T17:44:56.000Z', 'caption': 'ohitsbreee\nhey yall just a lul update, I started a new full time job so my posting schedule will be a little janky for the next couple of weeks but im so ready to get back into creating new looks so hopefully i can kick some out for yall this weekend! LOVE YALL!!\n\n•\n•\n•\n•\n\nPRODUCTS\n- @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- @patmcgrathreal skin fetish: sublime perfection concealer: M21\n- @elfcosmetics 16hr camo concealer - deep chestnut\n- @freck cheekslime: fielding\n- @moiracosmetics pretty little thing palette + lifes a picnic\n- @milkmakeup blurring powder: medium\n- @theglowup liquid lip: sienna\n- @fentybeauty gloss bomb cream: honey waffles\n\n#beautyinfluencer #mue #beauty #makeup #followme #spring#springmakeup#springlook#peacock#teal#bluemakeup#orangeblush#wings#makeuplooks #cutcrease#wakeupandmakeup#undiscoveredmuas #undiscovered_muas #underratedmuas #longlashes#hudabeauty#milkmakeup#fentybeauty\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNAuMPRJzFn/', 'likes': '242 likes', 'age': '2021-03-29T17:37:13.000Z', 'caption': 'ohitsbreee\n[blank]\n•\n•\n•\n•\n\nPRODUCTS\n- @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- @patmcgrathreal skin fetish: sublime perfection concealer: M21\n- @elfcosmetics 16hr camo concealer - deep chestnut\n- @freck cheekslime: fielding\n- @moiracosmetics pretty little thing palette + lifes a picnic\n- @milkmakeup blurring powder: medium\n- @theglowup liquid lip: sienna\n- @fentybeauty gloss bomb cream: honey waffles\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CM70pcDpKSy/', 'likes': '467 likes', 'age': '2021-03-27T19:57:26.000Z', 'caption': 'ohitsbreee\nim a peacock let me FLY.\n@moiracosmetics definitely let the girls have it w this one! if you havent already go check out the new blooming series palettes by Moira Cosmetics for your spring glam looks!!\n\nProducts used:\n\n- @moiracosmetics pretty little thing palette + lifes a picnic\n\n•\n•\n•\n•\n\nPRODUCTS\n- #hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- #patmcgrathreal skin fetish: sublime perfection concealer: M21\n- #elfcosmetics 16hr camo concealer - deep chestnut\n- #freck cheekslime: fielding\n- #milkmakeup blurring powder: medium\n- #theglowup liquid lip: sienna\n- #fentybeauty gloss bomb cream: honey waffles\n\n#ad #moiracosmetics #spring #peacock #springmakeup #beautyinfluencer #cutcrease #glamlook #wakeupandmakeup #springbreak\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CM3F2THpmHj/', 'likes': '501 likes', 'age': '2021-03-25T23:51:32.000Z', 'caption': 'ohitsbreee\n#fauxtoes\n\n•\n•\n•\n•\n\nPRODUCTS\n- @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- @patmcgrathreal skin fetish: sublime perfection concealer: M21\n- @elfcosmetics 16hr camo concealer - deep chestnut\n- @freck cheekslime: fielding\n- @moiracosmetics pretty little thing palette + ooh la la palette\n- @milkmakeup blurring powder: medium\n- @theglowup liquid lip: sienna\n- @moiracosmetics lip oil: lets cuddle\n- @revlon colorstay satin ink: wild ride 002\n\n#revlon #spring #moira #moiracosmetics #springmakeup #flowerpower #spring#face#makeup#beauty#beautyinfluencer#milkmakeup#glam#colorfulmakeup#everydaymakeup #wakeupandmakeup\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CMzxwKaJma7/', 'likes': '483 likes', 'age': '2021-03-24T16:58:13.000Z', 'caption': 'ohitsbreee\nhere i ammmmmm giving you something simple w @moiracosmetics 🐝☀️ go get hands on their new blooming series palettes and get glam for SPRING!\n\n•\n•\n•\n•\n\nPRODUCTS\n\n@moiracosmetics pretty little thing palette + ooh la la palette\n@moiracosmetics lip oil: lets cuddle\n\n- #hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- #patmcgrathreal skin fetish: sublime perfection concealer: M21\n- #elfcosmetics 16hr camo concealer - deep chestnut\n- #freck cheekslime: fielding\n- #milkmakeup blurring powder: medium\n- #theglowup liquid lip: sienna\n- #revlon colorstay satin ink: wild ride 002\n\n#springmakeup #springtime #hoodedeyesmakeup #bluemakeup #shimmer #everydayglam #simplemakeup #easymakeup #funmakeuplook #glowyskin #pinkblush #boldmakeup #wakeupandmakeup #moiracosmetics #glam #smokey\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CMhqFifJsUP/', 'likes': '581 likes', 'age': '2021-03-17T16:04:54.000Z', 'caption': 'ohitsbreee\ndid this look for blend and babble w @keonixzamora a couple weeks ago, if u missed it the igtv is up! also if u havent already plz check out the link in my bio to leave me a testimonial for the 2021 #SephoraSquad !! it would mean a lot to me! 😭\n\n•\n•\n•\n\nPRODUCTS\n@urbandecaycosmetics wild wild west palette\n@rarebeauty concealers - 400W + 430W\n@benefitcosmetics\n- they’re real MAGNET mascara\n- high glow brow pencil\n@hudabeauty bombbrows - #6\n\n#stpatricksday #makeup#beautyinfluencer #wingedeyeshadow #wing#green #bluemakeup#greenmakeup#wakeupandmakeup#cutcrease #funmakeuplook #creativemakeup #editorial #iranoutofhashtags #inolongercarelol#mua #mue #urbandecay #hudabeauty #bombbrows #blendandbabble\n5w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/COBh1YtBH9o/', 'likes': '3,316 likes', 'age': '2021-04-23T21:39:53.000Z', 'caption': 'iservelookz\ni just really want u to see these boba tea earrings i got at my local tea shop tbh💖\n-\n@milkmakeup kush mascara (brows)\n@milkmakeup vegan moisturizer\n@xxrevolution xxplicit palette\n@plouise_makeup_academy base 2\n@hauslabs bronzer & blush\n@milkmakeup hula hoop color chalk\n@maccosmetics sweet treat lip balm\n3d'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNx7-wKBlv9/', 'likes': '3,370 likes', 'age': '2021-04-17T20:20:30.000Z', 'caption': 'iservelookz\ni know i look fine 😔but deep down😩\n*I WANT THIS SEMESTER TO END ALREADY* 💯🙏🏾\nhow long y’all got left till ur release date? i have like 3 weeks left rip me<3\n1w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNqp-hNB--w/', 'likes': '1,383 likes', 'age': '2021-04-15T00:28:30.000Z', 'caption': 'iservelookz\ntits out tonight bc i just found out i made the dean’s list LETS GOOOO<3\n1w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNgDDFChEhu/', 'likes': '3,466 likes', 'age': '2021-04-10T21:35:55.000Z', 'caption': 'iservelookz\nvideo gurl💿📞...\n2w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNQpYSQhLcD/', 'likes': '2,609 likes', 'age': '2021-04-04T22:03:01.000Z', 'caption': 'iservelookz\njust uploaded my first youtube vid omg link in bio go watch🌻✨🌼\n3w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNLareahqEy/', 'likes': '3,659 likes', 'age': '2021-04-02T21:18:22.000Z', 'caption': 'iservelookz\npretend u don’t see this wig lifting xo 🌼\n3w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CM5k4ZgB2bq/', 'likes': '1,938 likes', 'age': '2021-03-26T23:01:11.000Z', 'caption': 'iservelookz\n🦨\n-\ni can’t decipher whether this look screams high fashion or skunk core..\nanywayz\nthis is proof i can turn anything into an accessory ty to @maccosmetics for gifting me my new bag<3\n[it was originally the package for some pr they sent me]\n-\n[all products were gifted<3]\n-\n@hauslabs black liquid liner\n@milkmakeup hydro grip primer\n@milkmakeup “hula hoop” color chalk\n[as nose highlight]\n@xxrevolution glow skin foundation\n@colourpopcosmetics “thumper”\ngloss\n4w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CMxoj40hjKm/', 'likes': '3,287 likes', 'age': '2021-03-23T20:59:25.000Z', 'caption': 'iservelookz\nblack anna nicole smith™️\n🚜🌽🤍✨🐓🌾👩🏾\u200d🌾\n4w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/COBe6cRpKEa/', 'likes': '6,703 likes', 'age': '2021-04-23T21:14:21.000Z', 'caption': 'imightbesamera\nmy two favorite colors !!!💗🌈\u2063\u2063\u2063\u2063\n\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063WIG: @bundlesofglamhair \u2063\u2063\n\u2063\u2063adore hair color (neon pink & petal pink)\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063@sheencosmeticsofficial liner\u2063\u2063\n\u2063\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 \u2063\u2063\u2063\n\u2063\u2063@samplebeauty painters palette \u2063\u2063\n\u2063@bhcosmetics festival palette \u2063\u2063\n\u2063\u2063@nyxcosmetics milk pencil \u2063\u2063\n@beatsbydebcosmetics glitter\n\u2063\u2063@icywifeycosmetics lashes \u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063FACE;\u2063\u2063\u2063\u2063\u2063\n@essencemakeup hydrating primer\n\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063@colourpopcosmetics no filter foundation dark 170\u2063\n\u2063@narsissist natural radiant foundation Macao \u2063\u2063\n\u2063\u2063\u2063@elfcosmetics cinnamon & tan latte concealer \u2063\n\u2063poreless \u2063\u2063primer\u2063\n\u2063\u2063@beautybakeriemakeup banana powder \u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@anastasiabeverlyhills bronzer \u2063\n\u2063@juviasplace Bella blush \u2063\u2063\n\u2063\u2063@benefitcosmetics cookie highlighter \u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063LIPS;\u2063\u2063\u2063\n\u2063\u2063@maccosmetics halo at me glow play balm \u2063\u2063\n\u2063@essencemakeup brown eyeliner and lipstick \u2063\n\u2063\u2063\n\u2063🌈\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063💗\u2063\n\u2063\u2063\n\u2063😳\u2063\n\u2063\u2063\n\u2063#imightbelooks #makeupvideo #makeuptutorial #blending #wakeupandmakeup #haloeye #haloeyemakeup #bretmansvanity #beauty #blackgirlmagic #colourpopme #explore #25mmlashes #neonmakeup #inbeautmag #howtomakeup #pinkeyeshadow #crazymakeup #trendmood1 #pride #morphe #kvdveganmakeup #wakeup2slay #makeupgoals\n3d'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CN5pDsBpULn/', 'likes': '9,802 likes', 'age': '2021-04-20T20:09:04.000Z', 'caption': 'imightbesamera\nCOSMO AND WANDA ARE NOT SLICK🤨! 💗💚\u2063\n\u2063\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063WIG: @bundlesofglamhair \u2063\n\u2063adore hair color (neon pink & petal pink)\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@sheencosmeticsofficial liner\u2063\n\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 and base in rumour 05 \u2063\n\u2063@beautybaycom pastel palette \u2063\n\u2063@samplebeauty painters palette \u2063\n\u2063@colourpopcosmetics fade into hue palette \u2063\n\u2063@nyxcosmetics milk pencil \u2063\n\u2063@icywifeycosmetics lashes \u2063\n\u2063\u2063\n\u2063FACE;\u2063\u2063\u2063\u2063\n\u2063@thejunoco moonshine cream\u2063\n\u2063\u2063\u2063\u2063@milkmakeup hydrogrip primer\u2063\u2063\u2063\u2063\n\u2063@colourpopcosmetics pretty filter primer & foundation 157W & freckle pen \u2063\n\u2063\u2063@elfcosmetics poreless \u2063\u2063\n\u2063@narsissist concealer amande\u2063\n\u2063@makeuprevolution concealer in da pot \u2063\n\u2063@doncosmeticsofficial translucent powder \u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063 blush trio\u2063\n\u2063@beautybaycom highlight palette \u2063\n\u2063\u2063@aboutfacebeauty light lock powder \u2063\n\u2063@freck og\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\u2063\n\u2063@maccosmetics halo at me glow play balm \u2063\n\u2063@kvdveganbeauty crucifix lip liner\u2063\n\u2063@colourpopcosmetics juicy apple lip crayon and Miranda plumping gloss \u2063\n\u2063@tower28beauty oat, coconut and almond lip gloss\u2063\n\u2063\u2063\n\u2063💗\u2063\n\u2063\u2063\n\u2063💚\u2063\n\u2063\u2063\n\u2063🤍\u2063\n\u2063\u2063\n\u2063#imightbelooks #morphebrushes #morphe #morphebabe #beautybay #maccosmetics #wakeupandmakeup #hypnaughtymakeup #makeupintense #elfcosmetics #facechart #makeupface #fauxfreckles #wingedliner #tiktok #makeuptutorial #editorialmakeup #runwaymakeup #runway #aboutface #editorial #avantgardemakeup #funmakeup #easymakeup #pinkhair #motd #makeuptutorial #highfashionmakeup #myartistcommunity #maquillaje #lacefrontwig\n6d'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNsuwy1JS4i/', 'likes': '5,147 likes', 'age': '2021-04-15T19:48:48.000Z', 'caption': 'imightbesamera\nIM THE CATALYST 🤍🖤\n\u2063\u2063Follow(@imightbesamera) for more\n\nhow do we like my bathroom lighting 😆 idk it was just hitting diff🐌\n\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063brow zings pro palette\u2063\n\u2063@koffeekosmetics brow pomade \u2063\n\u2063@mehronmakeup aq face paint\u2063\n\u2063beauty supply lashes\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063\n@mycreativecandle toner & glow serum\n\u2063@fourthraybeauty chamomile face milk \u2063\u2063\n\u2063\u2063@freck rich b*tch moisturizer \u2063\u2063\n\u2063\u2063@peach_slices primer serum\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@milkmakeup hydro grip primer \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@elfcosmetics poreless putty primer \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics pretty fresh foundation “dark 157w”\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics no filter concealer “dark 40”\u2063\u2063\n\u2063\u2063@makeuprevolution concealer in da pot \u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics banana powder\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063@beautybaycom highlighter palette \u2063\u2063\n\u2063\u2063@alamarcosmetics contour trio dark/rich\u2063\u2063\n\u2063\u2063@juviasplace Bella blush\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\u2063\n\u2063@colourpopcismetics BFF 3 liner, health kick lux gloss \u2063\n\u2063@tower28beauty almond, oat, magic\u2063\n\u2063@nyxcosmetics butter glosses\n\n🤍\n\n🖤\n\n🐼\n\n#imightbelooks #editorial \u2063\u2063 #graphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #studiofam #hydraliner #suvacreatorquest #morphebabe\n#colourpopme #tiktokmakeup #makeupvideo #graphicmakeup #simplemakeup #creativemakeup #makeupart #myartistcommunity #makeupaesthetics #makeupvid\n1w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNqKqQcpWSr/', 'likes': '4,448 likes', 'age': '2021-04-14T19:54:51.000Z', 'caption': 'imightbesamera\ncan you kiss me more?🐼✨\n\u2063\u2063Follow(@imightbesamera) for more\n\nhow do we like my bathroom lighting 😆 idk it was just hitting diff🐌\n\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063brow zings pro palette\u2063\n\u2063@koffeekosmetics brow pomade \u2063\n\u2063@mehronmakeup aq face paint\u2063\n\u2063beauty supply lashes\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063\n@mycreativecandle toner & glow serum\n\u2063@fourthraybeauty chamomile face milk \u2063\u2063\n\u2063\u2063@freck rich b*tch moisturizer \u2063\u2063\n\u2063\u2063@peach_slices primer serum\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@milkmakeup hydro grip primer \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@elfcosmetics poreless putty primer \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics pretty fresh foundation “dark 157w”\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics no filter concealer “dark 40”\u2063\u2063\n\u2063\u2063@makeuprevolution concealer in da pot \u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics banana powder\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063@beautybaycom highlighter palette \u2063\u2063\n\u2063\u2063@alamarcosmetics contour trio dark/rich\u2063\u2063\n\u2063\u2063@juviasplace Bella blush\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\u2063\n\u2063@colourpopcismetics BFF 3 liner, health kick lux gloss \u2063\n\u2063@tower28beauty almond, oat, magic\u2063\n\u2063@nyxcosmetics butter glosses\n\n🤍\n\n🖤\n\n🐼\n\n#imightbelooks #editorial \u2063\u2063 #graphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #studiofam #hydraliner #suvacreatorquest #morphebabe\n#colourpopme #tiktokmakeup #makeupvideo #graphicmakeup #simplemakeup #creativemakeup #makeupart #myartistcommunity #makeupaesthetics #makeupvid\n1w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNlLKV4pMOr/', 'likes': '7,281 likes', 'age': '2021-04-12T21:23:01.000Z', 'caption': 'imightbesamera\nSHE SAID THAT SHE SEEN ME ON UK GOSSIP🙄 COOL. WE ESTABLISHED IM TOXIC😉 \u2063\n\u2063INSPIRATION: @makeupbychelseax\u2063\n\u2063\u2063\n\u2063\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063brow zings pro palette\u2063\n\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\u2063\n\u2063@beatsbydeb x @playinginmakeupbyyolando palette \u2063\n\u2063@beautybaycom bright matte palette \u2063\n\u2063@colourpopcosmetics creme gel liner \u2063\n@themakeupshack purple glitter liner code: sam\n\u2063@bolivebeaute jacaranda glitter \u2063\n\u2063@pixtureperfext_minks glacier lashes\u2063\n\u2063\u2063\n\u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063\n\u2063@fourthraybeauty glow oil\u2063\n\u2063\u2063@milkmakeup milk moisturizer\u2063\n\u2063\u2063@peach_slices priming serum \u2063\u2063\u2063\u2063\u2063\n\u2063@narsissist natural radiant foundation \u2063\n\u2063\u2063@lancomeofficial tient idole ultra\u2063 foundation \u2063\n\u2063\u2063@makeuprevolution concealer in pot\u2063\u2063\n\u2063\u2063@elfcosmetics concealer in deep chestnut \u2063\u2063\n\u2063\u2063@doncosmeticsofficial powder in 01 & 03\u2063\u2063\n\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063@nyxcosmetics Bella blush\u2063\u2063\n\u2063\u2063@morphebrushes spark highlighter code: GLAMFAM541 \u2063\n\u2063\u2063@colourpopcosmetics freckle pen\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\n\u2063@essencemakeup brown eyeliner and lipstick in loyalty \u2063\n\u2063@maccosmetics lip balm \u2063\n\u2063\u2063\n\u2063💜\u2063\n\u2063\u2063\n\u2063🤍\u2063\n\u2063\u2063\n\u2063💜\u2063\n\u2063\u2063\n\u2063#imightbesamera #colourpopcosmetics #colourpopme #makeupvideo #makeuplooks #creativemakeup #100daysofmakeup #stepbystep #madebymitchell #glossier #cutcrease #plouise #veganmakeup #makeuptutorial #vegan #makeupartist #muamafia #makeupaddict #reelsmakeup #makeupreels #makeuplooks #avantgardemakeup #veganmakeupproducts #editorialmakeup #glittermakeup #euphoriamakeup\n2w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNVpoYapLlb/', 'likes': '2,388 likes', 'age': '2021-04-06T20:41:25.000Z', 'caption': 'imightbesamera\ntalk to me nice 🤍Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063 using @sanaicollection black girl\nmagic palette , Girl Boss lashes, glow getter loose highlighter,and lip pencil/gloss\n#paidpartnership with @sanaicollection\n\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n@benefitcosmetics precisely my brow (6) ,\nbrow zings pro palette, gimme brow (6)\n\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\n\n\u2063\u2063\u2063FACE;\u2063\u2063\u2063\n\u2063\u2063\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\n\u2063@benefitcosmetics poreless primer\n@colourpopcosmetics pretty fresh dark 20N\n\u2063@elfcosmetics concealer in deep chestnut and tan latte \u2063\n@beautybakeriemakeup banana powder\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063@juviasplace Bella blush\n@beautybaycom highlight palette\n\u2063\nLIPS;\u2063\n@kvdveganbeauty crucifix lip liner\n\u2063@lipcravebeauty brown skin girl gloss\n@alltingzshop classic gloss\n@_modolls_glamm_ money moves gloss\n@tower28beauty magic gloss\n\n🤍\n\n🤍\n\n🤍\n\n#imightbelooks #melaninmagic #melaninmakeup #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #blackmua #blackmakeupartist #hairnbeautydirectory #wiginstall #lacewigs #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam\n2w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNTLB_BJfGc/', 'likes': '4,829 likes', 'age': '2021-04-05T21:35:33.000Z', 'caption': 'imightbesamera\nB!TCH DO NOT OFFEND ME🙄🤍\nusing @sanaicollection black girl\nmagic palette , Girl Boss lashes, glow getter loose highlighter,and lip pencil/gloss\n#paidpartnership with @sanaicollection\n\n\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n@benefitcosmetics precisely my brow (6) ,\nbrow zings pro palette, gimme brow (6)\n\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\n\n\u2063\u2063\u2063FACE;\u2063\u2063\u2063\n\u2063\u2063\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\n\u2063@benefitcosmetics poreless primer\n@colourpopcosmetics pretty fresh dark 20N\n\u2063@elfcosmetics concealer in deep chestnut and tan latte \u2063\n@beautybakeriemakeup banana powder\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063@juviasplace Bella blush\n@beautybaycom highlight palette\n\u2063\nLIPS;\u2063\n@kvdveganbeauty crucifix lip liner\n\u2063@lipcravebeauty brown skin girl gloss\n@alltingzshop classic gloss\n@_modolls_glamm_ money moves gloss\n@tower28beauty magic gloss\n\n🤍\n\n🤍\n\n🤍\n\n#imightbelooks #melaninmagic #melaninmakeup #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #blackmua #blackmakeupartist #hairnbeautydirectory #wiginstall #lacewigs #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam\n3w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNGG5Dhp8EV/', 'likes': '2,573 likes', 'age': '2021-03-31T19:49:15.000Z', 'caption': 'imightbesamera\nI’ve been loving these @banilacousa products! New additions to my skincare routine 🥳 #ad\n\n@banilacousa Clean it Zero 3-1 Clarifying Cleansing Balm\nClean it Zero Clarifying Foam Cleanser\nClean it Zero Pore Clarifying Toner Pads\nEyecrush Pigment\n\n#BanilaCoUSA #CleanItZero #BanilaNotVanilla #MeltYourMakeup #MeltYourMakeupAway #CleansingBalm #skincare #getunready #nighttimeroutine\n3w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNBCyUbp4Q6/', 'likes': '7,324 likes', 'age': '2021-03-29T20:37:11.000Z', 'caption': 'imightbesamera\nC-I-T-Y WIT IT!!! 💙💚🧡💜\u2063\n\u2063 Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063 brow zings pro palette\u2063\n\u2063\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 \u2063\u2063\n\u2063@playinginmakeupbyyolondo x @beatsbydeb palette\u2063\u2063\n\u2063@morphebrushes dark magic palette code: GLAMFAM541 \u2063\n\u2063 @themakeupshack rainforest palette \u2063\n\u2063@beautybaycom bright matte palette \u2063\u2063\u2063\n@badazzcosmetic pigment stack\n\u2063\u2063\n\u2063\u2063\n\u2063FACE;\u2063\u2063\u2063\u2063\n\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\u2063\n\u2063@peach_slices priming serum \u2063\u2063\u2063\u2063\n\u2063@toofaced btw foundation in chestnut \u2063\n\u2063@lancomeofficial tient idole foundation \u2063\n\u2063@makeuprevolution concealer in pot\u2063\n\u2063@elfcosmetics concealer in deep chestnut \u2063\n\u2063@doncosmeticsofficial powder in 01 & 03\u2063\n\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063\u2063\n\u2063@nyxcosmetics Bella blush\u2063\n\u2063@morphebrushes spark highlighter code: GLAMFAM541 \u2063\n\u2063@colourpopcosmetics freckle pen\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\n\u2063@morphebrushes lip liner in bar CODE: GLAMFAM541\u2063\n\u2063@tower28beauty oat, magic, coconut & almond lip gloss\u2063\n\u2063@colourpopcosmetics Sunnyvale eyeliner\u2063\n\u2063\u2063\n\u2063🥳\u2063\n\u2063\u2063\n\u2063🤍\u2063\n\u2063\u2063\n\u2063😎\u2063\n\u2063\u2063\n\u2063#imightbesamera #bperfectcosmetics #morpheglamfam #morphe #colorpop #colorpopcosmetics #makeup #muasfeaturing #makeupmafia #blazin_beauties #bretmansvanity #beauty #blackgirlmagic #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #plouisebase #muaannouncer_ #hairnbeautydirectory #benefitcosmetics #themakeupshack #fluffybrows #benebabe\n4w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/COGhEiUHbyC/', 'likes': '13,363 likes', 'age': '2021-04-25T20:09:24.000Z', 'caption': 'stenss\n🌸🌸Spring love in New York 🌸🌸☁️\n1d'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CN8KZYznzdS/', 'likes': '21,971 likes', 'age': '2021-04-21T19:38:52.000Z', 'caption': 'stenss\nLadies and gentlemen, 🦋her🦋\n\n@luxrosaporvida\n@blingtingjewelry necklace & earrings\n@layersofjewelry necklace\n5d'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CN28O53nrbs/', 'likes': '23,511 likes', 'age': '2021-04-19T18:58:54.000Z', 'caption': 'stenss\nChocolate & vanilla swirl🍨🤎\nInspo: @esantoinette <3\nHi babes happy Monday! I’m currently getting my nails done it’s been so long hehe I’ve been wearing press ons all year! Anyways have a good week! ☁️\nProducts:\n@milkmakeup hydro primer\n@dragunbeauty pink setting powder & mascara\n@hudabeautyshop chocolate brown palette\n@makeupbymario master mattes\n@plouise_makeup_academy base 00\n@morphebrushes shimmy gloss\n@colourpopcosmetics BFF 2 lip liner\n@bhcosmetics flower power blush palette\n@freck og Freck\n@morphebrushes x @avani bronzer\n@tres.she press ons\n@babegem necklace\n@themoonflowerjewelry pearl earrings\n@thepixiewand heart earrings\n@babegem earrings\n@theeicylabel rings\n1w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CN0Sj0HHtt8/', 'likes': '6,118 likes', 'age': '2021-04-18T18:16:17.000Z', 'caption': 'stenss\n🌼⭐️💛spring photo dump\n1w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNsphMAnL5F/', 'likes': '35,854 likes', 'age': '2021-04-15T19:02:58.000Z', 'caption': 'stenss\n💜🌼Blooming flowers🌼💜\nInspo: my lovely bb @ericaswn 💛\nHappy Thursday! Go buy yourself some flowers from Trader Joe’s!!! I usually don’t post these days but my schedule has been a little crazy 😭 I hope you guys are having a beautiful week!\nProducts:\n@hudabeautyshop pastel lilac palette\n@sheencosmeticsofficial buttermilk liner\n@freck hit the dip liner, and og Freck\n@bhcosmetics flower power blush\n@elfcosmetics make it got plumping gloss\n@colourpopcosmetics bff2 liner\n@dragunbeauty setting powder in pink & transformation palette\n@lillylashes individual lashes\n@babegem necklace and rings\n@themoonflowerjewelry flower earrings & hoops\n@insertnamehere phone case x @casetify\n@scandal.beauty press ons\n1w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNiYt2PnM2R/', 'likes': '22,711 likes', 'age': '2021-04-11T19:23:45.000Z', 'caption': 'stenss\n♥️💋Wanted these on my feed too💋♥️\n2w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNYD8ozHpzw/', 'likes': '26,576 likes', 'age': '2021-04-07T19:09:52.000Z', 'caption': 'stenss\nMinty feelings for you💚🧚🏼🧼\nInspired by @beautybekky <3\nThis color is my favorite and brings so much positivity! I love a good pastel green look for spring💚🌼\nHappy Wednesday:) love you!!!\nProducts:\n@hudabeautyshop neon green palette\n& @hauslabs stupid love palette (white)\n@colourpopcosmetics bff2 & strawberry roller lipgloss\n@madebymitchell where’s the spf for the lips\n@lheureuxjewels Dior earrings\n@killerglitter butterfly earrings\n@readydrip butterfly earrings\n@milanicosmetics brow espresso pen\n@freck og Freck and cuffed blush\nPearl colored Necklace and rings are made by me :) yin yang ring from @sheinofficial\n@hottkisscases case <3\n2w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNS6qmjHSW2/', 'likes': '31,138 likes', 'age': '2021-04-05T19:12:33.000Z', 'caption': 'stenss\nGoodmorning everyone, god has let me live another day and I’m about to make it everyone’s problem 😊😙💙🖤\nHappy Monday! I hope we all have a beautiful week <3\nProducts:\n@hauslabs stupid love palette\n@dragunbeauty pink setting powder & black eyeliner\n@glambytoyaa blush\n@freck og Freck & cuffed blush\n@kyliecosmetics concealers for brows and face\n@mymum_madeit furry hat\n@bettybonesco Dior necklace\n@phixationlosangeles chains\n@chosenjewelz nose piercing\n@red.leopard.nails press ons\n@tres.she cow press ons\n@palacerings butterfly ring\n3w'}, {'username': 'stenss', 'link': 'https:/www.instagram.com/p/CNLLpm6Hjob/', 'likes': '17,602 likes', 'age': '2021-04-02T19:07:02.000Z', 'caption': 'stenss\nStuck on you🧚🏼💙\nInspired by @romaneinnc <3\nProducts:\n@hudabeautyshop mint pastel palette\n@dragunbeauty pink setting powder & black eyeliner\n@lillylashes Individual lashes\n@freck cuffed blush\n@bettybonesco Chanel necklace\n@glamnetic press ons\n@layersofjewelry ring\n@sweetlyus ring\n@hottkisscases phone case\n3w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/COGbYvLpvuP/', 'likes': '775 likes', 'age': '2021-04-25T19:19:44.000Z', 'caption': 'alanaauston\ncompact.\ninspo: @scientistinmakeup’s recent look inspired by one of my looks 😭 a double uno reverse, if you will\n\n@beccacosmetics blush in Nightingale\n@benefitcosmetics 24H Brow Setter Gel\n@bperfectcosmetics #carnivalxlpro (shades Reckless, Persuasion, and Make Up)\n@certifeye #glitter\n@ctilburymakeup airbrush flawless finish setting powder in shade 2\n@essencemakeup Make Me Brow in Ashy Brows (04) + 24ever Bold Volume mascara\n@fentybeauty pro filtr hydrating foundation in 345\n@hudabeautyshop Tantour\n@maybelline Lifter #gloss in Opal\n@milkmakeup #hydrogrip primer\n@patmcgrathreal concealer in shade M17\n\n#theartistedit #messymakeupcommunity #pinkaesthetic\n1d'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CNGqFLyJ0VR/', 'likes': '796 likes', 'age': '2021-04-01T00:56:45.000Z', 'caption': 'alanaauston\njust practicing for when I get the vaccine and can go outside again 🤠\nHave you gotten your vaccine yet?? If not, when are you getting it? I’m getting mine as soon as it drops for the general public for my state 🥳\n\nJacket: @fashionnovacurve\nBodysuit: @forever21plus / @forever21\nJeans: @prettylittlething\nShoes: @fashionnova\nBag: @misslola\nEarrings: @nastygal\n•\n•\n•\n•\n•\n•\n•\n•\n•\n\n#prettylittlething #everybodyinplt #misslola #f21xme #foreverbabe #nastygaldoitbetter #novababe #ootd #styleinspo #plussizefashion #styleonabudget #plusclothing #styleandcurve #curvychic #fashionblogger\n3w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMupaqiJGTB/', 'likes': '574 likes', 'age': '2021-03-22T17:09:10.000Z', 'caption': 'alanaauston\nstart to finish using some of my @essencemakeup goodies 🎨 (technically, I’m a part of their Stylist program which would make this sponsored in a way? idk FTC pls don’t show up at my door or anything)\n\nSpringtime, aka lots of new makeup and skincare to match the season time 😭, is here! My @sephora cart is loaded and waiting, but I’m not quite ready to press checkout yet. What’s the most you’ve ever spent on makeup or skincare?\nAlso, pls don’t forget to submit a #sephorasquad testimonial for me! Link is in my bio 🥰\n\nproducts from @essencemakeup used:\n\n• Pretty Natural Hydrating Foundation in 210 Warm Amber\n• Make Me Brow Gel Mascara in 04 Ashy Brows\n• 24 Ever Bold Volume Mascara\n• Daily Dose of Love eyeshadow palette\n• Sun Club Matte Bronzing Powder Palette\n• Pure Nude Sunlighter Palette\n• Plumping Nudes gloss in 01 XXL Charm\n\nOther products used:\n@beautyvaulte Carmin lip liner\n@elfcosmetics Hydrating Camo Concealer\n@hudabeautyshop Tantour\n@lauramercier Translucent Powder in Honey\n@milanicosmetics Baked Blush in Rose D’oro\n@milkmakeup Hydro Grip primer + Set & Refresh spray\n@revlon Super Lustrous Matte lipstick in Untold Stories\n\n#essencecosmetics #essencemakeup #cosnova\n5w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMm7uV7JKOi/', 'likes': '587 likes', 'age': '2021-03-19T17:15:21.000Z', 'caption': 'alanaauston\n“vroom vroom I’m in me mum’s car” LOL thank God it’s Friday 💘\n#makeupreels #makeuptransformation\n5w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMUdnRJJso7/', 'likes': '539 likes', 'age': '2021-03-12T13:05:47.000Z', 'caption': 'alanaauston\nphoto dump because why not :) if you didn’t know, I have applied for this year’s #sephorasquad, and it would mean a lot if you all would leave some testimonials for me! Only if you feel like I add value to the beauty industry 🐙 link is in my bio.\nIf you’re in marketing, there’s a cool conference coming up next week! Send me a DM for the details if you’re interested in attending. So many big brands will be represented and the networking opportunity value is very high :p\n\nAlso, last night’s episode of @greysabc??? I am still crying\n6w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMGbI35JOcO/', 'likes': '886 likes', 'age': '2021-03-07T02:14:47.000Z', 'caption': 'alanaauston\ntaking a break from regularly scheduled programming to just have a happy moment! I had my first interview since losing my job back when the panoramic got intense, and I just feel like walking sparkles lol. Almost a full year of turning in applications and hearing nothing back due to mass unemployment, and by grace I got an interview to a place I applied to back in December. Even if I don’t get the job at the end of this process, it still feels so validating to know that I am good enough and that there’s still hope.\n\nbut yea we did it joe!\n7w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMEJEgYpxFx/', 'likes': '785 likes', 'age': '2021-03-06T04:58:25.000Z', 'caption': 'alanaauston\nwhen you forget that you can’t auto post from @latermedia with a creator account and post at almost midnight 🤣\nThis look was drawn by the lovely @baddiosa_ 💙\n\nEYES\n@makeupgeekcosmetics Isabella lash\n@moiracosmetics Dreamscape palette\n@plouise_makeup_academy eyeshadow base in shade 3\n@urbandecaycosmetics Lash Freak mascara\n\nBROWS\n@benefitcosmetics 24 Hour Brow Setter Clear Brow Gel + Precisely My Brow pencil in 4.5\n\nLIPS\n@maybelline Lifter Gloss in Opal\n\nFACE\n@alamarcosmetics Dark-Rich hydrating complexion trio\n@bobbibrown Face Base\n@diormakeup Backstage Face & Body Glow\n@elfcosmetics Hydrating Camo concealer in Deep Olive + Medium Neutral\n@fentybeauty Pro Filt’r Hydrating foundation in 345\n@hudabeautyshop Tantour in medium\n@lauramercier Translucent Honey setting powder\n@milanicosmetics Baked Blush in Rose D’oro\n@milkmakeup Hydro Grip Set & Refresh Spray\n@sc @sephoracollection Micro Smooth powder\n•\n•\n•\n•\n•\n•\n\n#bobbibrownmakeup #mnyitlook #glossy #muasfeaturings #vintagemakeuplook #lauramercierloosepowder #loosesettingpowder #eyebrowlove #fentybeauty #profiltrconcealer #mybenefitbrows #softmakeuplooks #makeupbeautylooks #bobbibrowncosmetics #studiofam #dewy #doyouevenblend #facecharts #inbeautymag #elfingamazing #eyeshadowideas #blueeyeshadow #blueeyeshadowlook #fentybeautybyrihanna #fentybeautyfoundation #eyebrowgame #hudabeauty #lookamillion #makeupinspo #lips\n7w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMBHvxLJr8I/', 'likes': '898 likes', 'age': '2021-03-05T00:49:08.000Z', 'caption': 'alanaauston\nsour then she’s sweet 🌈\nthis is my interpretation of the look @__madixon drew on me ✨\ndid I do this look twice? yes. did I almost cry both times? absolutely 🤣\n\nEYES\n@alamarcosmetics Birthday Suit gloss\n@jdglowcosmetics Neon gel liners (all but the red)\n@plouise_makeup_academy Rumour base in shade 3\n@rarebeauty liquid blush in Grateful\n@urbandecaycosmetics Lash Freak mascara\n\nLIPS\n@alamarcosmetics Birthday Suit gloss\n@benefitcosmetics Benetint\n\nFACE\n@alamarcosmetics “Dark-Rich” Hydrating Complexion Trio\n@colourpopcosmetics Super Shock Pearlized blush in Drop of a Hat\n@ctilburymakeup Airbrush Flawless Finish setting powder in shade 2 (medium)\n@diormakeup Backstage Face & Body Foundation in 4WO + Backstage Face & Body Glow + Forever Skin Correct concealer in 3WO\n@hudabeautyshop Tantour in Medium\n@milkmakeup Hydro Grip Set and Refresh spray\n@pseudolabs PHreckles kit in shade 2\n@rarebeauty liquid blush in Grateful\n@sc @sephoracollection Micro Smooth Powder in Tan\n•\n•\n•\n•\n•\n•\n•\n•\n\n#bleachedbrows #glossylids #highfashionmakeupartist #colourpopfun #rainbowlook #graphicliners #neonmakeupideas #creativeeyemakeup #rainbowmakeuplook #makeupbeautylooks #ctilburymakeup #studiofam #discovermuas #underratedglam #dewy #inbeautymag #glossyeyes #editorialmakeupartist #graphiclinerlook #somanycolors #hudabeauty #plouisemakeupacademy #abstractmakeup #brightmakeup #milkmakeup #makeupeditorial #theartistedit #lipglossjunkie #graphicliner #colourfulmakeup\n7w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CL-sE-sp3uB/', 'likes': '757 likes', 'age': '2021-03-04T02:08:53.000Z', 'caption': 'alanaauston\nback at it again for day 3 with this look drawn by @coloredby.carla 🥰💜\nhave you guys watched Ginny and Georgia?? if you haven’t, you should. it’s actually really really good\n\nEYES\n@colourpopcosmetics “Flower” palette from the new Bambi collection\n@plouise_makeup_academy rumour eyeshadow base in shade 3 + Base-IC colored eyeshadow base in shade Touch of Frost\n@urbandecaycosmetics Lash Freak mascara\n\nBROWS\n@benefitcosmetics Precisely My Brow pencil in 4.5 + 24 Hour Brow Setter\n@essencemakeup Make Me Brow in shade 04\n\nLIPS\n@colourpopcosmetics Flower gloss from the Bambi collection Lux Gloss Trio\n\nFACE\n@alamarcosmetics Hydrating Complexion Trio in Dark-Rich\n@bobbibrown Face Base\n@ctilburymakeup Airbrush Flawless Finish powder in shade 2 (Medium)\n@diormakeup Backstage Face & Body Glow\n@hudabeautyshop Tantour in Medium\n@milanicosmetics Baked Blush in Rose D’oro\n@milkmakeup Hydro Grip Set and Refresh Spray\n@rarebeauty soft pinch liquid blush in Grace\n@sc @sephoracollection Micro Smooth powder in Tan\n7w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/COIpvZ-pfUU/', 'likes': '268 likes', 'age': '2021-04-26T16:03:39.000Z', 'caption': 'xravenmadx\n🛸✨🌍☀️🌙✨🪐\nThis look was one of those that photographed so easily, that I didn’t have to spend all the extra time with taking pictures. Thank God for that!\nWhat’s a show you’ve been binging lately? I’m gonna admit that I’m stuck on Naruto (Shippuden) and it’s sooooo good.\n-\nAll things marked w/ * is gifted\n-\n@mehronmakeup Paradise Paint Palette - Pastel\n-\n* @colourpopcosmetics Feather Brow Wax Clear & Brow Pencil\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - 🛸\n-\n#blackmuasunite #theartives #editorialblk #pastelmakeup #makeupinspo #editorialphotos #makeupinstagram #editorialmakeup #graphicmakeup #pasteleyeliner #v93oo #graphicliner #makeuplook #purplemakeuplook #alienmakeup\n7h'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/COBCX3tJiay/', 'likes': '374 likes', 'age': '2021-04-23T17:04:58.000Z', 'caption': 'xravenmadx\n🧞✨🧞\u200d♂️🦋🦚✨🍀🌼⚡️🌻\nHappy Friday! Just wanted to share the video of this look with you all 💜\n-\nAll things marked w/ * is gifted\n-\nshopomicosmetics Iris Bouquet Palette\n@museebeauty Impressionism Palette\n@bymelolops Water Ink - Beam & Rays\n-\n* @colourpopcosmetics Feather Brow Wax Clear & Brow Pencil\n-\n* @milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - 💛\n3d'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CN-awKep7H1/', 'likes': '355 likes', 'age': '2021-04-22T16:40:16.000Z', 'caption': 'xravenmadx\n🔥✨🌊🌿✨🍀💦✨☄️\nEDIT: So sorry I had to repost cause the song wouldn’t play for some reasoooon! Tutorial for the elements Collab with the sister, check out their pages to see their posts! @ezinne.jpg & @yaddije\n-\nAll things marked w/ * is gifted\n-\n\nNorvina Vol. 1\n@colourpopcosmetics Feather Brow Styling Wax & Precision Brow Pencil\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n#darkskinwomen #fentybeauty #y2kstyle #undiscoveredmuas #y2kaesthetic #makeupinspiration #editorialphotos #editorialbeauty #graphicmakeup #underratedartist #graphiceyeliner #goldenhours #colourpopmeblack #colourpopme\n4d'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CN8Gw9Tp-xd/', 'likes': '515 likes', 'age': '2021-04-21T19:07:08.000Z', 'caption': 'xravenmadx\n🔥✨🌊🌿✨🍀💦✨☄️\nElements Collab with the baddies! I love them so much and couldn’t wait to share our looks with you all! @yaddije & @ezinne.jpg did Earth and Water! Swipe to see their beautiful looks!\n-\nAll things marked w/ * is gifted\n-\nNorvina Vol. 1\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n#fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspiration #y2k #editorialphotos #editorialmodel #editorialmakeup #graphicmakeup #underratedmuas #motd #mood #makeup #goldenhourmakeup #goldenhourselfie\n5d'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CN2uJ9wpKhN/', 'likes': '503 likes', 'age': '2021-04-19T16:55:54.000Z', 'caption': 'xravenmadx\n🧞✨🧞\u200d♂️🦋🦚✨🍀🌼⚡️🌻\nI couldn’t wait to post this, I was just so happy with it. This was one of those looks where I didn’t have a clue what kind of look I was gonna do and this was born! Anyway what’s up with you?? How’s your Monday treating you so far?\n-\nAll things marked w/ * is gifted\n-\nshopomicosmetics Iris Bouquet Palette\n@museebeauty Impressionism Palette\n@bymelolops Water Ink - Beam & Rays\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - 💛\n-\n#blackmuasunite #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspirations #editorialphotos #editorialshoot #editorialmakeup #graphicmakeup #bymelolops #graphiclinerlook #underratedartist #graphicliner # #goldenhourlight\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNxfCAFpbMC/', 'likes': '306 likes', 'age': '2021-04-17T16:07:52.000Z', 'caption': 'xravenmadx\n🤍✨🖌🪁✨🥏\U0001fad0✨🧊\nI was contemplating if I was gonna post this video but I thought why tf not 🤷🏾\u200d♀️\n-\nAll things marked w/ * is gifted\n-\n@mehronmakeup Paradise Paint Palette Pastel\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - ✝️\n-\n#brownskin #fentybeautyfoundation #y2kfashion #y2kaesthetics #makeupinspiration #editorialphotos #editorial #editorialmakeup #avantgarde #blackmuasunite #blackbeauties #underratedartist #graphiclinerlook #goldenhouraesthetic #goldenhourlight\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNsdksOpBUM/', 'likes': '420 likes', 'age': '2021-04-15T17:18:36.000Z', 'caption': 'xravenmadx\n🤍✨🖌🪁✨🥏\U0001fad0✨🧊\nI just kinda free handed this, brows are my own as are the lashes lol. I feel like I wasn’t even planning on doing a look this day but bestie convinced me, and then I took photos and I thought this was just an okay look. But I took a break from it and came back to something I love!\n-\nAll things marked w/ * is gifted\n-\n@mehronmakeup Paradise Paint Palette Pastel\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - ✝️\n-\n#brownskin #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspiration #editorialphotoshoot #editorialfashion #editorialmakeup #avantgarde #blackmakeupartist #blackbeauty #underratedmuas #graphicliner #goldenhourmakeup #covergirlcosmetics\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNp9CrepSf2/', 'likes': '427 likes', 'age': '2021-04-14T17:56:06.000Z', 'caption': 'xravenmadx\n🎤🎟 🎶 💖🎀🎼🍭✨\n-\nHi! I really love this video okay bye 👋🏾 oh! Fun fact this is the same base as the Squirtle look, I just wiped the eyes off and did this to them😌🎀\n-\nAll things marked w/ * is gifted\n-\nNorvina Vol 2? I think\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n@bymelolops x @cutcreaser Comic Book Liner 3000\n-\n*@purity_k_beauty Liquid Lipstick - Maroon\n-\nAliexpress - 🎼\n-\n#brownskin #fentybeauty #y2kfashion #undiscoveredmuas #bymelolops #y2kaesthetic #makeupinspiration #tiktok #bretmansvaniy #avantgardemakeup #editorial #editorialmakeup #muasfeaturing #tiktokvideos #avantgarde #blackmua #blackbeauty #underratedmuas #graphicliner #funearrings\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNnN7F0pjGQ/', 'likes': '687 likes', 'age': '2021-04-13T16:25:38.000Z', 'caption': 'xravenmadx\n🎤🎟 🎶 💖🎀🎼🍭✨\n-\nAnother pokemon look! But more lowkey, I was gonna make y’all guess who it is but I’ll just tell you. Jiggly Puff! What an icon, who else you know can put people to sleep with song?? No one! Lol\n-\nAll things marked w/ * is gifted\n-\nNorvina Vol 2? I think\n-\n* @milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n@bymelolops x @cutcreaser Comic Book Liner 3000\n-\n* @purity_k_beauty Liquid Lipstick - Maroon\n-\nAliexpress - 🎼\n-\n#pokemoncosplay #fentybeauty #y2kfashion #tiktokvideos #bymelolops #y2kaesthetic #makeupinspiration #motd #mood #avantgardemakeup #editorial #editorialmakeup #muasupport #highfashionmakeup #avantgarde #blackmua #blackbeauty #naturalhair #graphicliner #funearrings\n1w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CLK_AazB5bk/', 'likes': '366 likes', 'age': '2021-02-12T00:13:59.000Z', 'caption': 'mimipenka\nCandy coated raindropsss, inspired by heart candies 🍬 💕\n\n#makeuptransformations #makeuptransition #tiktoktransition #makeupreels #reelsmakeup #editoralblk #avantgradeblk\n#theartives #undiscoveredmakeupart #graphicliner #graphiclinerlook #blackwomenmakeup #vdaymakeup #valentinesmakeup #undiscoveredmakeupart #vdaymakeuplook #glamvice #vicevibes #heartmakeup #theblendgames\n10w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CLDY4nqB2zD/', 'likes': '539 likes', 'age': '2021-02-09T01:25:58.000Z', 'caption': 'mimipenka\nIt’s giving the “Candy Girl” by New Edition vibes. 🍬💕\nReply in the comments and swipe: What’s your favorite Valentine’s Day candy? TBH, I’ll take anything milk chocolate or white chocolate. 💕\nI know it’s been a minute since I’ve posted because ya girl been on her career grind, but I hope y’all enjoy this look (doing the other side of my face almost made me TAP OUT of this look LOL). 💕\n\nHearts:\n@glamvicecosmetics\n- Retro liner in “Skate Date” & “Crop Top” mixed, “Peace & Love”, “Denim”, “Disco Fever” #glamvicecosmetics #glamvice #vicevibes\n\nLips:\n@thelipbar\n- “Straight Living” lip liner (code: MIMIPENKA for 10% off) #thelipbar\n@colourpopcosmetics\n- So Juicy plumping lip gloss in “QT” #colourpopmeblack\n\nFace:\n@narsissist\n- Soft matte foundation in “New Caledonia”\n- Soft matte complete concealer in “Chocolat”\n@fentybeauty #fentyface\n- Pro filt’r concealer in 430\n- Pro filt’r powder in “Honey”\n@hudabeauty\n- Tantour in “Tan”\n@theprimebeauty\n- Brownzer in “Bronzeville” #primebeauty\n@milkmakeup\n- Hydrogrip primer\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner #nyxepicinkliner #nyxeyeliner #nyxprofessionalmakeup #nyxcosmetics\n@kissproducts\n- Triple Push-Up Lashes in Garters #kisslashes\n\n#theartives #undiscoveredmakeupart #livingforface #graphicliner #graphiclinerlook #blackwomenmakeup #vdaymakeup #valentinesmakeup #darkskinwomenmakeup #vdaymakeuplook #heartmakeup #theblendgames\n10w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CI38_snhGG5/', 'likes': '503 likes', 'age': '2020-12-16T21:47:50.000Z', 'caption': 'mimipenka\nBack up on the scene. 🌋 REPLY IN THE COMMENTS AND SWIPE: What is your favorite @jheneaiko song from Chilombo? 🎶 And don’t let me find out all y’all some little nasties with your choices 💀 (TAG @jheneaiko 🤎)\n\n🌋 My favorite songs from the original album are: Speak, B.S., and Lightning and Thunder. My favorite from the deluxe: DEFINITELY Above and Beyond (piano) and Summer 2020. I’m so excited for all the recognition she’s gotten this year and all the OG Sailing Soul(s) better STAND UP! 🌋\n\n🌋 And get into this peace sign tattoo, drew on with the @nyxcosmetics Epic Wear Waterproof Eye and Body liquid liner and it’s really giving me Summer Walker teas bahahaha. Also I was fixing the roses in the last pic tehe 🌋\n\nFeatured products BELOW:\n\nFace:\n@narsissist\n- Soft matte foundation in “New Caledonia”\n- Soft matte complete concealer in “Chocolat”\n@fentybeauty #fentyface\n- Pro filt’r concealer in 430\n- Pro filt’r powder in “Honey”\n@hudabeauty\n- Tantour in “Tan”\n@thelipbar\n- Fresh glow bronzer in “Double date” (code: MIMIPENKA for 10% off)\n@milkmakeup\n- Hydrogrip primer\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n- Flypencil longwear pencil eyeliner in “Cuz I’m Black”\n@morphebrushes\n- Jaclyn Hill palette #morphexjaclynhill #morpheuniversity\n@anastasiabeverlyhills x @jackieaina\n- Jackie Aina palette #jackieainapalette #abhjackieaina\n@kissproducts\n- Triple Push-Up Lashes in Garters\n@fentybeauty\n- Full frontal mascara in “Cuz I’m Black”\n\nFake tattoo:\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner #nyxepicinkliner #nyxeyeliner\n\nLips:\n@thelipbar\n- “Straight Living” lip liner (code: MIMIPENKA for 10% off) #thelipbar\n@rarebeauty\n- Lip souffle matte cream lipstick in “Brave” #rarebeauty\n\n#livingforface #jheneaiko #jhenéaiko #chilombo #faketattoo #darkskinmakeup #darkskinmakeupdaily #brownmelaninmakeup #smokeyeyeshadow #smokeyeyeliner #undiscoveredmakeupart #makeupforblackgirls #makeuprecreation #cosplaymakeup #makeuprecreation #albumartwork #muasunder10k #jhene #albumcoverart #coolmakeup\n18w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CI1ePQLBBM3/', 'likes': '325 likes', 'age': '2020-12-15T22:40:48.000Z', 'caption': 'mimipenka\nChilombo (Deluxe) x @jheneaiko 🌋\n\n🌋 Who’s giving this energy once outside is safe again? PICS and makeup details coming in the next 24 hrs 🌋\n\nFollow @mimipenka for more music inspired makeup! 🤎\n\n#jheneaiko #jhenéaiko #chilombo #cosplaymakeup #cosplaymakeuptutorial #makeuptransformations #makeuptransition #tiktoktransition #makeupreels #reelsmakeup #makeuprecreation #makeupmelanindaily #smokeyeyemakeup #faketattoo #dmvmua #udmlip #theblendgames #theartives #editoralblk #blackgirlsdomakeup #albumartwork #livingforface #muaxdiscover #funmakeup\n18w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIbmjk-hY1e/', 'likes': '254 likes', 'age': '2020-12-05T21:33:10.000Z', 'caption': 'mimipenka\nWelcome to Aminé University! 🎾🤪\n\n🎾 Follow @mimipenka for more beauty x music content 🎾\n\n🎾 Makeup products listed on the previous post 🎾\n\n#aminelimbo #glamvicecosmetics #vicevibes #livingforface #nyxprofessionalmakeup #essencecosmetics #essencemakeup #shinelastgo #udmlip #makeuprecreation #nyxeyeliner #tiktokma #makeuptransition #greeneyeliner #ombreeyeliner #cosplaymakeup @amine #tiktokmakeup #nudelipgloss #aminé #amine #funmakeup #funeyeshadow #limbo #undiscovered_muas #v93oo #melaninmakeupdaily #makeupmelanin #studiofam #colorfulmakeup #thatblurtho\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIZcD4ahcT7/', 'likes': '440 likes', 'age': '2020-12-05T01:22:50.000Z', 'caption': 'mimipenka\nMy sugar’s sweeter, I can be your Kool Aid.🥤❤️\nREPLY IN THE COMMENTS AND SWIPE: Who are some of your FAVE Black content creators? 🤎\nBecause speaking of Black content creators… Aww sookie sookie, it’s my first collab and it’s with a bunch of beautiful, talented, Black babes. PLEASE check out their pages (they are tagged in the pic!), they are all SOOO sweet and talented. It’s been so comforting being able to connect with other nano/micro content creators #bittyblackbeauties. The theme is OMBRÉ (and my look reminded me of juice, hence the caption, shoutout to @singkirbysing for the lyric)❤️💕💜\n\nStandout products:\n\nLips:\n@thelipbar\n- “Crown Me” lipstick (code: MIMIPENKA for 10% off)\n@maccosmetics\n- “Men love mystery” matte lipstick\n@jdglowcosmetics\n- Lipgloss in “Show Up”\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n@danessa_myricks, @danessamyricksangels\n- Cream color matte liquid pigments in “Fruit Punch”, “Chosen”, and “Journey”\n@tribebeautybox x @raggedyroyal collab lashes in Maxie\n\nFace:\n@thelipbar\n- Fresh glow bronzer in “Double date” (code: MIMIPENKA for 10% off)\n@milkmakeup\n- Hydrogrip primer\n- Blur & set matte loose setting powder in “Translucent medium” under the eyes\n- Hydrogrip setting + refreshing spray\n\n#danessamyricksangels #danessamyrickscolorfix #udmlip #editoralblk #blackgirlsdomakeup #ombreeyeshadow #editoralmakeup #blackcreatives #avantgardeblk #jdglowcosmetics #undiscovered_muas #blackgirlsdomakeup #colorfuleyeshadow #v93oo #melaninmakeupdaily #makeupmelanin #theartistedit #editoralmakeup #studiofam #ombrelip #makeupfreak #colorfulmakeup #redeyeshadow #pinkeyeshadow #purpleeyeshadow #purplelipstick #purplelipgloss #thatblurtho #dmbangels\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIZC5uwhjqd/', 'likes': '460 likes', 'age': '2020-12-04T21:43:00.000Z', 'caption': 'mimipenka\nStuck in LIMBO for how long?! 🎾\nREPLY IN THE COMMENTS AND SWIPE: What’s your top picks from Limbo x @amine?! 🎶\nThe deluxe just came out, so my answer is going to get pretty complicated 💀 but my top includes: Woodlawn, Compensating, Pressure in my Palms, Easy, and My Reality 🥰. If y’all didn’t get it by neeooow, Limbo has been one of my favorite releases since it came out (debatably my favorite rap release too).\nI was originally planning on doing this look weeks from now, but since the deluxe drop was announced 2 days ago, I had pull many stringsss and lose sleep LOL. Enjoy y’all and thank you so much for the genuine support and encouragement 💚\n\nFace:\n@narsissist\n- Soft matte foundation in “New Caledonia”\n- Soft matte complete concealer in “Chocolat”\n@fentybeauty\n- Pro filt’r concealer in 430\n@hudabeauty\n- Tantour in “Tan”\n@theprimebeauty\n- Brownzer in “Bronzeville”\n@milkmakeup\n- Hydrogrip primer\n- Blur & set powder in “Translucent medium” under the eyes\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n@glamvicecosmetics\n- Retro liners in “Crop top” and “Spandex” mixed together, “Skate date”, and “Disco fever”\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner\n@kissproducts\n- Triple Push-Up Lashes in Brassiere\n@fentybeauty\n- Full frontal mascara in “Cuz I’m Black”\n\nLips:\n@fentybeauty\n- Stunna lip paint in “Uninvited” (at the very rim)\n@thelipbar\n- “Straight Living” lip liner (code: MIMIPENKA for 10% off)\n@essencemakeup @essence_cosmetics\n- Shine shine shine lipgloss in “Bright on!”\n\n#limbo #limboamine #aminelimbo #glamvicecosmetics #glamvice #livingforface #nyxprofessionalmakeup #kisslashes #kissproducts #essencecosmetics #essenceatulta #essencemakeup #shinelastgo #udmlip #makeuprecreation #nyxeyeliner #muasunder5k #editoralblk #blackgirlsdomakeup #greeneyeliner #ombreeyeliner #graphicliner #cosplaymakeup #hydrogrip #editoralmakeup #hypebaebeauty #blackcreatives #nudelipgloss #aminé #amine\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIRPbmcBNnT/', 'likes': '209 likes', 'age': '2020-12-01T20:58:48.000Z', 'caption': 'mimipenka\nAnniversary x Bryson Tiller makeup recreation! The start of my makeup series on my favorite albums of the year, kicking it off with @brysontiller— follow @mimipenka to see more!\n\nMakeup details and products in my most previous post!\n\n#makeuptransformations #makeuptransition #tiktokmakeup #darkskinmakeup\n#brysontiller #brysontilleranniversary #bluelipstick #blueeyeshadow #ombrelip #livingforface #v93oo #rnbmusiclovers #monochromemakeup #colormeraggedy #coloredlashes #reelstutorial #yesacebeaute #muasunder5k #studiofam #editoralmakeup #avantgardemakeup #elfingamazing #tiktoktransition #tiktokmakeup #makeuptiktok #sephora #muasunder2k #hypebaebeauty #muaawesome #makeupeditoral\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIO5mDeBQlB/', 'likes': '500 likes', 'age': '2020-11-30T23:09:16.000Z', 'caption': 'mimipenka\nForget being on Forbes, I felt rich when I was yours 💙\nREPLY IN THE COMMENTS AND SWIPE: What’s your FAVORITE Bryson Tiller song?\n\nSpecial shoutout to @evyxo_ whose orange version of this inspired me to do this in blue!\n\nStarting my new makeup series where I recreate my favorite albums of the year! I’m kicking it off with Anniversary by @brysontiller. The cover is really just blue LOL, but then I saw @evyxo_ do a look just like this in orange and then my mind said DING! I play songs from this album every day, but I think my top 4 (b/c I couldn’t pick 3 lol) is: Sorrows, Inhale , Outta Time, and Next to You. I loved the fact this album came out on the anniversary of TrapSoul and that it’s blue because it really sounds like a blue version of TrapSoul (calmer, cooler, chiller).\n\nFace:\n@narsissist\n- Soft Matte foundation in “New Caledonia”\n@fentybeauty\n- Pro filt’r concealer in 430\n- Pro filt’r powder in “Honey”\n@hudabeauty\n- Tantour in “Tan”\n@thelipbar\n- Fresh glow bronzer (code: MIMIPENKA for 10% off)\n@milkmakeup\n- Hydrogrip primer\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@benefitcosmetics\n- Precisely, My Brow Pencil in “Shade 6- cool soft black”\n@acebeaute\n- Slice of paradise palette\n@elfcosmetics\n- Retro paradise palette\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner\n@tribebeautybox x @raggedyroyal collab lashes\n- Covered in @acebeaute slice of paradise eyeshadow palette to bring out a brighter blue (trick from @raggedyroyal)\n\nLips:\n@fentybeauty\n- Stunna lip paint in “Uninvited”\n- Mattemoiselle lipstick in “Clapback”\n@acebeaute\n- Slice of paradise (in the center)\n\n#brysontiller #brysontilleranniversary #udmlip #colormeraggedy #coloredlashes #editoralblk #avantgradeblk #makeuprecreation #theartistedit #blueeyeshadow #bluelipstick #ombrelip #livingforface #nyxprofessionalmakeup #yesacebeaute #acebeaute #editoralmakeup #monochromemakeup #monochromemonday #nyxeyeliner #muasunder5k #makeupmelanin #muaxdiscover #undiscoveredmakeupart #blackgirlsdomakeup #inbeautmag #elfingamazing #elfcosmetics #beautyscaperemixcontest #elfeyeshadow\n@seebybeauty @brownmelaninmakeup @melaninmakeupdaily @undiscovered_muas @makeupmelanin @makeupstallker\n21w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CM21TkOJek5/', 'likes': '4,940 likes', 'age': '2021-03-25T21:26:59.000Z', 'caption': 'jaimariah\nit’s my birthday 🎂\n-\nhappy to see another year! and thankful for everyone here! 🥺 I hope y’all are enjoying this funky print shirt as much as I am!! & no lashes is SUCH A LOOK. wow\n-\n@colouredraine vivid pigments\n@limecrimemakeup venus liner\n@makeupforever matte velvet skin ‘5.3’\n@makeupforever matte velvet skin ‘4.5’\n@freck cheekslime ‘cuffed’\n@freck og original freckle\n@colourpopcosmetics liner ‘BFF 3’\n@revlon super lustrous the gloss\n-\n#colouredraine #limecrime #makeupforever #freck #colourpop #revlon #makeup #colourful #birthday #makeupforblackwomen\n4w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CMNamM2JCmx/', 'likes': '19,614 likes', 'age': '2021-03-09T19:24:44.000Z', 'caption': 'jaimariah\nfeeling ✨glamorous ✨\nIt feels good to be able to have new lighting after rocking with my ring-light for 3 years straight! and I can’t express how excited I am for these outside photos :-)\n-\ninspired by spaghetti4000\n-\neyeshadow primer:\n@makeupforever aqua seal\n-\neyes:\n@colourpopcosmetics nook inc ‘ceo’\n@makeupforever aqua seal ‘lagoon’\n@theboldfacemakeup ‘newsworthy’\n-\nfoundation:\n@hudabeautyshop stick foundation\n@lorealparis infalliable concealers\n@makeupforever concealer ‘5.5’ contour ⭑\n@freck cheekslime ‘fielding’\n@covergirl lash blast clean mascara\n@freck the original freckle ‘noir’\n-\nlips:\n@colourpopcosmetics lip liner ‘ctrl’\n@lauramercier lip gloss ‘blush’\n@mianjelica ludicrous light ‘peach-ella’\n-\n#colourpopme #nyxcosmetics #milanicosmetics #colouredraine #danessamyricks #loreal #hudabeauty #makeupforever #tattilashes #limecrime #makeupforblackwomen #tutorial\n6w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLnQjDaJL3H/', 'likes': '3,212 likes', 'age': '2021-02-22T23:45:47.000Z', 'caption': 'jaimariah\nheart liner 💗🤍\nI want to live in this look for the rest of my life!\n-\nI got the chance to try out @limecrimemakeup’s Venus liners and I AM IN LOVE. 3 big factors that I need in my liners are durability, precision & pigmentation and the Venus Liners demonstrated all of the above. I got to create a quick, easy and cute look in no time 😇\n-\nmake sure to check out the shades down below:\n\neyes: Venus Liners ‘Peony’ ‘Baby’s Breath’\nLime Crime Glory Palette ‘Dusk’ ‘Ultraviolet’\n\n#ad #makeup #liner #tutorial #valentines\n8w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLkwWJWpG1X/', 'likes': '22,398 likes', 'age': '2021-02-22T00:25:55.000Z', 'caption': 'jaimariah\n💎 💎💎\ninspired by @dianashin 🖤\n-\neyeshadow primer:\n@danessa_myricks invisible base ⭑\n-\neyes:\n@morphebrushes jh palette\n@dominiquecosmetics latte 2 palette\n@karabeautyofficial liquid eyeliner ⭑\n@makeupforever Aqua resist color pencil ‘forest’ ‘granite’\n-\nfoundation:\n@hudabeautyshop stick foundation\n@lorealparis infalliable concealers\n@makeupforever concealer ‘5.5’ contour ⭑\n@danessa_myricks magic set seal with primer\n@tatcha silk canvas primer\n-\nlips:\n@colourpop lip liner ‘CTRL’\n@colouredraine liquid lipstick ’suspect’\n@revlon super lustrous the gloss\n-\n#colourpopme #nyxcosmetics #milanicosmetics #revlon #danessamyricks #loreal #hudabeauty #makeupforever #danessamyricks #limecrime #makeupforblackwomen #tutorial\n9w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLZ6di-pKrB/', 'likes': '13,886 likes', 'age': '2021-02-17T19:22:40.000Z', 'caption': 'jaimariah\nme in a pink lip? 👁👄👁\n-\neyeshadow primer:\n@danessa_myricks invisible base ⭑\n-\neyes:\n@colouredraine juicy boost palette ⭑\n@colouredraine vivid pigments ⭑\n@karabeautyofficial liquid eyeliner ⭑\n-\nlashes:\n@theboldfacemakeup ‘seeing double’\n-\nfoundation:\n@hudabeautyshop lumi matte foundation\n@lorealparis infalliable concealers\n@makeupforever concealer ‘5.5’ contour ⭑\n@danessa_myricks vision flush ‘sunset’\n@danessa_myricks magic set seal with primer\n@milkmakeup hydrogrip primer\n-\nlips:\n@lauramercier lip liner\n@colouredraine liquid lipstick ’suspect’\n@ilmakiage clear lip gloss\n-\n#colourpopme #ilmakiage #milanicosmetics #colouredraine #danessamyricks #loreal #hudabeauty #makeupforever #tattilashes #limecrime #makeupforblackwomen #tutorial\n9w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLVPUFgp76Y/', 'likes': '3,256 likes', 'age': '2021-02-15T23:49:05.000Z', 'caption': 'jaimariah\nSHOP BLACK EVERY MONTH\n-\nBoxycharm sent over their February PopUp box and I got the chance to play with a couple of black owned brands. This was the outcome!\n-\neyes: @acebeaute classical paradise palette\n@beautyvalute matte lip ‘natty nat’\n@beautyvaulte lip liner\nbase: @opvbeautylondon contour kit\nlashes: @camaraaunique ‘Ruth lash’\n\n#BoxyBlackHistory, #BoxyBeautyMark #BoxyCharm #Ad #SponsoredbyBoxy #Giftedbyboxy #ad #makeup #liner #tutorial #valentines @boxycharm #boxyblackhistory\n9w'},{'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CKmSf-RJD7v/', 'likes': '34,675 likes', 'age': '2021-01-28T18:12:12.000Z', 'caption': 'jaimariah\nso pumped to create looks for Valentines this year!\nib: @stenss 💖\nused @raggedyroyal colored lash technique!\n•\neyeshadow primer/concealer:\n@danessa_myricks invisible eyeshadow base\n-\neyeshadow:\n@colouredraine vivid pigments ‘sauce’\n@makeupforever matte velvet concealer\n@hudabeautyshop mascara\n-\nlashes:\n@tatti_lashes lash glue\n-\nprimer/setting spray:\n@tatcha silk canvas primer\n-\nfoundation:\n@hudabeautyshop stick foundation\n@makeupforever matte velvet concealer\n@lauramercier honey translucent powder\n@maybelline fit me pressed powder\n-\nlip combo:\n@fentybeauty matte match stix\n@makeupbymario lip palette\n@revlon x @meganthestalion clear gloss\n•\n\n#milanicosmetics #tatcha #hudabeautyshop #revlon #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #liner #tutorial #skin #makeuptut #eyeshadow #danessamyricks #melaninbeautiesunite\n12w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CKUY9XwpOqs/', 'likes': '30,669 likes', 'age': '2021-01-21T19:22:19.000Z', 'caption': 'jaimariah\nbrowns + pinks\n@stenss & @ashghotcakess inspired me to finally do brown lashes!\nused @raggedyroyal colorful lash technique!!\n•\neyeshadow primer/concealer:\n@makeupforever aqua seal as base\n-\neyeshadow:\n@themakeupshack rainforest palette\nuse code ‘Sam’ for $ off\n@colourpopcosmetics she’s a rainbow\npaint palette is from Amazon\n‘ccb beauty flash color palette’\n@hudabeautyshop mascara\n-\nlashes:\n@tatti_lashes lash glue\n-\nprimer/setting spray:\n@milanicosmetics rose primer\n-\nfoundation:\n@hudabeautyshop stick foundation\n@makeupforever matte velvet concealer\n@elfcosmetics 16hr camo concealer\n@lauramercier honey translucent powder\n@maybelline fit me pressed powder\n@milanicosmetics cheek kiss\n-\nlip combo:\n@colourpopcosmetics lippie pencil ‘CTRL’\n@colourpopcosmetics lippie stix\n@makeupbymario lip palette ‘white’ ‘pink’\n@colourpopcosmetic lux gloss ‘glacier’\n\n•\n\n#milanicosmetics #nyxcosmetics #colourpopme #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #liner #tutorial #skin #makeuptut #eyeshadow\n13w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CKMv_mSJk0j/', 'likes': '17,765 likes', 'age': '2021-01-18T20:09:40.000Z', 'caption': 'jaimariah\npaint brushes for eyeliner = crisp line\n•\neyeshadow primer/concealer:\n@makeupforever aqua seal as base\n-\neyeshadow:\n@playinginmakeupbyyolondo jamrock universal\n@colouredraine vivid pigments\n@sheencosmeticsofficial epic liner ‘mellow’\n@hudabeautyshop mascara\n-\nlashes:\n@tatti_lashes style ‘double tap’\n@tatti_lashes lash glue\n-\nprimer/setting spray:\n@tatcha silk canvas primer\n@tatcha the silk peony eye cream\n-\nfoundation:\n@hudabeautyshop stick foundation\n@makeupforever matte velvet concealer\n@bymelolops pigment ‘beam’\nuse code ‘Jai10’ for $$ off\n@lauramercier honey translucent powder\n@maybelline fit me pressed powder\n-\nlip combo:\n@colourpopcosmetics lippie pencil ‘CTRL’\n@nyxcosmetics butter gloss ‘fortune cookie’\n@milanicosmetics ludicrous light gloss\n‘Lollapha-blue-za’\n-\nhair:\n@divaswigs curly closure\n\n•\n\n#milanicosmetics #nyxcosmetics #colourpopme #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #lineart #tutorial #skin #makeuptutorials #eyeshadow\n14w'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/COD15BIJMau/', 'likes': '346 likes', 'age': '2021-04-24T19:13:47.000Z', 'caption': 'chelslaysss\nliterally everything was blue after this look omg\n\ncheck out the pictures of this look for makeup details! 💙\n\n#lavalamp #lavalampmakeup #bluemakeup #bluemakeuplook #tiktokmakeup #tiktokmakeuptutorial #makeupprocess #70smakeup #retromakeup #70saesthetic #editorialmakeup #editorialmakeupartist #editorialbeauty #muasunder10k #creativemakeuplooks\n2d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/COBQWlOpzre/', 'likes': '369 likes', 'age': '2021-04-23T19:07:07.000Z', 'caption': 'chelslaysss\nSURPRISE!!! ✨🥂 in honor of my 1 yr anniversary of this account, @lucia_creates and i teamed up to bring you ig filters of some of my most iconic makeup looks! (check out the filters tab on my page to use!)\n\nthey did an amazinggg job designing these!! pls check her out for all ur graphic design needs 🔥💓 @lucia_creates\n\non april 23rd, 2020 i created this account so unsure of where it would take me, so doubtful of my artistic ability. after a year i’ve made some bomb friends and realized my potential, allowing me to have opportunities i never thought i could. thank y’all for the love you show me & my art bc y’all really motivate me to keep going 🥺💓 i’m done being a simp lol but cheers to another year of surprises 🥂🕺🏾\n\n#chelslaysss #lucia_creates #igfilters #igfilter\n3d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CN-qy7DpE3b/', 'likes': '662 likes', 'age': '2021-04-22T19:00:28.000Z', 'caption': 'chelslaysss\n💙🌀 LAVA LAMP 🌀💙 ib: @crisxtinv @miryssamua\npt 6/6 of my retro series WOOOO!!!! 🕺🏾🕺🏾🕺🏾 this look gave me all sorts of headaches smh but i persevered 😭 i really hope y’all like this!\n\nthe blue temporary hair dye is from @asiamnaturally 💙\n\nmakeup details:\neyes\n🌀 @glisten_cosmetics wet liner in sapphire, use my code “CHELSLAYSSS10” to save 🤑\n🌀 @icywifeycosmetics lashes in diva\n🌀 @ilmakiage blue icon mascara\n\nface\n🌀 p louise base rumor 0 (i didn’t realize i had a blue p louise base until i was several hours into this look smh)\n🌀 @museebeauty impressionism palette, use my code “SLAYSSS10” to save 🕺🏾\n🌀 @bperfectcosmetics carnival 3 palette\n🌀 @bhcosmetics apres in aspen highlight palette\n\nlips\n🌀 @lacolorscosmetics brown lip liner\n🌀 @milanicosmetics cheek kiss cream blush in nude kiss\n\n#bluemakeup #bluemakeuplook #bluehaircolor #bluehairdontcare #bluehairedgirl #lavalampmakeup #lavalampmakeuplook #retromakeup #70saesthetic #retroaesthetics #70smakeup #colorfulmakeup #blueeyeliner #muasunder10k\n4d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CN8G1_epLwa/', 'likes': '469 likes', 'age': '2021-04-21T19:08:00.000Z', 'caption': 'chelslaysss\nstarting to feel like purple was made for me 🤩💜\n\nmajor makeup deets:\n🕺🏾 @trixiecosmetics back to the fuschia blush palette\n🕺🏾 @bhcosmetics apres in aspen highlight palette\n🕺🏾 #trixiecosmetics glosses in synth, chill pill, prism\n🕺🏾 trixiecosmetics glitter in juicebox\n\n#purplemakeuplook #purplemakeup #purpleglitter #purpleeyeshadow #70saesthetic #70sstyle #70smakeup #retromakeup #retrostyles #trixiemattel #muasunder10k\n5d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CN5mUCnpV_t/', 'likes': '677 likes', 'age': '2021-04-20T19:45:05.000Z', 'caption': 'chelslaysss\n💜🕺🏾 SOUL SISTA 🕺🏾💜\ncheers to pt 5/6 of my retro series! 🥂 the pics really did NOT do this look justice omg. the glitter is stunning in person!! shout out @trixiecosmetics @trixiemattel 💕\n\nmakeup deets:\neyes\n🕺🏾 @trixiecosmetics face glitter in juicebox\n🕺🏾 @bhcosmetics los angeles palette\n🕺🏾 @bperfectcosmetics carnival 3 palette\n🕺🏾 @pgaesthetic lashes in the style jasmine\n\nface\n🕺🏾 @ilmakiage f*ck i’m flawless concealer shade 15\n🕺🏾 @colourpopcosmetics tinted moisturizer\n🕺🏾 @kosas revealer concealer shades 08, 8.2\n🕺🏾 @trixiecosmetics back to the fuschia blush trio\n🕺🏾 @bhcosmetics apres in aspen highlight palette\n\nlips\n🕺🏾 @trixiecosmetics glosses in synth, chill pill, prism\n\n#purplemakeup #purplemakeuplook #70smakeup #70sstyle #70saesthetic #editorialbeauty #editorialmakeup #purpleglitter #purpleeyeshadow #purpleeyemakeup #retromakeup #retromakeuplook #purplelipstick #purplelips #trixiecosmetics\n6d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CNfxPkfpqiZ/', 'likes': '685 likes', 'age': '2021-04-10T19:00:21.000Z', 'caption': 'chelslaysss\n🌅🍄☮️ LET’S TRIP ☮️🍄🌅SWIPE ⏩ to see my inspo!\n\n4/6 of my retro series! 🕺🏾was going for a psychedelic landscape vibe idk if that’s what it’s giving but i really wanna try this again!!! 🤩\n\ni truly appreciate all the love from you guys on this series 🥺 we hit 3k and i’m so happy!! thank you for supporting my art 💗🥰\n\nmakeup deets:\n🌅 p louise base in rumor 0\n🌅 @bperfectcosmetics carnival 3 palette\n🌅 @beautybaycom bright matte palette\n🌅 @glisten_cosmetics wet liner in sapphire\n🌅 @glamvicecosmetics liners in miami beach, sour apple, skate date\n🌅 @milkmakeup hydro grip primer\n🌅 @colourpopcosmetics so fresh tinted moisturizer\n🌅 @lagirlcosmetics pro conceal in medium beige\n🌅 @milkmakeup kush mascara\n🌅 @essencemakeup soft contouring lip liner in melt your heart\n🌅 @trixiecosmetics lip gloss in DUH!\n\n#creativemakeuplooks #creativemakeupartist #brightmakeup #retromakeup #makeupartistry #groovybaby #graphiclinerlook #carnivalpalette #editorialmakeup #editorialbeauty #editorialart #trippyartwork #trippyartist #trippyvibes #retrovibes #70sstyle #70saesthetic\n2w'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CNNv437pytY/', 'likes': '396 likes', 'age': '2021-04-03T19:02:21.000Z', 'caption': 'chelslaysss\nhere’s a tutorial on how i do my flawless base 🧡 using brushes from @humble_cosmetics\n\nuse my code “FREESHIPCC24” for a discount! 🥰\n\nbrushes in order of appearance:\n🧡 202 round kabuki brush\n🧡 blending sponge\n🧡 207 highlight brush\n🧡 204 tapered powder brush\n🧡 101 small shading brush\n\n#foundationmakeup #basemakeup #foundationroutine #makeuptutorials #colorfulmakeuplook #graphiclinerlook #graphicliner #foundationbrush #makeupbrushset #makeupbrush #concealertutorial\n3w'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CNLMXsKJHki/', 'likes': '784 likes', 'age': '2021-04-02T19:13:20.000Z', 'caption': 'chelslaysss\n🤎💛🦊 FOXY LADY 🦊💛🤎\nmakeup ib: @ericaswn\nedit ib: @itsbeautybybrit\npt 3 of my retro series 🕺🏾🤩\nmy addiction to graphic liner is so real. i tried this look w only eyeshadow and it simply did not hit the same 🤷🏾\u200d♀️\n\nwhich retro looks should i try next? if you have ideas i’m all ears 👂🏾👇🏾\n\nmakeup details:\n🦊 @glisten_cosmetics gateau split liner\n🦊 @glamvicecosmetics liners in hot pants, lemon lush\n🦊 @tayaweebeauty undress me eyeshadow palette\n🦊 @milkmakeup kush mascara\n🦊 @thecrayoncase blush binder\n🦊 @lacolorscosmetics brown lip liner\n🦊 @tayaweebeauty tube gloss in passion\n🦊 @nyxcosmetics butter gloss in madeline\n\n#70sstyle #70saesthetic #70smakeup #retromakeup #retroaesthetics #orangemakeup #orangemakeuplook #graphicliner #graphiclinerlook #yelloweyeliner #browneyeliner #afrohairstyles #afroqueen #foxylady #afrogirls #creativemakeupartist #creativemakeupart\n3w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CN8dVxtrWrA/', 'likes': '24,833 likes', 'age': '2021-04-21T22:24:24.000Z', 'caption': 'esantoinette\nbesties, this @mavenbeauty beat + my hair?? It’s making me feel really...GOOD | ad!\n.\n(products can all be found on www.fashionnova.com/beauty)\n-basic beat cream eyeshadow in “teddy” and “coquito”\n-maven eyeshadow palettes in “define” and “stargate” palettes\n.\n#mavenbeauty mavenbeautypartner\n5d'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CN0kQkRnMg0/', 'likes': '26,090 likes', 'age': '2021-04-18T20:59:22.000Z', 'caption': 'esantoinette\nad! a bleached brow using a @mavenbeauty cream shadow meets a black smoked out eye\n.\n(products can all be found on www.fashionnova.com/beauty)\n.\n-basic beat cream eyeshadow in “teddy” and “coquito”\n-maven eyeshadow palettes in “define” and “stargate” palettes\n.\nsong: 505 by arctic monkeys\n.\n#mavenbeauty mavenbeautypartner\n1w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNs6pSYLzIa/', 'likes': '35,286 likes', 'age': '2021-04-15T21:32:38.000Z', 'caption': 'esantoinette\nfinally some colors I don’t always use together 🦂 “zoom in” effect 100% inspired by @naezrahlooks!\n.\n@kaleidosmakeup club nebula palette *\n@glisten_cosmetics liners in shades chai, gateau, and mars (orange shade I covered) *\n@glisten_cosmetics no. 2 liner brush * use code ANTOINETTE20 to save monies on Glisten’s site :)\n-pink eyeshadow from the Beauty Bay x Nikkietutorials palette *\n@colourpopcosmetics crème gel liner in “good reef”\n@kikomilano maxi mod mascara + @themakeupshack “show stopper” lashes cut in 1/3 *\nlips:\n@maccosmetics “stone” lip pencil + @fentybeauty “tropic tantrum” poutsicle *\n*=gifted product\n.\nsong 1: music sounds better with you by Neil Frances\nsong 2: the less I know the better from lofi fruits music\n.\n#graphicliner #glistencosmetics #graphicmakeup #editorialmakeup #modelmalay\n1w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNioyTYr96r/', 'likes': '24,255 likes', 'age': '2021-04-11T21:44:10.000Z', 'caption': 'esantoinette\ny’all are so cool, cooler than me :)\nthank you for so much love 🧚🏼\n.\nall makeup details in previous post\nearrings from @yesstyle\n.\n#graphicliner #graphicmakeup #editorialmakeup #creativemakeup\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNdm0tzrtKY/', 'likes': '49,227 likes', 'age': '2021-04-09T22:50:49.000Z', 'caption': 'esantoinette\nwhat if I just posted twice in one night 🗣\n.\n@glisten_cosmetics wet liners in order of use: Raspberry Punch, the Royals, Divine, Strawberry Cheesecake (light pink liner) and Rust (use code ANTOINETTE20 to save on their site) *\n@bymelolops C2 brush for liner (use ANTOINETTE5 to save monies) *\n@bhcosmetics lost in los angeles palette (the pink shade) *\n@kaleidosmakeup club nebula palette *\n@colourpopcosmetics crème gel liner in “joy ride”* and “brownie points” BFF mascara\nlashes: are a very old pair split in half\nblush and lips: @1daybeautyco multitint in shade “rust” *\n*=gifted product\n.\nsong 1) my kind of woman by Mac demarco (but slowed down)\nsong 2) good days by sza\nsong 3) bongo cha cha cha by caterina valente\n.\n#graphicliner #graphicmakeup #editorialmakeup #kaleidosmakeup #colourpopme\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNdOHiZrD1H/', 'likes': '21,081 likes', 'age': '2021-04-09T19:14:56.000Z', 'caption': 'esantoinette\ncall me beep me, I would like to present to you this runway kim possible moment with @mavenbeauty products | Ad\n.\n-maven beauty cosmic drip nova palette (over a sticky base for best color payoff)\n-basic beat eye cream in coquito (to clean up edges of blunt eyeshadow)\n-maven beauty Define palette\n-maven beauty asteroid tears liquid glitter eyeshadow in “supermoon”\n-maven lipstick in “\n(all available on fashionnova.com/beauty)\nsong: tokyo ghost by eyedress\n.\n#mavenbeauty mavenbeautypartner\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNVqvdyHTlC/', 'likes': '36,310 likes', 'age': '2021-04-06T20:51:33.000Z', 'caption': 'esantoinette\ny’all mind if I just...give u a duo-toned metallic wing with @mavenbeauty’s Nova palette??? 🗣 Ad\n.\n-basic beat eyeshadow base in “coquito”\n-maven cosmic drip “nova” palette\n-maven highlight in “draped up”\n-maven lipstick in “thrill” on my cheeks and “buena” on my lips\n(products can all be found on www.fashionnova.com/beauty)\n.\n#mavenbeauty mavenbeautypartner\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNQX4zMHXQH/', 'likes': '11,028 likes', 'age': '2021-04-04T19:30:37.000Z', 'caption': 'esantoinette\nso many base routines I love 🧚🏼here’s one of them for now (๑*◡*๑) give me more good songs to add to my playlist so I can share a really bomb @spotify playlist with y’all hehe\n.\n@range_beauty true intentions bronzing primer (so effing good y’all)\n@hudabeauty #fauxfilter stick foundation, shades 150G* & 220N*\n@lauramercier flawless fusion concealer, shade 2W*\n@beautybakeriemakeup fixing flour setting powder*\n@kaleidosmakeup charisma contour (warm and medium)*\n.\n#foundationroutine #hudabeauty #lauramercier #kaleidosmakeup #makeupreels #youdeserverounds\n3w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNN_38Trqez/', 'likes': '22,039 likes', 'age': '2021-04-03T21:21:52.000Z', 'caption': 'esantoinette\nthe block button has been worn out this weekend. I hope you are spreading positivity wherever you can y’all ✨\n.\n@hauslabs the edge precision brow pencil “ash brown”\n@kaleidosmakeup club nebula x angelica nyqvist palette\n@glisten_cosmetics wet liners in moon rock, evergreen, and blueberry (code ANTOINETTE20 can save u some coin)\n@claropsyche psyche’s box\n@themakeupshack “show stopper” lashes cut in half\nlips:\n@nyxcosmetics “brooklyn thorn” liner + @milkmakeup electric glossy lip plumper “charged”\n.\n#editorialmakeup #graphicmakeup #modemalay #graphicliner\n3w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/COBAWBWJiOG/', 'likes': '479 likes', 'age': '2021-04-23T16:47:14.000Z', 'caption': 'bemusebybetty\n♌️🌂☂️🧞😈🔮💜\n\nhello all! i hope you’ve been enjoying the sun! a simple graphic look using all @bodyography products! i wanted to do a look with a brand that has supported me from the beginning of my instagram journey! they can be found online, or if you are uk based look on @gurumakeupemporium ☺️ only editing was increasing saturation and black point! we celebrate texture today!\n\n@bodyography products:\nface 💜\npro perfect foundation stick in espresso and hazelnut\nskin slip full coverage concealer\nblur, set and perfect loose finishing powder\neyes💜\nepic lash mascara\non point liquid liner pen\naura glow and blue morpho glitter pigment\nlips 💜\nforever summer eye palette for lip liner\nclear gloss\n3d'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CNm7R9oJXfR/', 'likes': '396 likes', 'age': '2021-04-13T13:42:44.000Z', 'caption': 'bemusebybetty\n🧩art in 3D🧩\n\ni was commissioned by @tatecollective to respond to an artwork in the @tate gallery 🎨 i am so so grateful for this opportunity to showcase my skills as not only a mua but an artist 🖌 check out my timelapse tutorial of this look posted on the @tatecollective page! my explanation for why i chose this piece is below⬇️\n\n"I chose Pasmore’s piece to respond to because the meaning behind the artwork resonates with me. He stressed with this artwork he wanted to convey ‘human feelings’, not just abstract ideas. I wanted to convey this with make-up as it has always been a form of therapy for me; the colours and shapes that I usually choose are dependent on my mood for that day, my experiences or even a daydream I had.\n\nWith my interpretation of Pasmore’s work, I’ve chosen to do two halves of my face in similar but different colours: one side muted, one side vibrant. This represents the simultaneous juxtaposed thoughts and emotions in my brain; a crazy yet cohesive jigsaw. The lines are thought trails that bleed into each other\'s respective sides. The taijitu symbol Yin and Yang comes to mind - there is no good without bad, no noise without quiet and no art without mess. " - Betty\n\n‘Square Motif, Blue and Gold: The Eclipse\', Victor Pasmore, 1950\n1w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CNk98ispejZ/', 'likes': '521 likes', 'age': '2021-04-12T19:27:33.000Z', 'caption': 'bemusebybetty\n🍀🌸🌷🍀🌺\n\nhello :) it’s been a while! i’ve had major health issues which explains my absence. i had to go awol to heal, but with diet and rest, i feel like i’m finally coming out the other side. it’s still ongoing, but i wanted to share with you this fresh spring look 🌸\n\ni can’t guarantee that i’ll go back to posting at the same frequency as before for now, but i will still try to share my art with you all as often as i can ❤️ i hope my followers and fellow content creators are doing well! i’m excited to catch up with what everyone’s been getting up to on here!\n\nproducts:\n@kvdbeauty pomade for eyes, lashes and cheeks\n@kvdbeauty vegan lipgloss for lips\n2w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMfEWpTJAkx/', 'likes': '722 likes', 'age': '2021-03-16T15:56:42.000Z', 'caption': 'bemusebybetty\nbored of the rain now 🌧\n\neyes 🔷\n@glisten_cosmetics slushie and peach melba split liner and cola wet liner (BEMUSE20 for 20% off if you like :)*\n@maybelline sky high mascara*\nface 🔷\n@bodyography skin slip concealer,\nquick fixx setting spray*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour*\n@unicorncosmetics glow ting highlighter*\n@xxrevolution jaded blush*\n@deciem coverage foundation\nlip 🔷\n@lottielondon brown eyeliner*\n@kvdbeauty lipgloss in camella 10*\n\n*some products are previous pr\n5w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMPs5qdpM09/', 'likes': '938 likes', 'age': '2021-03-10T16:43:09.000Z', 'caption': 'bemusebybetty\n🌀〽️💢🌀〽️💢\n\ni forgot how much fun i used to have doing quirky edits on my pictures! sometimes the pressure of having a matchy grid or content that always has to ‘fit’ makes you forget what a big part of creativity is - pure fun!!!\n\ni recieved this beautiful jewellery from @seolgold! the bottom chain link twists open so you can add charms to it aswell, very cool. all gold plated*\n\ni also used @glisten_cosmetics for this squiggle liner (double denim, red velvet, peach melba sulphur and lochness - use code BEMUSE20 for 20% if you like!)*\n\n*products featured were previous pr products sent to me\n6w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMLJCJJpc0c/', 'likes': '409 likes', 'age': '2021-03-08T22:12:47.000Z', 'caption': 'bemusebybetty\n✨happy international womens day✨\n\nplease check out my story for some seriously underrated talented black women content creators under 10k! i shall be saving them in my highlights in 24 hours too. i love the small black beauty community here so please have a look! ❤️\n\nreminder - this liner doodle is just one representation of a woman’s body, one that is personal to me as it’s closest to my shape - but for me it goes without saying that all shapes and sizes of women’s bodies are valid and worthy❤️\n\n@glisten_cosmetics copper, the royals wet liners (if you like, BEMUSE20 to get 20% off 😊)\n7w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMAjzdyJuTV/', 'likes': '954 likes', 'age': '2021-03-04T20:23:20.000Z', 'caption': 'bemusebybetty\nalexander mcqueen tutorial ⚙️ the FINAL look for the front row challenge! i really enjoyed this series and i hope you all enjoyed it too! already planning my next series underway 👀\n\neyes ⚙️\n@depixym silver pigment powder*\n@xxrevolution lux vortex palette*\n@glisten_cosmetics moon rocks wet liner (BEMUSE20 for 20% off huns 🥰)*\n@maybelline sky high mascara from @superdrug *\nface ⚙️\n@rimmellondonuki foundation in dark chocolate\n@xxrevolution concealer in 13.5, glass fixx primer, glass gloss*,\n@mybeautybrand florence blush*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour *\nlips ⚙️\n@lottielondon brown pencil eyeliner all over the lip*\nclear lipgloss\n*products previous pr\n\n#instagramreels #editorialmakeup #311makeup #silvermakeup #reelsinstagram\n7w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CL7WVcnpRyy/', 'likes': '463 likes', 'age': '2021-03-02T19:01:44.000Z', 'caption': 'bemusebybetty\ntutorial for @yslbeauty @ysl front row look! happy march!!! love you all!! i hope this month brings you health and WEALTH 💰 💵 ✨\n\nalso if you saw me upload this yday..no you didn’t 😅\n\nproducts\neyes 👄\n@xxrevolution x-gen and x-ray palettes*\n@glisten_cosmetics limeade wet liner* (BEMUSE20 for 20% off❣️)\n@makeuprevolution 5D lash*\nface 👄\n@rimmellondonuki foundation in dark chocolate\n@xxrevolution concealer in 13.5, glass fixx primer, glass gloss*,\n@kaleidosmakeup charisma contour*\n@mybeautybrand florence blush*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour *\nlips 👄\n@lottielondon black eyeliner pencil*\n@kaleidosmakeup dramatize lucid lipgloss*\n\n*previous pr\n\n#editorialmakeup #graphicliner #reelsinstagram #instagramreels #runwaymakeup #reelself #instareels\n7w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CL2BS8PJeY_/', 'likes': '911 likes', 'age': '2021-02-28T17:21:47.000Z', 'caption': 'bemusebybetty\ntutorial for versace front row look ✨ and THANK YOU for 8k🎊🎉 i’m soo soo appreciative of everybody who supports me!! where would i be without you all who love my art 🥺🥺\n\nproducts\neyes ⚱️\nmixture of grease paint and clear gloss\n@morphebrushes 35b palette\n@depixym black emulsion paint for brows\nface ⚱️\n@rimmellondonuki foundation in dark chocolate\n@xxrevolution concealer in 13.5, glass fixx primer, glass gloss*,\n@mybeautybrand florence blush*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour *\nlips ⚱️\n@depixym black emulsion paint\n*products previous pr\n\n#uglymakeuprevolution #avantgardemakeup #runwaymakeup #editorialmakeup #instareels\n8w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/COIlZr3MpwC/', 'likes': '9,153 likes', 'age': '2021-04-26T15:25:44.000Z', 'caption': 'laaweup\n💖\n.makeup reproduction @nyane 🤍\nj’ai rajouté des strass et des taches de rousseurs entre temps mdrr\n\n♡\n*PRODUCTS :\nS K I N\n@fentyskin Fat water + Hydra visor\n@toofaced @toofacedlovesfrance born this way concealer\n@lauramercier flawless fusion concealer\n@benefitfrance @benefitcosmetics hoola caramel\n@anastasiabeverlyhills luminous foundation\n@lauramercier loose setting powder\n@beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush\n@freck freckles\n-\nE Y E S & B R O W S\n@kvdbeauty Shake primer\n@beautybaycom bright matte palette\n@theboldfacemakeup newsworthy lashes\n@kvdbeauty tattoo liner\n@mysticeyesoffical Space brown bambi glitter lenses ( 15% off w/ the code LAAWEUP )\n.\nL I P S\n@beautybaycom bright matte palette\n@glisten_cosmetics Bubble lipgloss\n.\n#colourful #beautybay #brightmatte #glistencosmetics #kvdbeauty #abh #anastasiabeverlyhills\n8h'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CN91_GFslRC/', 'likes': '11,179 likes', 'age': '2021-04-22T11:19:00.000Z', 'caption': 'laaweup\nSi vous savieeeez à quel point le film Kick-Ass était un de nos films préférés avec ma sœur, à la limite de le connaître par coeur PTDR du coup j’étais obligée de faire un makeup inspiré de Kick-Ass lui même à l’occasion de sa sortie sur la plateforme @primevideofr ^^\nJe sais pas si vous l’avez déjà vu.. si oui dites moi en commentaire votre super-héros favoris dedans (bon perso on a compris qui c’était du coup..) si non : c’est l’occasion car vous avez 30 jours d’essai gratuits sur Amazon Prime (et donc Prime video) ;p (et dites moi si vous avez aimé !!)\n#PrimeVideo #Sponsorisé\n4d'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNxmhGgMpob/', 'likes': '12,050 likes', 'age': '2021-04-17T17:12:57.000Z', 'caption': 'laaweup\nlavender\n♡\n*PRODUCTS :\nS K I N\n@fentyskin Fat water + Hydra visor\n@toofaced @toofacedlovesfrance born this way concealer\n@lauramercier flawless fusion concealer\n@benefitfrance @benefitcosmetics hoola caramel\n@anastasiabeverlyhills luminous foundation\n@lauramercier loose setting powder\n@beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush\n@milkmakeup hydro grip set + refresh spray\n@freck freckles\n-\nE Y E S & B R O W S\n@kvdbeauty Shake primer\n@kaleidosmakeup The Escape Pod Palette\n@hudabeauty #bombbrows brow pencil\n@nyxcosmetics_france @nyxcosmetics the brow glue\n.\nL I P S\n@beautybaycom bright matte palette\n@toofacedlovesfrance pumpkin palette\n.\n#anastasiabeverlyhills #abh #milkmakeup #studiofam #fentybeauty #fentyskin #toofaced #freck #fullface #makeup #zoom\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNu4GlwC9jV/', 'likes': '4,683 likes', 'age': '2021-04-16T15:49:10.000Z', 'caption': 'laaweup\n(AD) Eh désolé pour la tache sur mon œil j’avais pas vu purée... bref j’ai essayé le nouveau Complexion Pro Foundation de @sheglam_official en teinte GOLDEN (1686647) !\nIl est grave léger sur la peau, modulable à souhait, naturellement matte et assez couvrant pour estomper mes tâches d’hyperpigmentation ^^ fiou\n\nIl existe en 30 teintes et si vous voulez le tester vous le retrouverez exclusivement sur le site ou l’appli Shein !\n\nD’ailleurs vous avez moins -15% sur tous vos achats Sheglam mes p’tites stars avec le code SF588 :ppp\n\n#SHEGLAM #SHEGLAMPrettyCommittee\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNpFbkKisJZ/', 'likes': '6,014 likes', 'age': '2021-04-14T09:50:16.000Z', 'caption': 'laaweup\n🤭\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNnNB4TsbZu/', 'likes': '6,049 likes', 'age': '2021-04-13T16:17:50.000Z', 'caption': 'laaweup\nbrown again ^^\n-\n@nyxcosmetics_france @nyxcosmetics Epic ink Brown, Epic Wear brown\n@makeuprevolution brown liner\n-\n#brown #nude #makeup #liner #eyeliner\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNhgSx6ssK1/', 'likes': '8,449 likes', 'age': '2021-04-11T11:10:43.000Z', 'caption': 'laaweup\n🤎\n.credit : @samhendrymua :p\n-\n*PRODUCTS :\nS K I N\n@fentyskin Fat water + Hydra visor\n@toofaced @toofacedlovesfrance born this way concealer\n@lauramercier flawless fusion concealer\n@benefitfrance @benefitcosmetics hoola caramel\n@anastasiabeverlyhills luminous foundation\n@lauramercier loose setting powder\n@beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush\n@milkmakeup hydro grip set + refresh spray\n@freck\n-\nE Y E S & B R O W S\n@kvdbeauty Shake primer\n@inglot_cosmetics duraline\n@beautybaycom bright matte palette\n@toofaced pumpink palette\n@hudabeauty #bombbrows brow pencil\n@nyxcosmetics_france @nyxcosmetics the brow glue\n.\nL I P S\n@beautybaycom bright matte palette\n@toofacedlovesfrance pumpkin palette\n.\n#liner #morphebrushes #brown #nude #makeup #anastasiabeverlyhills #abh #milkmakeup #studiofam #fentybeauty #fentyskin #toofaced #freck\n2w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNcu5lUs2-3/', 'likes': '10,969 likes', 'age': '2021-04-09T14:42:09.000Z', 'caption': 'laaweup\nblue :p\n.inspired by @makeupbysamanthaharvey & @g.looks_ 🥰\n.\n@beautybaycom book of magic\n@glisten_cosmetics The Royals liner + « Crystal » Gliss gloss (20% off with my code LAURA20)\n@theboldfacemakeup lashed out lashes\n.\n#blue #makeup #glistencosmetics\n2w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNSoK2eM30p/', 'likes': '10,786 likes', 'age': '2021-04-05T16:30:56.000Z', 'caption': 'laaweup\nI’ve never posted this makeup that comes from my emoji challenge.. so here it is ^^ ♡\n(this is a remix of two other looks that I already did haha)\n.\n#emojichallenge #paint #bodypainting #makeup #colours\n3w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/COBacVVJvzO/', 'likes': '70 likes', 'age': '2021-04-23T20:35:17.000Z', 'caption': 'makeupbycynn\nCan you tell I love blue 💙\n3d'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CNtt1BLpAEU/', 'likes': '127 likes', 'age': '2021-04-16T04:59:52.000Z', 'caption': 'makeupbycynn\nI know it’s late but hi missed posting looks for you guys 💙\nP.s got lazy with my inner corner liner 😐\nIB @gabxxrielle\n1w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CNd9TtjJ4NE/', 'likes': '124 likes', 'age': '2021-04-10T02:07:17.000Z', 'caption': 'makeupbycynn\nHi I miss you all 🥺\n2w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMsUVoypRhI/', 'likes': '59 likes', 'age': '2021-03-21T19:26:30.000Z', 'caption': 'makeupbycynn\n☁️\n@darlingsjewelry use code CYNTHIA for 💲off\n5w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMpbRecpeaz/', 'likes': '160 likes', 'age': '2021-03-20T16:29:23.000Z', 'caption': 'makeupbycynn\nOfficially my first ootd 📸\n\nTop @forever21\n\nPants @rue21\n\nPurse @savers_thrift\n.\n.\n.\n.\n#fashionblogger #fashion #editorialfashion #ootd #ootdfash #style #dressupordown #city\n5w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMlUpRlpZ6y/', 'likes': '126 likes', 'age': '2021-03-19T02:14:30.000Z', 'caption': 'makeupbycynn\nProbably not the pic you were expecting but I had a lot of technical difficulties 😔\nI just prayyy the next shoot is better\n\nPalette @lauraleelosangeles Nudie Patootie\nLiquid liner @nyxcosmetics in Brown\n\nBlush @anastasiabeverlyhills Peachy Love\nBronzer @anastasiabeverlyhills in saddle\n\nLipgloss @colourpopcosmetics so Juicy\n\n#goldenhour #lipgloss #sun #softglam #brownliner\n5w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMdOV78pNaW/', 'likes': '136 likes', 'age': '2021-03-15T22:45:30.000Z', 'caption': 'makeupbycynn\nHi 🦋\nFirst off idk if this is it I couldn’t get any pics at all lol I was so frustrated and this is the only one I kinda liked so yeah I hope you like 🌷\n\nPalette @poppicosmetics See You Never palette\n\nBlush @colourpopcosmetics stick blush\n\nLipliner @nyxcosmetics matte lip liner in cold brew\n\nBronzer @colourpopcosmetics coconut beach\n6w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMS_4WnpKcn/', 'likes': '176 likes', 'age': '2021-03-11T23:26:44.000Z', 'caption': 'makeupbycynn\nMy favorite moment ever 🌸💐🌷\nInspo @mianjelica 💞\n6w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMP2D0JJVyQ/', 'likes': '170 likes', 'age': '2021-03-10T18:03:11.000Z', 'caption': 'makeupbycynn\nGood morning everyone I hope your day has started out good🌻\n\nSorry another little tb but I wanted to let you guys know I’m working on my new look tonight along with my outfit and I can’t wait for you guys to see 😌\n6w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNxtxUhpUGc/', 'likes': '15,218 likes', 'age': '2021-04-17T18:16:20.000Z', 'caption': 'halfagemini\non yer mind <3 🧶🧩🚺\n♡\ni hope y’all are taking care of your mental health and staying busy :) i’m having a great saturday and i definitely had fun recreating this look inspired by @alexreadermakeup!\ndon’t forget to check on your friends and yourself 👋🏾🌼\n♡\n@milkmakeup hydro grip primer\n@colourpopcosmetics feather effect brow wax\n@getyouthforia make some noise lipgloss\n@shanel_cosmetics wet liners\n@colourpopcosmetics mocktail chaser (blush)\n@freck noir & XL\n@milkmakeup hydro grip spray\n1w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNkr6h9phrf/', 'likes': '4,049 likes', 'age': '2021-04-12T16:49:59.000Z', 'caption': 'halfagemini\n$19 fortnite card, who wants it ?? 🍄🤨‼️\n♡\n♡\n@milkmakeup hydro grip primer\n@colourpopcosmetics feather effect brow wax\n@getyouthforia byo blush\n@shanel_cosmetics wet liners\n@colourpopcosmetics freckle pen\n@elfcosmetics lipgloss praline\n@milkmakeup hydro grip spray\n♡\n2w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNc7-HFJ78P/', 'likes': '2,467 likes', 'age': '2021-04-09T16:36:21.000Z', 'caption': 'halfagemini\nlet’s get rid of the sex toy taboo and normalize loving yourself because they won’t love you better 🌺💗🍭\n•\nmeet PLUA (color dark fuchsia) brought to you by @femmefunn with up to 10 vibration modes, super discreet & 100% waterproof for late night adventures 🥰 use code SOREYA for 20% off\n2w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNX_4aLJml7/', 'likes': '5,329 likes', 'age': '2021-04-07T18:34:20.000Z', 'caption': 'halfagemini\nreminding u.\n2w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNIRcjIJqXm/', 'likes': '4,315 likes', 'age': '2021-04-01T15:59:58.000Z', 'caption': 'halfagemini\nsunbathe with me, darling 🌻🌞🌤🌏\n3w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNDTGO5JuKf/', 'likes': '5,756 likes', 'age': '2021-03-30T17:38:11.000Z', 'caption': 'halfagemini\nhi, how’s ur mental today?\n♡\n@salemmitchell inspo 🍒\n♡\n@milanicosmetics super charged dewy primer\n@milanicosmetics i cherry-ish you cream blush\n@milanicosmetics mon cherry (eyes & lips)\n@maybelline more scarlet matte lipstick (eyes)\n@freck noir\n3w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CM8HLzhp7-M/', 'likes': '2,258 likes', 'age': '2021-03-27T22:39:25.000Z', 'caption': 'halfagemini\nhoops are definitely my personality trait and these cuffs are to die for 🧸💫\n♡\npartnering with @studs to introduce their new Vintage Feel collection! use code SOREYA15 for $$$ off 🤍 • #ad\n4w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CMpdsWQJQ7d/', 'likes': '20,999 likes', 'age': '2021-03-20T16:50:31.000Z', 'caption': 'halfagemini\ni can do less and attract more. directing my focus onto what’s thriving creates all i need.\n5w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CMkh9GwJzmK/', 'likes': '3,879 likes', 'age': '2021-03-18T18:51:34.000Z', 'caption': 'halfagemini\nhead in the clouds i guess ;) :0 ⛅️\nps: let’s get used to the fact that green is my favorite color\n♡\n@milkmakeup hydro grip primer\n@milkmakeup sunshine skin tint caramel\n@milkmakeup flip lip + cheek\n@shanel_cosmetics wet liner 20\n@maybelline ultimatte more truffle\n@essencemakeup shine shine behind the scenes\n@colourpopcosmetics freckle pen\n5w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/COJAQBjJDgq/', 'likes': '237 likes', 'age': '2021-04-26T19:20:38.000Z', 'caption': 'beyournottygirl\nmakeup inspired by my custom made nails from @itstheclawset ! i absolutely adore them. if you want to cop your very own, use code “NOTTY15” at check out. ❣️\n4h'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CODwsz8p5_N/', 'likes': '1,041 likes', 'age': '2021-04-24T18:28:15.000Z', 'caption': 'beyournottygirl\nhi angel loves! how’s your Saturday going? it’s gloomy asf where im at. btw, a new YouTube video is going live today. it’s part 1 of my Shadow Work Q&A! if you don’t want to miss it, make sure to subscribe. also, i have a question. if i were to do a podcast, what topics would you guys like for me to discuss? 🧚🏾\u200d♀️\n\nproducts used 🤎✨\n\nface 🤎✨\n* @nyxcosmetics brow pencil in black\n* @fentybeauty cream blush in summertime wine\n* @elfcosmetics hd powder in sheer\n* @kaleidosmakeup charisma contour palette in warm & deep\n* @milkmakeup grip set & refresh spray, hydro grip primer & highlighter stick\n* @urbandecaycosmetics tinted glow hydrator in 80 deep & wild west palette shade rustler\n* @ilmakiage f*ck im flawless concealer in 13.5\neyes & lips 🤎✨\n* @colourpopcosmetics lippie pencil in lucky rat tail\n* @milkmakeup electric (very true to its name 😉) glossy lip plumper in buzzed\n* holographic butterflies from amazon\n* broadway #7 lashes\n\ncustom claws made by @nisha.boo (don’t forget to use my code “NOTTY15” at check out) 🧚🏾\u200d♀️\n2d'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/COBSu3kpIG1/', 'likes': '223 likes', 'age': '2021-04-23T19:27:55.000Z', 'caption': 'beyournottygirl\nsay hi to this gorgeous watch by @mvmtforher use code “beyournottygirl15” for 15% off the entire site! 🧚🏾\n\n#jointhemvmt\n3d'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CN8GBYiJIsD/', 'likes': '762 likes', 'age': '2021-04-21T19:01:14.000Z', 'caption': 'beyournottygirl\nit’s okay to believe in your dreams and that you will succeed. you don’t have to be afraid of success. embrace letting beautiful abundance flow to you effortlessly. 🧚🏾\u200d♀️\n5d'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CN3JDshJlWg/', 'likes': '2,946 likes', 'age': '2021-04-19T20:50:58.000Z', 'caption': 'beyournottygirl\nhi loves! i hope you’re enjoying your day. i wanted to say thank you so much cause i reached 50k subbies on YouTube! thank you guys for your support and i am so excited for all of the good shit that will be coming. btw, how are we liking this look? it was inspired by @studs collaboration with Shop Zuck cow print earrings. they are super adorable! to snag yours, use code “NOTTY15” for % off.\n\n#ad\n1w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNqF09xJCH9/', 'likes': '1,328 likes', 'age': '2021-04-14T19:12:37.000Z', 'caption': 'beyournottygirl\nyesterday i did some Aquarius inspired makeup and i loveee the outcome! i may redo the look & retake the photos when some sunlight appears but for now enjoy this baby! btw a new YouTube video is now live discussing the herbs ive used so far. i hope you enjoy it! 🍭\n1w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNlQsC2Jiw2/', 'likes': '481 likes', 'age': '2021-04-12T22:11:27.000Z', 'caption': 'beyournottygirl\nhi angel fairies! i hope you guys are enjoying this beautiful Monday. i finally got my hands on some mugwort thanks to @soulfulvibesco . i can’t wait to let you guys know my experience with it. it’s really great for seeking divination through dreams. very excited for what Spirit has to tell me. (even though my dreams are already wild enough as it is 😣) i also have some lavender & rose petals. i really love lavender, because it helps with easing anxiety & healing. not only that, but it’s perfect to add with your 🍃 ;). rose petals are perfect as well to help with love of all kinds! for beginners, i highly recommend lavender and rose petals to start you off. this Wednesday, a YouTube video will be going up discussing herbs & how to use them! i hope you’re excited for it. to start your journey with herbs, swing by @soulfulvibesco & use code “NOTTY15” for 15% off your order. 🧚🏾\u200d♀️\n\n#soulfulvibes #soulfulvibesco #ad\n2w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNdoS-_pCiL/', 'likes': '1,340 likes', 'age': '2021-04-09T23:03:41.000Z', 'caption': 'beyournottygirl\nhi angel fairies! i hope you’re enjoying your friday. i hope you’re excited for tomorrow’s YouTube video all about herbs ft @soulfulvibesco ✨\n\nwhat herbs have you been wanting to try?\n2w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNYFA4AJaSA/', 'likes': '1,495 likes', 'age': '2021-04-07T19:19:11.000Z', 'caption': 'beyournottygirl\n80’s fairy anyone? 🧚🏾\u200d♀️\n\ncan’t wait to tell you guys the details about this look! absolutely love it way out of my comfort zone. btw a new YouTube video will be going up today and it’s all about embodying your feminine energy, especially as a black woman. the idea of femininity for black women is always clouded in being submissive. well i say fuck that! that’s not nor will it ever be my definition of the word. 💞\n2w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CN-q4WjJhGU/', 'likes': '2,328 likes', 'age': '2021-04-22T19:01:12.000Z', 'caption': 'makeupbyshaniah\n#TULApartner Tula’s SPF got me glowing 🤩 TULA is a doctor-founded, clean & effective skincare and wellness brand built on the power of probiotics & superfoods. TULA products are cruelty-free and are never tested on animals! 🐥 TULA has shared a discount code with me: SHANIAH at checkout to save 15%! #EmbraceYourSkin\n4d'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CN28eFdJ1qn/', 'likes': '2,559 likes', 'age': '2021-04-19T19:00:59.000Z', 'caption': 'makeupbyshaniah\n@sza inspired me 🥺🤝👩🏾\u200d🦰\n—\nLips - brown lip liner + orange shadow & @anastasiabeverlyhills clear gloss🤗\n\n#explorepage #sza #hudabeauty #frontalwigs #gingerhair #softglam #makeupartist #mua\n1w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CNQUmPcJCvE/', 'likes': '2,972 likes', 'age': '2021-04-04T19:01:26.000Z', 'caption': 'makeupbyshaniah\nhappy easter 🐰 make sure to click the link in my bio to leave a testimonial for sephora squad hehe🥰💕\n—\nhair from @world_new_hair 💕\nface • @hudabeautyshop @hudabeauty faux filter foundation + hydrating primer + @milkmakeup concealer + @anastasiabeverlyhills translucent powder / blush trio in berry adore + @benefitcosmetics toasted bronzer\nEyes • @hudabeauty neon palette + @anastasiabeverlyhills volume 3 palette + @v_beautystore boss babe lashes\n@alamarcosmetics dulce gloss\n\n#mua #makeup #hudabeauty #anastasiabeverlyhills #abh #fauxfilterfoundation #fentybeauty #softglam #pastelmakeup #pastel #curlyhair #hair #lacefrontwigs #lacewigs #reels\n3w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CM5JcpCpGf9/', 'likes': '2,047 likes', 'age': '2021-03-26T19:01:28.000Z', 'caption': 'makeupbyshaniah\nBlonde moment 👱🏾\u200d♀️🤎🍯\n—\n@hudabeautyshop @hudabeauty #fauxfilter foundation in 500G + jelly hydrating primer + @urbandecaycosmetics stay naked concealer + translucent powder + @benefitcosmetics toasted bronzer\n@hudabeauty retrograde palette\n@maybelline matte liquid lipstick + clear gloss\n\n#softglam #springmakeup #reels #hudabeauty #fentybeauty #maybelline #makeupartist #mua #glam #glammakeup #spring\n4w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CL2a8xHpXFH/', 'likes': '3,783 likes', 'age': '2021-02-28T21:05:43.000Z', 'caption': 'makeupbyshaniah\nlittle tut on this look from the other day hehe🖤\n—\n@anastasiabeverlyhills dipbrow in ebony + brow wax\n@hauslabs black liquid liner + black eyeliner pencil + liquid shimmer “legend”\n@onesize brown liner + @maybelline superstay matte ink coffee edition lipstick “chai genius” + @anastasiabeverlyhills clear gloss\n@fentybeauty hydrating foundation 445 + @urbandecaycosmetics stay naked concealer + translucent powder\n@alamarcosmetics bronzer + brightening trio\n\n#mua #hauslabs #anastasiabrows #anastasiabeverlyhills #hudabeauty #fentybeauty #fentyskin #reels #theartistedit #graphicliner #maybelline #skin #softglam #tutorial #tiktok #makeuptutorial #reelsinstagram\n8w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CLulSL_JVte/', 'likes': '2,669 likes', 'age': '2021-02-25T20:01:40.000Z', 'caption': 'makeupbyshaniah\nmissed black hair ⭐️\n—\n@anastasiabeverlyhills dipbrow in ebony + brow wax\n@hauslabs black liquid liner + black eyeliner pencil + liquid shimmer “legend”\n@onesize brown liner + @maybelline superstay matte ink coffee edition lipstick “chai genius” + @anastasiabeverlyhills clear gloss\n@fentybeauty hydrating foundation 445 + @urbandecaycosmetics stay naked concealer + translucent powder\n@alamarcosmetics bronzer + brightening trio\n\n#mua #hauslabs #anastasiabrows #anastasiabeverlyhills #hudabeauty #fentybeauty #fentyskin #reels #theartistedit #graphicliner #maybelline #skin #softglam\n8w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CLSsWPCp2Cd/', 'likes': '3,781 likes', 'age': '2021-02-15T00:04:39.000Z', 'caption': 'makeupbyshaniah\nHappy Valentines Day 💘\n10w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CLFYe9Cp8m1/', 'likes': '2,949 likes', 'age': '2021-02-09T20:00:57.000Z', 'caption': 'makeupbyshaniah\npretty in pink 💕🧘🏾\u200d♀️\n—\n@anastasiabeverlyhills @norvina volume 5 palette\n@fentybeauty hydrating foundation 445\n@urbandecaycosmetics naked skin concealer\n@hudabeautyshop @hudabeauty primer + nude light palette\n@maybelline liquid lipstick in lover + clear gloss / brown lip liner\n@hauslabs black liquid liner\n\n#mua #makeupartist #theartistedit #glam #softglam #vdaymakeup #vday #valentinesday #valentinesdaymakeup #reels #reelsinstagram #fentybeauty\n10w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CKwyLZWpFro/', 'likes': '3,785 likes', 'age': '2021-02-01T20:01:25.000Z', 'caption': 'makeupbyshaniah\nluv this airbrush heart look sm 🥺 inspo: @stenss 💖\n—\n@anastasiabeverlyhills norvina vol 1 palette\n@hudabeauty primer\n@hauslabs black liquid liner\nLashes from amazon\n@onesize brown liner + @alamarcosmetics chula gloss\n@fentybeauty foundation 445\n\n#makeup #vdaymakeup #wingedliner #redhair #mua #makeupartist #hearts #hudabeauty #fentybeauty #anastasiabrows #norvina #reels\n12w'}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CN5rQ52JvS2/', 'likes': '346 likes', 'age': '2021-04-20T20:28:21.000Z', 'caption': "jamillabeauty\nVIOLET DISCO 💜✨Have you seen the Reel to go with this look? Check it out 💋\n\nPRODUCTS\n\nFACE:\n\n@maccosmetics @maccosmeticsuk Strobe cream\n\n@milkmakeup Hydro Grip Primer\n\n@fentybeauty Eaze Drop Shade 13 #eazedrop\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs THE EDGE PRECISION BROW PENCIL - Brown Black\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs MICRO-TIP LIQUID EYE-LIE-NER\n\nLIPS\n\n@hauslabs Violet Disco\n\nSETTING:\n\n@dragunbeauty Forever Fantasy Setting Spray\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\n#hauslabs #inthehaus #makeup #mua_underdogs #muaunder10k #makeupideas #makeuplover #darkskingirls #womenofinstagram #asianbarbie #desigirls #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #hudabeauty #makeuprevolution #ohbaby #closeupphotography #elfcosmeticsuk #anastasiabrows #maccosmetics #maccosmeticsuk\n6d"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CN3GWOmpEJl/', 'likes': '246 likes', 'age': '2021-04-19T20:27:31.000Z', 'caption': 'jamillabeauty\nHAUS Laboratories WINS the gloss game for sure, with this gorgeous Violet Disco shade💜\n\nWhat do you think?? Comment below.\n\n#reels #makeup #mua #goviral #hauslabs #inthehaus @hauslabs #makeupreview #makeupreels #makeupreel #makeupporn #glossylip #lipglosspoppin #lipglossaddict #lipglosslover #lipglossjunkie #makeupgoals #explorepage #pressplay▶️👀🎥 #putonabraveface\n1w'}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CN0QdJ2p5a8/', 'likes': '257 likes', 'age': '2021-04-18T17:57:53.000Z', 'caption': 'jamillabeauty\nThe NEW @fentybeauty EAZE DROP - REVIEW ✨\n\nFirstly, how satisfying is this photo with the honey 🍯 drip?!\n\nOk so I wanted to give it a couple of weeks after trying out the product before giving it a honest review.\n\nI enjoy having a very natural and fresh skin face, as sometimes my skin can get super sensitive when I wear a lot of makeup, so I was so excited when @fentybeauty launched this product because I have been desperate to find a light formula foundation, something I can just quickly apply when I want to pop down to the shops or when I have a online meeting.\n\nI ordered shade 12, from their wonderfully diverse range of shades, as a dark skin girl it makes me so happy to feel unlimited when it comes to picking out the perfect shade.\n\nI then applied the Eaze Drop tint with my hands on top of a freshly moisturised face, using @fentyskin Hydra Vizor as they suggest to do.\n\nNow let me tell you, the instant lift that this tint gave my skin was STUNNING.\n\nIt looked like a better version of my skin. So very natural yet, giving you that coverage that you want. I have dark circles under my eyes, and dark spots, it was able to hide them away effortlessly. I would suggest lightly dusting a setting powder over any areas that you don’t want to crease throughout the day, for me that is under my eyes.\n\nI would definitely recommend this product to you, if like me, you enjoy a lighter coverage foundation for every day use, that balances out any uneven skin tone. But as you can see in my second photo, I used this same foundation/tint for a FULL GLAM and oh wow. It really gave the look this very editorial beauty vibe, which I am loving. Overall, I give it a 8/10✨\n\n#fentyskin #fentybeauty @fentyskin @fentybeauty #skincare #skincarereview #mua #makeupblogger #darkskingirls #eazedrop\n1w'}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNyEmZjJsCL/', 'likes': '313 likes', 'age': '2021-04-17T21:35:49.000Z', 'caption': "jamillabeauty\nDreaming I’m on a tropical island, sipping rum & coke 🖤\n\nPRODUCTS -\n\nFACE:\n\n@maccosmeticsuk strobe cream\n\n@fentybeauty #eazedrop shade 12\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@ctilburymakeup #supermodelbrows\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@elfcosmetics concealer medium beige\n\n@Lilly Lashes\n\nSETTING:\n\n@pixibeauty rose glow mist #pixibeauty\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\nBODY\n\n@fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava\n\n#charlottetilbury #makeupsupport #makeupforbeginners #makeupfordarkskin\n#eazedrop #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #liveyourlook #youlookbalm #explorepageready #redlipstick💄 #redlipstickmonster #redlipsmakeup #explorepage #inthehaus #putonabraveface #makeupsupport #maccosmetics #maccosmeticsuk #muaundiscovered #lillylashes\n1w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNvBI9UJrWt/', 'likes': '231 likes', 'age': '2021-04-16T17:07:52.000Z', 'caption': "jamillabeauty\nEDITORIAL BEAUTY 🖤 This look was inspired by my love of Orchids.\n\nPRODUCTS\n\nFACE:\n\n@fentyskin\n\n@hudabeauty #fauxfilter Luminous Matte - 350G Dulce De Leche\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hudabeauty #bombbrows medium brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@elfcosmetics concealer medium beige\n\n@fentybeauty Gloss Bomb - Glass Slipper for that shine on the eyes\n\n@hauslabs @hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\nSETTING:\n\n@dragunbeauty Forever Fantasy Setting Spray\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\n@lillylashes\n\n#hauslabs #inthehaus #makeupartist #muaunder10k #darkskingirls #hauslabs #desimakeup #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #charlottetilbury #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #bombbrows #hudabeautypowerbullet #silkbalm #honeybalm #mua #editorialbeauty #beautyeditorial #magazinemakeup\n1w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNpFmPaJvLZ/', 'likes': '271 likes', 'age': '2021-04-14T09:51:30.000Z', 'caption': "jamillabeauty\n@kvdbeauty GOOD APPLE FOUNDATION 🍏\n\nFoundation review will be up on my page later today 🖤\n\nPRODUCTS:\n\nSKIN\n\n@fentyskin\n\nFACE\n\n@kvdbeauty Good Apple - Shade Tan 63\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES\n\n@hauslabs FOUR-WAY SHADOW PALETTE - Afterhours\n\n@hauslabs LIQUID EYE-LIE-NER - punk\n\n@hauslabs EYE-DENTIFY GEL PENCIL EYELINER - punk\n\nEYEBROWS\n\n@hauslabs THE EDGE PRECISION BROW PENCIL - Dark Brown\n\nSETTING:\n\n@kvdbeauty lock it setting powder\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\n#hauslabs #inthehaus #makeupartist #muaunder10k #darkskingirls #hauslabs #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #charlottetilbury #hudabeauty #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #milkmakeup #kvdbeauty #goodapple #goodapplefoundation #kvdfoundation #pressplay▶️ #makeupreels #reels #reelsinstagram #kvdbeauty\n#kvdbmascara #explorepage #kvdlook\n1w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNTEfyuJBLy/', 'likes': '382 likes', 'age': '2021-04-05T20:38:27.000Z', 'caption': "jamillabeauty\nBeauty editorial ✨pink nude is dreamy, right?!\n\nPRODUCTS -\n\nFACE:\n\n@fentyskin Starters Set\n\n@fentybeauty #eazedrop shade 12\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hudabeauty HUDA BEAUTY\nBomb Brows Microshade Pencil - 5 Medium Brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@elfcosmetics concealer medium beige\n\nLilly Lashes Lite Mink - Luxe\n\nSETTING:\n\n@pixibeauty rose glow mist #pixibeauty\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\nBODY\n\n@fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava\n\n#beautyphotoshoot #editorialmakeup #makeupsupport #makeupforbeginners #makeupfordarkskin\n#eazedrop #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #liveyourlook #youlookbalm #explore #explorepage #inthehaus #putonabraveface #makeupsupport #muaundiscovered #undiscoveredartist #editorialmakeupartist #lillylashes\n3w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNQS5D1pN7A/', 'likes': '306 likes', 'age': '2021-04-04T18:46:42.000Z', 'caption': "jamillabeauty\nHappy Easter my loves💓\n\nPRODUCTS -\n\nFACE:\n\n@fentyskin Starters Set\n\n@fentybeauty #eazedrop shade 12\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hudabeauty HUDA BEAUTY\nBomb Brows Microshade Pencil - 5 Medium Brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs MICRO-TIP LIQUID EYE-LIE-NER\n\n@elfcosmetics concealer medium beige\n\nSETTING:\n\n@pixibeauty rose glow mist #pixibeauty\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\nBODY\n\n@fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava\n\n#beautyphotoshoot #editorialmakeup #easterbunnies #reelsinstagram\n#eazedrop #reels #makeupreels #explorepage #makeupobsessed #pressplay▶️ #makeupforwoc #discovervideos #reelsviral #reelsviralvideo❤️❤️❤️❤️ #makeupblogger #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #desiinfluencer #srilankan #makeupforbarbies #liveyourlook #youlookbalm #explore #explorepage\n3w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNNPdhkpOKI/', 'likes': '361 likes', 'age': '2021-04-03T14:18:49.000Z', 'caption': "jamillabeauty\nSkin like BUTTER 💛 ugh, I’m obsessed with #eazedrop ✨ check out my latest reels to see how I get this blurred finish.\n\nProducts:\n\nFACE:\n\n@fentyskin Starters Set\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hudabeauty HUDA BEAUTY\nBomb Brows Microshade Pencil - 5 Medium Brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs MICRO-TIP LIQUID EYE-LIE-NER\n\n@elfcosmetics concealer medium beige\n\nSETTING:\n\n@dragunbeauty Forever Fantasy Setting Spray\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\n#hauslabs #inthehaus #makeup #mua #makeupartist #mua_underdogs #muaunder10k #makeupideas #makeuplover #darkskingirls #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #hudabeauty #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #anastasiabrows #eazedrop #explorepage #makeupobsessed #makeupblogger #fentyskinfaves\n3w"}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CN7xaa9BrUT/', 'likes': '851 likes', 'age': '2021-04-21T16:00:34.000Z', 'caption': 'jasadetunji\nnot the type you find twice\n\neyebrow inspo: @imightbesamera ❤️\n\n👩🏾\u200d🦰PREP👩🏾\u200d🦰\n@milkmakeup Hydro Grip Primer\n@farsalicare Liquid Powder Serum\n\n👩🏾\u200d🦰EYES👩🏾\u200d🦰\n@hauslabs Glam Room Palette No. I\n@juviasplace The Warrior Palette\n@hauslabs Eye-dentify Gel Eyeliner in “Punk”\n@milkmakeup Kush Mascara\n@colouredraine Safari Raine “Glamazon” Lashes\n\n👩🏾\u200d🦰FACE👩🏾\u200d🦰\n@nyxcosmetics Can’t Stop Won’t Stop Foundation in “Mocha”\n@toofaced Born This Way Concealer in “Maple”\n@juviasplace I Am Magic Concealer in “22”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@lauramercier Translucent Loose Setting Powder in “Translucent”\n@fentybeauty Match Stix in “Espresso”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n\n👩🏾\u200d🦰LIPS👩🏾\u200d🦰\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@fentybeauty Stunna Lip Paint in “Uncuffed”\n@fentybeauty Gloss Bomb in “Baby Brut”\n\n#smokeyeye #smokeyeyemakeup #smokeyeyeshadow #blacksmokeyeye #fentybeauty #shophudabeauty #hudabeautyeasybake #makeupforever #artistcolorpencil #mymercier #nyxcosmetics #farsalicare #milkmakeup #studiofam #melaninmakeupdaily #makeupforblackwomen #melaninbeautiesunite\n5d'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CN2oW45h1R9/', 'likes': '751 likes', 'age': '2021-04-19T16:05:14.000Z', 'caption': 'jasadetunji\nginger me 👩🏾\u200d🦰🧡\n\n🧡PREP🧡\n@milkmakeup Hydro Grip Primer\n@farsalicare Liquid Powder Serum\n\n🧡EYES🧡\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@juviasplace The Chocolate Palette\n@juviasplace The Warrior Palette\n@hauslabs Eye-dentify Gel Eyeliner in “Punk”\n@milkmakeup Kush Mascara\n@elfcosmetics “Drama Queen” Lashes\n\n🧡FACE🧡\n@narsissist Soft Matte Complete Foundation in “New Caledonia”\n@juviasplace I Am Magic Concealer in “10” and “22”\n@fentybeauty Match Stix in “Espresso”\n@juviasplace The Festival Palette (blush)\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@lauramercier Translucent Loose Setting Powder in “Translucent”\n@milkmakeup Flex Highlighter in “Glazed”\n\n🧡LIPS🧡\n@nyxcosmetics Retractable Eyeliner in “Black”\n@maybelline Super Stay Matte Ink in “Cocoa Connoisseur”\n@absnyproducts Freshly Bitten Gloss in “Deep Connection”\n1w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNkmN-ch8oP/', 'likes': '818 likes', 'age': '2021-04-12T16:00:13.000Z', 'caption': 'jasadetunji\nin full bloom 🌸\n\nhappy monday everyone! i’ve been really focused on building my YouTube channel, as I’m sure you all can tell. i loveee making YouTube videos, but I have missed doing more creative and colorful looks. so today’s look is something i did for fun and to just enjoy doing my makeup. i hope you like it!! 🥰\n\n🌸PREP🌸\n@milkmakeup Hydro Grip Primer\n@lauramercier Pure Canvas Primer (Blurring)\n@farsalicare Liquid Powder Serum\n\n🌸EYES🌸\n@juviasplace Wahala II Palette\n@milkmakeup Kush Mascara\n@hauslabs Liquid Eye-lie-ner in “Whiskey”\nAli Express Lashes\n\n🌸FACE🌸\n@juviasplace Shade Stick in “Tunisia” (foundation)\n@juviasplace I Am Magic Concealer in “10” and “22”\n@juviasplace Shade Stick in “Katsina” (cream contour)\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@juviasplace Loose Highlighter in “Nubia”\n@juviasplace The Saharan Blush Palette Vol. I\n\n🌸LIPS🌸\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@juviasplace Wahala II Mini Liquid Lipstick in “Shakara”\n@hauslabs Le Riot Lip Gloss in “Lux Life”\n\n#cutcreaselook #pinkmakeuplook #juviasplace #hudabeauty #shophudabeauty #hudabeautyeasybake #fentybeauty #thickmint #lauramercier #mymercier #artistcolorpencil #makeupforever #farsalicare #melaninbeautiesunite #melaninmakeupdaily #makeupforblackwomen\n2w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNc8BtLB7z4/', 'likes': '944 likes', 'age': '2021-04-09T16:36:51.000Z', 'caption': 'jasadetunji\nhappy friday!! 🖤 i have a new video up on my YouTube channel sharing my recommendations for the @sephora Spring Savings event! LINK IN MY BIO!! 🖤\n\n🖤PREP🖤\n@tatcha Silk Canvas Primer\n@milkmakeup Hydro Grip Primer\n@milkmakeup Hydro Grip Setting + Refreshing Spray\n\n🖤EYES🖤\n@anastasiabeverlyhills Brow Freeze Styling Wax\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@nyxcosmetics Epic Ink Liner in “Black”\n@milkmakeup Kush Mascara\n@elfcosmetics “Drama Queen” Lashes\n\n🖤FACE🖤\n@fentybeauty Eaze Drop Blurring Skin Tint in “21”\n@toofaced Born This Way Concealer in “Chestnut”\n@fentybeauty Match Stix in “Espresso”\n@hudabeautyshop @hudabeauty Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@juviasplace The Saharan Blush Vol. I Palette\n@fentybeauty Killawatt Hightlighter in “Trophy Wife”\n\n🖤LIPS🖤\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@colourpopcosmetics Lux Lipstick in “Quickie”\n@colourpopcosmetics Lux Lip Oil in “Truth Bomb”\n\n#firstatsephora #foundationatsephora #sephorasalerecommendations #sephoravibsale #sephoraspringsavingsevent #sephorasale2021 #hudabeauty #shophudabeauty #hudabeautyeasybake\n#fentybeauty #fentyface #eazedrop #profiltr #fentybeautyeazedrop #graphicliner #graphiclinerlook #anastasiabrows #anastasiabrowfreeze #elfingamazing #tfbornthisway #nyxcosmetics #nyxprofessionalmakeup #f21xme #forever21 #littleblackdress\n2w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNSks80h2V7/', 'likes': '1,235 likes', 'age': '2021-04-05T16:00:38.000Z', 'caption': 'jasadetunji\nhappy monday! 🤎 i have a new video on my YouTube channel reviewing the new @fentybeauty Eaze Drop Blurring Skin Tint! Click the link in my bio to watch!! 🥰\n\ni was soooo excited to get my hands on this tinted moisturizer bc y’all know how i feel about Fenty. make sure to watch my YouTube video to hear all of my thoughts!\n\n🤎MAKEUP DETAILS🤎\n@fentybeauty Eaze Drop Blurring Skin Tint in “21”\n@fentybeauty Pro Filt’r Instant Retouch Concealer in “410”\n@fentybeauty Match Stix in “Espresso”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@fentybeauty Cheeks Out Freestyle Cream Blush in “Daiquiri Dip”\n@fentybeauty Killawatt Freestyle Highlighter Duo in “Ginger Binge/Moscow Mule”\n@fentybeauty Gloss Bomb Cream in “Fenty Glow”\n\n#fentybeauty #fentyface #eazedrop #profiltr #profiltrconcealer #thickmint #glossbombcream #fentyeazedrop #fentyeazedropskintint #fentybeautyfoundation #fentybeautyeazedrop #fullfaceoffenty #goldenhour #melaninbeautiesunite #makeupforblackwomen #melaninmakeupdaily #wakeupandmakeup\n3w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNFsrG4hkDf/', 'likes': '910 likes', 'age': '2021-03-31T16:00:10.000Z', 'caption': 'jasadetunji\nsimple but significant 🖤\n\n🖤PREP🖤\n@milkmakeup Vegan Milk Moisturizer\n@milkmakeup Hydrogrip Primer\n@tatcha Pure Canvas Primer\n\n🖤EYES🖤\n@anastasiabeverlyhills Brow Freeze\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@morphebrushes James Charles Palette\n@nyxcosmetics Epic Wear Liner in “Black”\n@hauslabs Eye-dentify Gel Eyeliner in “Punk”\n@milkmakeup Kush Mascara\n@elfcosmetics Lashes\n\n🖤FACE🖤\n@milkmakeup Flex Foundation Stick in “Warm Deep”\n@juviasplace I Am Magic Concealer in “10” and “22”\n@juviasplace Shade Stick in “Katsina”\n@hudabeautyshop @hudabeauty Easy Bake Loose Baking & Setting Powder in “Blondie”\n@morphebrushes Glamabronze Face & Body Bronzer in “Leader”\n@elfcosmetics Powder Blush Palette in “Dark”\n@milkmakeup Flex Highlighter in “Glazed”\n\n🖤LIPS🖤\n@nyxcosmetics Retractable Eyeliner in “Black”\n@juviasplace Lip Liner in “Kola”\n@colourpopcosmetics Lux Lipstick in “Quickie”\n@fentybeauty Gloss Bomb in “Hot Chocolit”\n\n#milkmakeup #studiofam #fentybeauty #colourpop #elfcosmetics #elfingamazing #morphebrushes #jamescharlespalette #inthehaus #juviasplace #hudabeauty #shophudabeauty #hudabeautyeasybake #fauxfilter #anastasiabeverlyhills #anastasiabrows #everybodyinplt #prettylittlething #littleblackdress #springfashion2021 #blackdress #blackmakeuplook #wingedeyeliner #foxeyemakeup\n3w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CM9_fd_hTUv/', 'likes': '1,586 likes', 'age': '2021-03-28T16:10:40.000Z', 'caption': 'jasadetunji\norange blossom 🍊🌺\n\nmakeup details below!\n\n🍊PREP🍊\n@drunkelephant Lala Retro Whipped Cream\n@opvbeauty Rose Gold Oil\n@colourpopcosmetics Pretty Fresh Hydrating Hyaluronic Acid Primer\n@farsalicare Skintune Blur Serum\n\n🍊EYES🍊\n@anastasiabeverlyhills Brow Freeze\n@mentedcosmetics High Brow Pencil in “Brow Down”\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@nyxcosmetics Jumbo Eye Pencil in “Milk”\n@thelashclubusa “Putt-Putt“ Lashes\n@milkmakeup Kush Mascara\n\n🍊FACE🍊\n@hudabeautyshop @hudabeauty Faux Filter Foundation Stick in “540G Chocolate Truffle”\n@toofaced Born This Way Concealer in “Maple”\n@juviasplace I Am Magic Concealer in “22”\n@juviasplace Shade Stick in “Katsina”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@lauramercier Translucent Setting Powder in “Translucent”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Mocha Mami”\n@juviasplace The Saharan Blush Vol. I Palette\n@mentedcosmetics Sunkissed Highlighter Palette\n\n🍊LIPS🍊\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@juviasplace Lipstick in “Libra”\n@colourpopcosmetics Lux Gloss in “Candy Kiss”\n\n#orangemakeuplook #orangeoutfit #fashionnova #novababe #juviasplace #makeupforever #artistcolorpencil #colourpop #mentedcosmetics #fentybeauty #fentyface #hudabeauty #shophudabeauty #fauxfilter #hudabeautyeasybake #nyxcosmetics #nyxprofessionalmakeup\n4w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CM400EsB0v9/', 'likes': '1,571 likes', 'age': '2021-03-26T16:01:10.000Z', 'caption': 'jasadetunji\nit was mint to be 💚 NEW YOUTUBE VIDEO ON THIS LOOK! LINK IN MY BIO\n\n💚PREP💚\n@drunkelephant Lala Retro Whipped Cream\n@blackradiancebeauty Matte and Poreless Face Primer\n@blackradiancebeauty Hydrate & Blur Face Primer\n\n💚EYES💚\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@hauslabs The Edge Brow Pencil in “Black Brown”\n@colourpopcosmetics Just My Luck Palette\n@hudabeautyshop Emerald Obsessions Palette\n@milkmakeup Kush Mascara\n@nyxcosmetics Epic Wear Liner Stick in “Pure White”\nAmazon Rhinestones\n\n💚FACE💚\n@nyxcosmetics Can’t Stop Won’t Stop Foundation in “Mocha”\n@fentybeauty Pro Filt’r Instant Retouch Concealer in “440” (color correction) and “410 (highlight)\n@hudabeauty @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Cheeks Out Freestyle Cream Bronzer in “Toffee Tease”\n@morphebrushes Glamabronze Face & Body Bronzer in “Leader”\n@juviasplace The Saharan Blush Palette Vol. II\n\n💚LIPS💚\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@maccosmetics Lipstick in “Whirl”\n@fentybeauty Gloss Bomb Cream in “Fenty Glow”\n@wetnwildbeauty Fantasy Markers Lip Gloss in “Wanderlust”\n\n#greeneyeshadow #minteyeshadow #greenmakeuplook #pastelmakeuplook #pasteleyeshadow #colourpop #nyxcosmetics #nyxprofessionalmakeup #fentybeauty #shophudabeauty #hudabeautyeasybake #juviasplace #makeupforever #artistcolorpencil #morphebrushes #morpheglamfam #inthehaus #melaninbeautiesunite #makeupforblackwomen #melaninmakeupdaily\n4w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CMzun9jBYX9/', 'likes': '625 likes', 'age': '2021-03-24T16:30:53.000Z', 'caption': 'jasadetunji\npeach crisp 🍑\n\n🍑PREP🍑\n@drunkelephant Lala Retro Whipped Cream\n@tatcha Silk Canvas Primer\n@colourpopcosmetics Pretty Fresh Hydrating Hyaluronic Acid Primer\n\n🍑EYES🍑\n@hudabeautyshop Nude Rich Eyeshadow Palette\n@morphebrushes 24A Artist Pass Artistry Palette\n@milkmakeup Kush Mascara\n@lashd.outbyshakira “Paris” Lashes\n\n🍑FACE🍑\n@narsissist Soft Matte Complete Foundation in “New Caledonia”\n@toofaced Born This Way Concealer in “Maple”\n@juviasplace I Am Magic Concealer in “22”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Cheeks Out Freestyle Cream Bronzer in “Toffee Tease”\n@morphebrushes Glamabronze Face & Body Bronzer in “Leader”\n@juviasplace The Saharan Vol. I Blush Palette\n\n🍑LIPS🍑\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@juviasplace Wahala II Liquid Lipstick in “Shakara”\n@hauslabs Le Riot Lip Gloss in “Lux Life”\n\n#drunkelephant #inthehaus #juviasplace #makeupforever #artistcolorpencil #morphebrushes #shophudabeauty #hudabeautyeasybake #toofaced #colourpop #colourpopme #morphebabe #morpheglamfam #blendtherules #peachymakeup #peacheyeshadow #haloeye #spotlighteye #makeupdaily #makeupforwoc #muasupport #wakeupandmakeup #narsissist #makeuptutorial #eyeshadowtutorial #tiktoktutorial #cutcreasetutorial\n4w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/COIo_IVAMlC/', 'likes': '732 likes', 'age': '2021-04-26T15:57:03.000Z', 'caption': '_yaama__\nNever in the mix, that’s how you lose your flavour♥️\n\n𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜\n\nDress @sheinofficial\n7h'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CODmJtIgJ1e/', 'likes': '604 likes', 'age': '2021-04-24T16:56:05.000Z', 'caption': '_yaama__\n-AD. Do y’all see how fluffy these lashes are, I am wearing @hollywoodlashstore in the style “old Hollywood” and I am absolutely obsessed. Check them out. AD..\n.\n.\n\nProducts used.\n@anastasiabeverlyhills brow freeze and brow pomade in “ebony”\n@plouise_makeup_academy secret sinner pallet.\n@milkmakeup hydro grip primer.\n@wlgylemons.co foundation in “320-5w”\n@tartecosmetics shape tape concealer in tan sand.\n@narsissist blush in “Orgasm”\n@morphebrushes liquid lipstick in “True story”\n@bhcosmetics gloss in “stick with you”.\n2d'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CN7y5YCgO08/', 'likes': '2,901 likes', 'age': '2021-04-21T16:13:31.000Z', 'caption': '_yaama__\n𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜: Abaya and heels🤝.\n\nHeels: @prettylittlething\nPurse @sheinofficial\n5d'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CN7ydgPg4r-/', 'likes': '469 likes', 'age': '2021-04-21T16:10:06.000Z', 'caption': '_yaama__\n#sponsored\nTrying out the @ultraceuticalsusa 4 steps to hydrated skin. Their brightening cleanser and moisturizer work together to give more radiant complexion which is amazing for hyperpigmentation.\n\n* Entirely Australian made and owned\n* Ultraceuticals is committed to creating products that help people achieve real, visible results within 90 days.\n* The Ultraceuticals range encompasses both cosmeceutical-grade homecare and professional in-clinic treatment products.\n* Skincare with a conscience: Ultraceuticals is Cruelty-Free and strives to create sustainable products.\n* Targeted solutions for every skin challenge includingaging, acne, redness & pigmentation.#ultraceuticals\n5d'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CN2mJ2aA95X/', 'likes': '3,027 likes', 'age': '2021-04-19T15:45:59.000Z', 'caption': '_yaama__\n𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜: Abaya and heels🤝.\n1w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNxb-e9Af_4/', 'likes': '748 likes', 'age': '2021-04-17T15:40:50.000Z', 'caption': '_yaama__\nStarting the Eid series with this makeup look.\n\nProducts:\n@colourpopcosmetics “ Disney flower pallet”\n\n@kvdbeauty good appl foundation “Tan 074”\n\n@colourpopcosmetics concealer “dark 145”\n\n@milkmakeup setting powder “medium”\n\n@hudabeautyshop tantour in medium\n\n@rarebeauty blush “nearly neutral” & gloss “nearly apricot”.\n..\n.\n.\n.\n.\n.\n\n.\n.\n.\n.\n.\n.\n.\n.\n#kvdbeauty #goodapplefoundation #colourpopcosmetics #colourpopmeblack #hudabeautyshop #hudabeautyfoundation #milkmakeup #rarebeauty #colorpopeyeshadow\n1w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNu4B0LgCU7/', 'likes': '1,422 likes', 'age': '2021-04-16T15:48:14.000Z', 'caption': '_yaama__\n✨Have a blessed Friday✨\n1w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNc4XeLA1xA/', 'likes': '979 likes', 'age': '2021-04-09T16:04:52.000Z', 'caption': '_yaama__\nHappy Friday.\n\nLook inspired by the gorgeous @koditaj\n.\n.\n\n.\nProducts used:\n@anastasiabeverlyhills brow freeze”\n@plouise_makeup_academy secret sinner pallet\n@rarebeauty black liquid liner\n\nBase:\n@colourpopcosmetics oat face milk\n@milkmakeup hydro grip primer\n@hudabeautyshop #fauxfilterfoundation in chocolate mousse.\n@rarebeauty concealer “410N”\n@hudabeautyshop tantour “medium”\n@milanicosmetics , cream blush “PEACH CHEEK”\n@milkmakeup , setting powder medium\n\nLips:\n@bhcosmetics liquid lipstick in desert & lip gloss in juicy.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n#morphe #morphebrushes #morphebabe #morpheglamfam #karabeauty #colourpopcosmetics #colourpop #hauslabs #anastasiabeverlyhills #abhbrows #benefitcosmetics #benefitbrows #benefitclubpink #benebabe #pinkaesthetic #brownaesthetic #hudabeautyshop #100daysofmakeupchallenge #100daysofmakeup #undiscoveredmuas #blackmakeupartist #beautybloggers #pretty #explore #reels #tiktokchallenge #bhcosmeticsbffpalette #alondraandelsy #aspiringmua\n2w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNQAKlXAJ8m/', 'likes': '1,709 likes', 'age': '2021-04-04T16:02:53.000Z', 'caption': '_yaama__\nHey lovelies, so today I collaborated with one of my favourite creators @fatima_muxya to create this Red Glam look, please check her out♥️.\n.\n.\n.\nProducts used:\n@anastasiabeverlyhills brow freeze\n@yamysboutique Valentine’s Day pigment\n@beautyblvd glitter “Ruby slippers”\n@mavenbeauty black liquid liner\n\nBase:\n@colourpopcosmetics oat face milk\n@milkmakeup hydro grip primer\n@wlgylemons.co oil balance booster and foundation “350W”\n@rarebeauty concealer “410N”\n@hudabeautyshop tantour “medium”\n@milanicosmetics , cream blush “PEACH CHEEK”\n@milkmakeup , setting powder medium\n\nLips:\n@nyxcosmetics brown eye pencil and butter gloss in “Angel food cake.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n. .\n#colourpopmeblack #colourpopcosmetics #fentybeauty #fentyface #plouisebase #nyxcosmetics #nyxprofessionalmakeup #dragunbeauty #dragunbeautyprlist #coverfx #coverfxtra #hudabeautyfauxfilter #hudabeautyshop #naughtynude #anastasiabeverlyhills #anastasiabrows #wearebrows #jewelry #blackgirlmagic #brownskingirls #reels #anastasiabeverlyhills #anastasiabrows #milanicosmetics #hudabeautyshop #hudabeauty\n3w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/COIzzhmpJGH/', 'likes': '384 likes', 'age': '2021-04-26T17:32:07.000Z', 'caption': 'thaibrows\nno more thaibrows just bhaibrows (someone on tiktok said this n i died 😭)\n6h'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/COCGeZbJS81/', 'likes': 'None', 'age': '2021-04-24T03:25:26.000Z', 'caption': 'thaibrows\nesthetician’s nighttime routine\n\ni’ve been a licensed esthetician for a couple of years now but this is prob one of my first skincare videos!! i hope u enjoy and u find this entertaining and or informative 💫\n\nft. products from @farmacybeauty @cerave @firstaidbeauty @beautyofjoseon_official @glowrecipe (gifted) @drunkelephant (gifted) @deciem\n\n#skincare #farmacybeauty #cerave #firstaidbeauty #kbeauty #koreanskincare #beautyofjoseon #drunkelephant #theordinary #deciem #esthetician\n2d'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CNz6lJJJ1ft/', 'likes': '311 likes', 'age': '2021-04-18T14:46:45.000Z', 'caption': 'thaibrows\nby @artby.hay!! always flattered when anyone decides to use me for their art references ☺️\n1w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CMTQjzSFpGl/', 'likes': '525 likes', 'age': '2021-03-12T01:52:41.000Z', 'caption': 'thaibrows\nthis skater is a bit fruity 🤔 posting another video from today on @sk8rpug !!\n\n[video description: the subject of the video is J, a lighter-complexioned nonbinary thai rollerskater. they’re wearing a black, white, and red graphic T shirt with the words “trans day of vengeance” and an illustrated manicured hand holding a knife, black straight jeans, and their black skates with blue wheels. they’re sitting on a road divider decorated in colorful graffiti, adjusting their laces, then they get on their toe stops and hop back off, and do a jump 180. there’s a quick clip of them popping their chest, and opening and closing their hand in front of them at the same time like casey frey before they jump 180 back to the front and transition into backwards skating to use their toe stop to brake. in the last clip, they’re standing on their toe stops and wiggling their knees in and out to be funny. end description]\n\n#skate #rollerskate #rollerskates #rollerskating #suregrip #moxirollerskates #moxiskatedaily #asianskater #lgbtq #streetskate #streetskating #skateislife #skatelife #skateordie #skateanddestroy\n6w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CL9l64epFDP/', 'likes': '663 likes', 'age': '2021-03-03T15:55:50.000Z', 'caption': 'thaibrows\nold pix wearing @milkmakeup #sunshineskintint in sand ☀️ lip and cheek stick in flip for a pop of color~ earrings from @aarmystew\n7w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CL0At0lpERa/', 'likes': '562 likes', 'age': '2021-02-27T22:37:41.000Z', 'caption': 'thaibrows\ndo u wear makeup under ur mask? i only do my makeup from the nose bridge up bc my poor skin already has to go through enough w the friction and humidity 😩\n\nproducts:\n@natashadenona chromium multichrome liquid eyeshadow in dragonfly\n@elfcosmetics brow and liner cream in taupe @smashboxcosmetics 24 hr concealer\n@sephora collection best skin ever foundation + lashcraft defining mascara + lashes in “feisty”\n8w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLU7hAEpVMf/', 'likes': '1,341 likes', 'age': '2021-02-15T20:55:48.000Z', 'caption': 'thaibrows\nsorry for geeking out so much ok this is simply one of my proudest accomplishments 🥺\n10w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLF_Ro_J_7O/', 'likes': '1,113 likes', 'age': '2021-02-10T01:39:55.000Z', 'caption': 'thaibrows\nme for @milkmakeup #sunshineskintint ☀️\n\nit’s surreal to see myself professionally photographed in this campaign w so many gorgeous faces 😭 who would’ve thunk?! thank u everyone at milk, and thank u friends for the love and support since the campaign dropped. here’s to more sick opportunities and tons of sun (with SPF, of course) 😎✨\n10w'},{'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLFdqmrJU69/', 'likes': '1,206 likes', 'age': '2021-02-09T20:46:37.000Z', 'caption': 'thaibrows\nfeeling my masc self today..\n10w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CN58-k-pNZC/', 'likes': '2,211 likes', 'age': '2021-04-20T23:03:08.000Z', 'caption': 'looksbyotto\nGeorge Floyd’s murderer was given a guilty verdict today.\nTheres not much I can say besides George Floyd should still be here. He should still be walking around and gracing the earth with his presence. His last moments shouldn’t have been plastered on everyones devices for months. But a guilty verdict for his killer is a step in the right direction. Hoping one day that black names and faces will be plastered on your screens for their aspirations and accomplishments and not their murder. Remember George Floyd as he was alive. Honor his smiling face. No more black bodies on our feeds. Black people have felt that pain enough.\n\nGeorge’s life shouldn’t have ended over 20 dollars. Cops are not supposed to be executioners.\n\nBlack lives ALWAYS matter. This is only the beginning.\n6d'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CN0HqOQpeAu/', 'likes': '2,685 likes', 'age': '2021-04-18T16:41:02.000Z', 'caption': 'looksbyotto\n💙Babydoll Blue💙\n#sephorasquad #zcstarbabe #studiofam\n\nHello my Ottonians! Giving you a more “simple” look for this one🥰 This is what I would consider my everyday makeup!\nRemember to support black creators always. Not just when its trending. Make sure black lives actually matter to you, and that you being an ally is coming from the right place💓 If you want to be a better ally, research how! Black lives matter always. Not just when a black life is lost, or a black creator succeeds. Black hopes, dreams, fears, children, and people matter. I love you all💓\n\nDrink your water!\n\nI applied for sephora squad! It would mean the world to me if you left some kind words in my bio💓\n* Pr/Gifted\n\nLook details-----\nBrows-\n@colourpopcosmetics brow boss pencil in soft black\n\nEyes-\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc cosmic sands palette using sand (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@hellbitesbeauty lashes in raven*\n@brianbeautyofficial taboo liner*\n@shopbratinc lavish pigment*\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@fentybeauty Pro Filt’r hydrating foundation in 330\n@fentybeauty Pro Filt’r instant retouch concealer in 330\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir and cheek slime in fielding *\nLips-\n@smashboxcosmetics black liquid lipstick and @aevabeauty lip color in mocha and radiance (use code Looksbyotto for coint saved👁👁)\n\nHair from @hairsofly_shop\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n1w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNmyb0LJcgc/', 'likes': '3,337 likes', 'age': '2021-04-13T12:25:26.000Z', 'caption': 'looksbyotto\n❤️💚💙HEAT MAP💙💚❤️\n#studiofam #Zcstarbabe #sephorasquad\n\nHello my beautiful Ottonians!! This look was supposed to come put saturday but I had an apartment emergency I had to handle first\U0001f972 i missed you guys so much on my break and im so happy to be back creating again😭😭 this look was soooooo fun to do and it turned out gorgeous! Remember to tag your recreations with #Ottonianbabe for a repost🥰\n\nDont forget i applied for Sephora squad! Please spread some love if you can, link is in my bio❤️\n\nI love you and drink your water!!!\n\nLook details-----\nBrows-\n@milkmakeup kush liner*\n\nEyes-\n@plouise_makeup_academy white base\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc galactic pigment in nebula (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@shopbratinc cash pigment*\n@hellbitesbeauty vampira lashes *\n@beautybaycom bright matte palette *\n@aboutfacebeauty black shadow stick *\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@aboutfacebeauty light lock highlight fluid in shaken or stirred*\n@milkmakeup sunshine skin tint in cinnamon *\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir\n@colourpopcosmetics cheek dew in beyond *\n@milkmakeup hydro grip setting spray\nLips-\n@milanicosmetics amore matte lip creme in covet + @smashboxcosmetics black liquid lipstick and @milkmakeup plumping lip gloss in buzzed\n\nHair @hairsofly_shop\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n1w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNYrkT1JmKv/', 'likes': '2,281 likes', 'age': '2021-04-08T00:56:04.000Z', 'caption': 'looksbyotto\nHi my Ottonians!!! Ill be posting a new look for you all on Saturday!! Ive been taking some days to myself to regroup and plan and just be. Ive been overwhelmed so often that I realized I hadn’t let my brain rest for quite a while. Make sure you are allowing yourself some time for self care! I hope you are all hydrating, resting, and enjoying the sun! Make time for peace and slow down when you can💓 See you Saturday!\n\nIf you would like to leave some kind words in my bio it would mean the world🥰💓 #sephorasquad\n2w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNNlBO2JKi9/', 'likes': '709 likes', 'age': '2021-04-03T17:27:12.000Z', 'caption': 'looksbyotto\n#ad\n\nHello my Ottonians!!! Popping in with a little skincare routine featuring @urumibeauty !\n(Also I got my nose pierced🥺)\n\nIf you don’t know, I have frequent eczema breakouts from allergies and stress that leave me with hyperpigmentation/dark marks on the sides of my face as well as the apples of my cheeks\U0001f972 i also deal with blotchy skin during season changes which can make perfecting my base makeup a little challenging sometimes😭 I started using Urumi beauty and YALL! I’m absolutely keeping it in my everyday routine!\n\nMake sure you read the descriptions of all the products to make sure what youre getting is right for YOUR skin💓 I always do my research as I have sensitive skin and have given myself chemical burns before\U0001f972\n\nMy go to products for my specific issues are the Eureka AHA Toner and the Holy Roses Glow Oil!\n\nThe toner contains ingredients like aloe, as well as fruit, sugar, and lactic acids that all work well with my skin snd help tone and balance my texture✨\n\nThe glow oil is a natural retinoid so be sure to use UV protection lovelies! Retinoids also breakdown in light so its best used in your nighttime routine but I use it for both morning and night! Its GREAT for dry skin and has been carrying me through the winter/spring changes!\n\nThank you again @urumibeauty for sending me your amazing products! Ill be updating you guys again soon with more skincare pictures so you can see my progress💓\n\nDrink your water and I love you all!!\n\n#skincare #skincareroutine #makeupartist #blackownedbusiness #buyblack #shopblack #blackcreatives\n3w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CM0HODGpFbP/', 'likes': 'None', 'age': '2021-03-24T20:09:57.000Z', 'caption': 'looksbyotto\nDo what you love!\n\nThis past year has taught me so much. I don’t want to melt into the floor anymore. No matter how impractical or unrealistic my goals may be, I will always pursue them. I never thought I would go anywhere as a content creator, though I’ve always dreamed. And here I am, flourishing! An impractical dream I held myself back from was so much closer in reach than I thought. Please do what you love. Do it broke, do it scared, do it alone, but do it passionately. You deserve to live in your truth. To stand in your individuality with utter confidence. And you will. I believe in you!\n\nSong- why are there boundaries by @frenchkiwijuice\n#blackcreative\n4w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMrymb5J6fN/', 'likes': '5,709 likes', 'age': '2021-03-21T14:31:42.000Z', 'caption': 'looksbyotto\n💸C.R.E.A.M. 💸\nCash Rule Everything Around Me\n#Studiofam #ZcStarbabe #sephorasquad\n\nHi my beautiful Ottonians! I challenged myself to recreate an old look of mine that I really love from last year! I was inspired by my favorite song from @wutangclan 💸 if this look or any of my other looks inspires you, please leave a testimonial for me for Sephora squad 2021 (link in bio)! Thank you for all the love and support! 💓💓💓💓\n\nI hope you’re taking care of yourselves and being kind!\n\nDrink your water my loves💓\n\n*Pr/gifted\n\nLook details-----\nBrows-\n@milkmakeup kush liner*\n\nEyes-\n@beautybaycom eye base*\n@zcosmeticsllc cosmic sands palette*\n@slayfirecosmetics addams glitter gel\n@zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@suvabeauty hydra liner in dance party\n@shopbratinc spoiled pigment*\n@icywifeycosmetics cyber sex lashes*\n@uomabeauty cleopatra liner*\n@milkmakeup color chalk in green light and hopscotch*\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@aboutfacebeauty light lock highlight fluid in shaken or stirred*\n@freck rich bitch moisturizer*\n@milkmakeup sunshine skin tint in caramel*\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@aboutfacebeauty light lock highlight in lightspun*\n@thecrayoncase the blush binder\n@freck og and cheek slime in fielding *\nLips-\n@milkmakeup electric glossy lip plumper in buzzed* + black lip liner\n\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #generationbeautybay #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n5w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMh-ylKJPED/', 'likes': '6,073 likes', 'age': '2021-03-17T19:05:48.000Z', 'caption': 'looksbyotto\n🌟HALO🌟\n#studiofam #zcstarbabe\n\nHello my ottonians!! If you didn’t see, I applied for 2021 #sephorasquad !!!! Im so excited and grateful for all your testimonials!!! If my art has inspired you in any way, please feel free to leave one! Link in my bio💓\n\nI drew up this face chart and was so excited to try it out!! I love yellow🥺\n\nDrink your water my lovelies!\n\n*by pr/gifted\n\nLook details-----\nBrows-\n@milkmakeup kush liner\n\nEyes-\n@freck UFOMFG palette *\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@freck lid lick in hit the dip *\n@suvabeauty hydra liner in dance party and space panda\n@shopbratinc spoiled pigment*\n@colourpopcosmetics uh huh honey palette\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@milkmakeup flex foundation in praline and cinnamon *\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir and cheek slime in fielding *\n@morphebrushes continuous setting mist *\nLips-\n@milanicosmetics amore matte lip creme in covet + nude gloss\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n5w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMfpvB9JQYh/', 'likes': '452 likes', 'age': '2021-03-16T21:23:20.000Z', 'caption': 'looksbyotto\nHello my Ottonians!!! The link is in my bio! It would mean the world to me if you could take the time to leave some kind words🥰💓💓\n\nDrink your water babies! New look coming tomorrow, I drew up some really cool face charts I’m excited to share with you guys! #sephorasquad\n5w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN-nL0hBm2H/', 'likes': '501 likes', 'age': '2021-04-22T18:28:54.000Z', 'caption': 'kamillegregory\nGreen & Graphic\U0001fab4🌍💚 i’ve partnered with @Revlon for this Earth Day inspired liner moment!!\n⚠️reminder that the climate crisis is REAL & if we want to keep our planet green & free from further environmental degradation, we need to educate ourselves <33 #ad #revlon #earthday\n\n@REVLON products used⤵️\n-Colorstay Looks Book Palette “Player”\n-Chrome Ink Liner “Bronzage”\n-Colorstay Liner “Black”\n-Big Bad Lash Mascara\n-Colorstay Brow Pencil “Dark Brown”\n-Super Lusturous Shine Lipstick “Sparkling Honey”\n4d'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN8IZQOhY6p/', 'likes': '545 likes', 'age': '2021-04-21T19:21:23.000Z', 'caption': 'kamillegregory\nY2K💘✨💅🏾👛\n-i had so much fun with this look<33 i WISH i was older i would’ve thrived in the 2000s\U0001f972 but happy hump day loves hope ur day is great<33\n\nproducts used\n@bhcosmetics 00s Remix Dance Palette\n@colourpopcosmetics pretty fresh foundation\n@elfcosmetics hydrating camo concealer\n@hudabeautyshop easy bake powder “blondie”\n@nyxcosmetics butter gloss “madeline”\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#hudabeauty #nyxcosmetics #springmakeup #y2kmakeup #2000saesthetics #y2k #makeupartist #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n5d'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN29KYgBure/', 'likes': '454 likes', 'age': '2021-04-19T19:07:11.000Z', 'caption': 'kamillegregory\nmy brow routine now vs colourpop🤍\n-which do you prefer? they both do the trick BUT if you’re a baddie on a budget colourpop’s new line is for you <33🥰\n\nproducts used👇🏾\n@colourpop feather effect styling wax “clear”\n@colourpop brow boss pencil “ash brown”\n\n#colourpop #colourpopme #soapbrows #reels #makeuptips #eyebrows #tiktokchallenge\n1w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNk9ANphkcU/', 'likes': '615 likes', 'age': '2021-04-12T19:19:39.000Z', 'caption': 'kamillegregory\nblue daises🌼💙\ninspired by @paulina.yl\n-the sun really said goodnight👋🏾 but here’s a quick lil video of my last look\n•\n•\nproducts used\n@colourpopcosmetics limoncello palette\n@colourpopcosmetics shadow stix “citrus squeeze” & “style & ease”\n@elfcosmetics hydrating camo concealer\n@elfcosmetics putty blush “maldives”\n@fentybeauty bronzer “coco naughty”\n@maccosmetics chesnut lip liner\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#graphicliner #springmakeup #makeupvideos #flowermakeup #graphiclinerlook #makeuptutorial #tiktokchallenge\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNiXI0OBOk2/', 'likes': '614 likes', 'age': '2021-04-11T19:09:57.000Z', 'caption': 'kamillegregory\nblue daises🌼💙\ninspired by @paulina.yl\n-happy sunday beauties <33 i haven’t done a blue look in a minute & my shirt matched *chefs kiss* beautifully\n•\n•\nproducts used\n@colourpopcosmetics limoncello palette\n@colourpopcosmetics shadow stix “citrus squeeze” & “style & ease”\n@elfcosmetics hydrating camo concealer\n@elfcosmetics putty blush “maldives”\n@fentybeauty bronzer “coco naughty”\n@maccosmetics chesnut lip liner\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#graphicliner #springmakeup #70smakeup #flowermakeup #graphiclinerlook #makeupartist #editorialmakeup\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNaof6Nh27H/', 'likes': 'None', 'age': '2021-04-08T19:09:20.000Z', 'caption': 'kamillegregory\n3 makeup tips i wish i learned earlier🤎\n-for my woc but anyone can use them<33\nproducts shown👇🏾\n@fentybeauty bronzer “coco naughty”\n@colourpopcosmetics blush “trippin”\n@bennyemakeup banana powder\n@madebymitchell blursh “mango daiquiri” “where’s the spf”\n@colourpopcosmetics cheek dew “so cosmo”\n\n#tiktokchallenge #makeuptrends #makeuptips #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #makeuphacks #blackgirlmakeup #melaninmakeupdaily\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNYEG8YBAjK/', 'likes': '723 likes', 'age': '2021-04-07T19:11:16.000Z', 'caption': 'kamillegregory\nfemme fatal⚔️ had to switch it up real quick :)) but graphic liner is always a yes from me🖤\n\nproducts used\n@kaleidosmakeup club nebula palette + “skywalker” highlighter\n@hauslabs liquid eye-lie-ner\n@sohllashes “expensive” lashes\n@milkmakeup hydrogrip + foundation stick “golden deep”\n@colourpopcosmetics pretty fresh concealer “120W”\n@maybelline lasting fix banana powder\n@fentybeauty sun stalkr bronzer “coco naughty”\n@madebymitchell blursh “where’s the spf?”\n@nyxcosmetics praline butter gloss\n\n#graphicliner #editorialmakeup #v93oo #graphiclinerlook\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNNvGMgB8H9/', 'likes': 'None', 'age': '2021-04-03T18:57:15.000Z', 'caption': 'kamillegregory\n2021 vs. 2016🤍 which one is your favorite?\n-personally i still love both but 2021 does it for me<3\n\nproducts\n2021\n@colourpopcosmetics brow precision pencil\n@pacificabeauty glow baby serum\n@milkmakeup hydrogrip primer\n@milkmakeup flex foundation stick\n@elfcosmetics hydrating camo concealer\n@iconiclondon sheer cream blush “fearless flush”\n@fentybeauty sunstalkr bronzer “coco naughty”\n@colourpopcosmetics lux gloss “italian ice”\n2016\n@colourpopcosmetics no filter foundation\n@lauramercier translucent setting powder\n@morphebrushes lip crayon “tlc”\n@thebombextensions lashes\n\n#tiktokchallenge #makeuptrends #morphebrushes #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #elfcosmetics #milkmakeup\n3w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNImkCEJAaw/', 'likes': '493 likes', 'age': '2021-04-01T19:04:29.000Z', 'caption': 'kamillegregory\njuicy🍇💚🍉💜so many colorful trends going around right now & i’m here for them all<3 here’s a cut crease moment for ur thursday\n\nproducts used\n@hudabeauty pastel rose obsession palette\n@anastasiabeverlyhills norvina vol.4 palette\n@suvabeauty @suvabeauty uv hydra fx liner “scrunchie”\n@milkmakeup flex foundation stick “golden deep”\n@colourpopcosmetics pretty fresh concealer “medium dark 120w” + cheek dew serum blush “hot fuss”\n@morphebrushes “date night” lip pencil\n@nyxcosmetics “madeleine” butter gloss\n3w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CNVnZCILW80/', 'likes': '4,604 likes', 'age': '2021-04-06T20:21:51.000Z', 'caption': 'joshuaspecks\nAnd nothing hurts anymore\n2w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CNIxl_ergYP/', 'likes': '5,049 likes', 'age': '2021-04-01T20:40:52.000Z', 'caption': 'joshuaspecks\nOnly for the photo 💚\n3w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CMa4wbtLLz9/', 'likes': '4,313 likes', 'age': '2021-03-15T00:58:24.000Z', 'caption': 'joshuaspecks\nWhich is your favorite 1-4\n6w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CMFon0Qs8B-/', 'likes': '4,918 likes', 'age': '2021-03-06T18:53:22.000Z', 'caption': 'joshuaspecks\nShould I post my roof top pics ?? 🌚✨\n7w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL-YSVpsJYf/', 'likes': '2,692 likes', 'age': '2021-03-03T23:15:56.000Z', 'caption': 'joshuaspecks\nMoments like this make me feel so alive. I got to California at 7:21am and when I stepped off the plane I felt a since of motivation, power, and just love. These 2 people made my trip something I couldn’t imagine like I got drunk for the first time I had the best vibing 🍃 conversation and I just wanna give thanks and tell you both I love you and I’m very blessed to have both of u in my life ☺️💗 Ik this shit corny to you too cuz y’all aren’t into your emotions like me sorry it’s my scorpio moon 🌚✨but stay safe, see you soon\n7w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL5EnT4LRMm/', 'likes': '3,110 likes', 'age': '2021-03-01T21:47:50.000Z', 'caption': "joshuaspecks\n90s supermodel ✨\n.\n.\n.\nFoundation: @fentybeauty PRO FILT'R SOFT MATTE LONGWEAR FOUNDATION 420\nConcealer: @milkmakeup flex concealer Caramell\nSetting powder : @onesize ULTIMATE BLURRING SETTING POWDER\nTranslucent\n8w"}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL0F7H5LTiN/', 'likes': '3,353 likes', 'age': '2021-02-27T23:23:05.000Z', 'caption': 'joshuaspecks\nHe said he wanted to take a picture\n8w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CLzl8umLTyb/', 'likes': '1,860 likes', 'age': '2021-02-27T18:43:40.000Z', 'caption': 'joshuaspecks\nSo as a lot of you know I’m traveling right now, and I just wanted to show you some of the skin care products I’ve been using. Traveling definitely been a lot for my skin but I’ve been making a lot of progress by using the @graydonskincare winter bundle collection which is now 30% off until tomorrow 😌✨\n8w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CLuucm8L4BG/', 'likes': '3,082 likes', 'age': '2021-02-25T21:21:44.000Z', 'caption': 'joshuaspecks\nYeah she’s moving soon 🤫💗\n8w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/COGhNBrJdet/', 'likes': '628 likes', 'age': '2021-04-25T20:10:34.000Z', 'caption': 'catalinahotin\n🔮Played around with the Futurism VI: Lunar Lavender palette that @kaleidosmakeup was so kind to gift me🥺 I am in love with their formula, it’s so smooth and the color selection is perfect. I really want to see how many color combinations I can come up with💜 thank u so much @kaleidosmakeup !!\n@milkmakeup Sunshine Skin Tint ‘Light’\n@milkmakeup Matte Bronzer ‘Baked’\n@milkmakeup Lip+Cheek Stick ‘Perk’\n@aboutfacebeauty Matte fluid eye paint Replicant\n@milkmakeup Kush Mascara\n@aboutfacebeauty Light Lock Stick ‘Frenzy’\n#myartistcommunity #inbeautmag #v93oo #theartistedit #milkmakeup #runwaymakeup #studiofam #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #kaleidosmakeup #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas\n1d'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/COD3DcdJOnk/', 'likes': '1,750 likes', 'age': '2021-04-24T19:23:47.000Z', 'caption': 'catalinahotin\nShe is baaaaackk!! The new Daytripper launch from @aboutfacebeauty got me so excited and I wanted to play around! Thank u so much AF for these gifts, I had so much fun using them!!🥺\nMatte fluid eye paint ‘Replicant’ + ‘Freaked’ and a little bit of ‘White noise’\nLight Lock Lip glosses ‘No hard feelings’ & ‘ It’s not you, it’s me’\nLight Lock Stick ‘Frenzy’ on my cheeckbones and inner corner of my eyes\nLight Lock Stick ‘Prince’D’ on my eyes\n#myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #pastels #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas\n2d'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNnUX31pRRn/', 'likes': '727 likes', 'age': '2021-04-13T17:22:00.000Z', 'caption': 'catalinahotin\nI had to try the Blue Moon palette @colourpopcosmetics gifted me and omg I love it so muchhh, I can’t wait to play with it again, you get a good variety of light and dark shadows and you can basically mix and create any shade of blue u want💙\n@milkmakeup Sunshine Skin Tint Spf30 ‘Light’\n@lhcosmetics Infinity Glass\n@colourpopcosmetics Super Shock Cheek Matte ‘Between the sheets’ as blush and on my lips\n@benefitcosmeticsromania They’re Real Magnet Mascara\n@essence_cosmetics Clear Lip Gloss\n@nyxcosmetics Lip Liner ‘Nude Beige’\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #bluemoon #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #colourpopcosmetics #editorialmakeup #colourpop #editorialmuas\n1w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNfsOAupMZn/', 'likes': '765 likes', 'age': '2021-04-10T18:16:26.000Z', 'caption': 'catalinahotin\nI knew I had to do a green look once I saw this incredible neon nail polish that @cirquecolors kindly gifted me, the shade is called ‘High Society’ 💚✨\n@milkmakeup Sunshine Skin Tint\n@ucanbemakeup Athena Painting palette\n@urbandecaycosmetics 24/7 Glide-On Pencil ‘Perversion’\n@benefitcosmeticsromania They’re Real Mascara\n@nyxcosmetics Lip Liner ‘Nude Beige’\n@essence_cosmetics Clear Lip Gloss\n#motd #myartistcommunity #cirquecolors #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #greenmakeup #neongreen #facepaint #artwork #graphicmakeup #avantgardemakeup #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas\n2w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNVUoUVJtaP/', 'likes': '439 likes', 'age': '2021-04-06T17:37:55.000Z', 'caption': 'catalinahotin\nWith peace and love Tuesday can only mean one thing and that is Frenemies💗🖤\n@milkmakeup Sunshine Skin Tint\n@ucanbemakeup Athena Painting Palette\n@milkmakeup Kush Mascara\n@kaleidosmakeup The Escape Pod palette ‘Flamingo’\n@follyfire Syncope Palette ‘Blackout’\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #frenemies #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas\n2w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNNtZUNp0cP/', 'likes': '3,382 likes', 'age': '2021-04-03T18:40:24.000Z', 'caption': 'catalinahotin\nMy profile vs. how someone else’s profile could look like. The standard of beauty is always going to be something very conflicting but this is how I look like and I want to celebrate it. If you feel like you don’t belong or that social media is pressuring you in any sort of way - it’s okay to take a break, to curate the content you want to see, to follow people that look like you. Make a list of things you like and search for them, sometimes we forget about what makes us who we are right now. You might change in 2 years and that’s okay, try your best to live your life according to the standards that you want for yourself and what you can have control over!! I hope u guys are well!\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas\n3w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNAzlk8pAI-/', 'likes': '1,809 likes', 'age': '2021-03-29T18:24:22.000Z', 'caption': 'catalinahotin\nHow this look makes me feel:👽\n@milkmakeup Sunshine Skin Tint ‘Light’\n@aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’\n@rcmamakeup No Color Powder\n@milkmakeup Matte Bronzer ‘Baked’\n@aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’\n@dermacol_ro foundation on my brows\n#motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bleachedbrows #editorialmuas\n4w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CM7xFmPJZS2/', 'likes': '1,784 likes', 'age': '2021-03-27T19:26:19.000Z', 'caption': 'catalinahotin\nSaw Tania’s @luciphyrr beautiful black and white liner from a couple of months ago and it really inspired me to play around🤍 I tried to adapt this to my eye anatomy as much as I could. This gives me the fifth element vibes 😂\n@milkmakeup Sunshine Skin Tint ‘Light’\n@aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’\n@rcmamakeup No Color Powder\n@milkmakeup Matte Bronzer ‘Baked’\n@aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’\n@ucanbemakeup Athena painting palette for my brows\n@nyxcosmetics Lip Liner ‘Nude Beige’ + @essence_cosmetics Clear Lip Gloss\n#motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas\n4w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CM2mL2YpCUU/', 'likes': '1,215 likes', 'age': '2021-03-25T19:14:51.000Z', 'caption': 'catalinahotin\nHad so much fun doing this lewk🦜Thank u to everyone that joined me in this very early live today🧡\n@milkmakeup Sunshine Skin Tint ‘Light’\n@milkmakeup Flex Concealer ‘Porcelain’\n@ucanbemakeup Athena Painting palette as eye base and blush\n@aboutfacebeauty Light Lock Highlighter Fluid ‘Fight or Flight’\n@ucanbemakeup Lemon Drop Palette (the neon orange shade) + Blue Tonic Palette (the blue shade)\n@kaleidosmakeup Club Nebula ‘Gravity’\n@aboutfacebeauty Pearly Dhadow Stick ‘Acidic’ on my waterline\n@nyxcosmetics Lip Liner ‘Nude Beige’\n@milkmakeup Lip Color ‘Skillz’ + Electric Glossy Lip Plumpers ‘Buzzed’\n#milkmakeup #studiofam #aboutfacebeauty #aboutface #facepaint #kaleidosmakeup #orangeblush #neonorange #colorfulmakeup #clubnebulapalette #faceart #graphicmakeup #graphicliner\n4w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/COGGk3grmAc/', 'likes': '169 likes', 'age': '2021-04-25T16:17:54.000Z', 'caption': 'divaadana\nTutorial is up on my stories 🌝 @bperfectcosmetics ⚡️THE PERFECT STORM PALETTE⚡️\n\nUse my code ‘DIVA20’ to get 20%off🌝\n\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#lovetahitipalette\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect eyeshadow Primeer\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #perfectstormpalette\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare\n1d'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNp9gG8rrLc/', 'likes': '246 likes', 'age': '2021-04-14T17:59:52.000Z', 'caption': 'divaadana\nTutorial is up on my stories 🌝 @bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\n\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare\n1w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNkrc7SLbwY/', 'likes': '165 likes', 'age': '2021-04-12T16:45:56.000Z', 'caption': 'divaadana\nThanku so much @hn_vip_birmingham @harveynichols for inviting me on the reopening of your store☺️ Shops I have missed you😭\nToday I had ‘Nettle venom anti-ageing facial’ with @heavenskincare and believe me guys my skin feels super amazing and hydrated🤍 Get booking🤗\nPS I m wearing mask🙃don’t forget to wear your mask😷\n\nAD #invited #backtogetherwithHN\n#HarveyNichols #birmingham #harveynicholsbirmingham #mailbox\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNh47K5j2iC/', 'likes': '175 likes', 'age': '2021-04-11T14:46:15.000Z', 'caption': 'divaadana\nI am doicheee🌝 @bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\nShades i used for this look👇🏼\n✔️ MURPHYS\n✔️ Sneak Peak\n✔️ Gratitude\n✔️ Le Le\n✔️ Lily\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNfOGqELIyz/', 'likes': '159 likes', 'age': '2021-04-10T13:53:18.000Z', 'caption': 'divaadana\n@bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\nShades i used for this look👇🏼\n✔️ MURPHYS\n✔️ Sneak Peak\n✔️ Gratitude\n✔️ Le Le\n✔️ Lily\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNXk5DID_--/', 'likes': '184 likes', 'age': '2021-04-07T14:38:44.000Z', 'caption': 'divaadana\nBe more of you, and less of them....\n\nMakeup Deetz 👇🏻\n@anastasiabeverlyhills DipBrow Darl Brown\n@anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET\n@candybeauty_uk Duo Chrome loose eyeshadow\nshade no. 1\n@candybeauty_uk Lashes Candy Fluff\n@morphe2 #hinthintskintint Foundation\n@morphe2 #HIDE&PEEK CONCEALER\n@candybeauty_uk Highlighter\n@hudabeautyshop #mattelipstick Anniversary\n@irumatlas Earrings\n.\n.\n.\n#anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNU7JCgLVB_/', 'likes': '232 likes', 'age': '2021-04-06T13:55:11.000Z', 'caption': 'divaadana\nThanku for the tag Babe😘 @f_zana88 Inspired @applelove_makeup\n\nMakeup Deetz 👇🏻\n@anastasiabeverlyhills DipBrow Darl Brown\n@anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET\n@candybeauty_uk Duo Chrome loose eyeshadow\nshade no. 1\n@candybeauty_uk Lashes Candy Fluff\n@morphe2 #hinthintskintint Foundation\n@morphe2 #HIDE&PEEK CONCEALER\n@candybeauty_uk Highlighter\n@hudabeautyshop #mattelipstick Anniversary\n@irumatlas Earrings\n.\n.\n.\n#anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNSpC7NL85w/', 'likes': '152 likes', 'age': '2021-04-05T16:38:35.000Z', 'caption': 'divaadana\nTutorial on this look is up on my stories🥰 EYEZ @bperfectcosmetics @staceymariemua #lovetahiti palette💚 Browz @bperfectcosmetics Lock&Load CHAROCAL 💚Lashes @bperfectcosmetics Love Tahiti 💚 Face @bperfectcosmetics Face Primer #bperfectcosmetics #bperfectcarnivalpalette #staceymariemua #makeupwithjah #bperfectxstaceymarie #makeuptutorialsxox #wakeupandmakeup #wakeup2slay #makeupaddict #makeupbymario #jaclynhill\n3w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNKs991ra05/', 'likes': '89 likes', 'age': '2021-04-02T14:38:56.000Z', 'caption': 'divaadana\nSWIPE⏯🥰Brow @anastasiabeverlyhills DipBrow Dark Brown Eyez @norvinacosmetics @norvina Palette @anastasiabeverlyhills Lashes ‘Gorgina’ @anastasiabeverlyhills Waterproof Crème Colour ‘JET’ @anastasiabeverlyhills LASH BRAG Mascara #anastasiabeverlyhills #anastasiabrows #anastasiasoare #browfreeze #norvinapalette #norvina #norvinacosmetics #makeuptutorial #makeuptutorialx0x #makeupartistsworldwide #glittermakeup\n3w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CMPmA1QpcJ9/', 'likes': '247 likes', 'age': '2021-03-10T15:42:58.000Z', 'caption': 'nadzerben\nMuse.\n-\n@claropsyche #claropsyche psyches box : Fantasia .\n-\n#fentybeauty Pousticle lipstick : Alpha doll, Purpsicle.\n-\n@maccosmetics @maccosmeticsfrance : #browset.\n-\nMascara extrême dimension.\n-\nFull coverage foundation palette.\n-\n@itsall.fluff bronzer .\n-\n#avantgarde #editorial #makeupartist #v93oo #modelmalay #inbeautmag #avabtgardemakeup #runawaymakeup #colorfulmakeup #euphoriamakeup #makeupideas #uglymakeuprevolution #makeupoftheday #ravvebeauty #graphicliner #dazedbeauty\n6w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CL1pbfyqQ3b/', 'likes': 'None', 'age': '2021-02-28T13:54:39.000Z', 'caption': 'nadzerben\nNew for @rad.cartier and the beautiful @your.jade\n-\nRAD CARTIER - VT ZOOM VII : prod @damn_blase\n\n🎬 @jomlm .\n@tvo.prod .\nManagement : @lalignebleuerecords .\nStreadycam : @dylan__schaub .\nStylisme : Ben Georg & Qleo .\nChargée prod : Maryann Rarrbo\nMontage : @antoineerre\nChef op : @lucaspomps @charlesthiefaine\n-\n#makeup #makeupartistparis#\n8w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CJWRao7Jqq5/', 'likes': '264 likes', 'age': '2020-12-28T16:23:30.000Z', 'caption': 'nadzerben\n🎉.\n-\n@suvabeauty Uvtaffies, BUBBLE BUTT #suvabeauty .\n-\n@diormakeup lacquer plump. Midnight star 898. #dior\n-\n#nyxcosmetics #nyx epic ink liner #graphicliner .\n-\n@maccosmeticsfrance studio fix conceal and correct palette - MEDIUM.\n-\n#maccosmetics extrême dimension 3D black lash #mascara .\n-\n#avantgarde #editorialmakeup #eyeliner #colorfulmakeup #theartistedit #mua #maquillage #makeupartist #freelancemakeupartist #freelancemua #editorialmakeup #makeuptutorial #makeupparis #neonpink #inbeautymag #v93oo\n17w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CIV1iufJP4_/', 'likes': '446 likes', 'age': '2020-12-03T15:48:32.000Z', 'caption': 'nadzerben\n🥵.\n-\n\nBronze .\n@maccosmeticsfrance #maccosmetics studio fix fluide.\n-\nPoudre bronzante : BRONZE.\n-\n@tartecosmetics #tartecosmetics shape tape #concealer .\n-\n@diormakeup #diorbackstage palette #highlighter .\n-\n@hudabeauty #hudabeauty mascara.\n-\n#nyxcosmetics #nyx @nyxcosmetics_france epic ink liner.\n-\n@ofracosmetics #ofracosmetics highlighter star island.\n-\n-\n20w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH-rII7pF2u/', 'likes': '469 likes', 'age': '2020-11-24T15:55:00.000Z', 'caption': 'nadzerben\nSoft.\n-\n@glisten_cosmetics totally bonaty ; SHRUB, PINE #greeneyeshadow .\n-\n@maccosmeticsfrance #maccosmetics eyeshadow - what’s the wifi.\n-\n@milkmakeup flex #highlighter #milkmakeup : iced - soft gold.\n-\n@narsissist #narscosmetics #nars sheer glow foundation.\n-\n21w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH28leSJ2iC/', 'likes': '2,421 likes', 'age': '2020-11-21T15:53:37.000Z', 'caption': 'nadzerben\n🟦🟫⬛️.\n-\nFace :\n-\n#maccosmetics studio fix fluid.\n-\n@esteelauder concealer double wear.\n-\n#nyxcosmetics #nyx Honey dew me up #primer .\n-\n@beautybaycom fiery 42 colour palette.\n-\nEyes :\n-\n#jeffreystar #jeffreestarcosmetics blue blood eyeshadow palette. : Blue monday, celebrity skin.\n-\n#milkmakeup kush clear brow gel.\n-\nLips.\n-\n@glossier #glossier clear lip gloss.\n-\n@maccosmeticsfrance crayon contour lèvre tourbillon.\n-\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH0ZB1qpT2J/', 'likes': '548 likes', 'age': '2020-11-20T16:04:26.000Z', 'caption': 'nadzerben\nButtercup / Rebelle ✨\n-\n@fentybeauty #flyliner .\n-\n@milkmakeup kush clear brow gel.\n-\n#maccosmetics studio fix fluid : NC38.\n-\n@suvabeauty #suvabeauty hydra fx palette : UV TAFFIES.\n-\n@stargazerproducts neon eye dust.\n-\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CHxzGTwp2OH/', 'likes': '711 likes', 'age': '2020-11-19T15:54:31.000Z', 'caption': 'nadzerben\nGolden tears baby.\n-\n@milkmakeup kush clear brow gel 🥰.\n-\nAnd sunshine skin - medium.\n-\n@hudabeauty #hudabeauty #goldobessions palette #gold .\n-\n@fentybeauty #fentybeauty #flyliner .\n-\n@tartecosmetics shape tape contour concealer 20B light #shapetape .\n-\n#graphicliner #eyeliner #goldmakeup #eyemakeup #art #concept #v93oo #inbeautmag #makeupideas #editorialmakeup #modelmalay #theartistedit #uglymakeuprevolution #euphoriamakeup #fentybeautyuniversity\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CHspkM1p0QV/', 'likes': '714 likes', 'age': '2020-11-17T15:55:01.000Z', 'caption': 'nadzerben\nAlien.\n-\n#narsissist sheer glow foundation.\n-\n@glisten_cosmetics totally botany: PINE.\n-\n#maccosmetics studio fix concealer.\n-\n@jeffreestarcosmetics #jeffreestarcosmetics blood sugar eyeshadow palette; Glucose, root canal.\n-\n@beautybaycom #beautybay delicate bouncy beam #highlights.\n-\n#avantgarde #editorial #conceptualmakeup #alien\n22w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/COGh3EYhfmA/', 'likes': 'None', 'age': '2021-04-25T20:18:07.000Z', 'caption': 'tikamargarita\n@morphebrushes new 35D palette is such a fall vibe. Ill be posting a few pooks i created using the palette ✌️ enjoy🙏\n.\n@dragunbeauty lavendar corrector used under eyes to prime the shadow\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN_jChYB4w_/', 'likes': '401 likes', 'age': '2021-04-23T03:11:56.000Z', 'caption': 'tikamargarita\nIts 420 errday\n.\nThe lewk\n.\n@morphebrushes lisa frank palette\n@ilassh.h glitter *gifted*\n@nonohebeauty monarch lash\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n3d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN4AfXPBwv8/', 'likes': '310 likes', 'age': '2021-04-20T04:57:41.000Z', 'caption': 'tikamargarita\nAfter doing many make up lessons, I realize that this is a technique that can help many people.\n.\nA lot of people request to do a lesson with me because they want to do the eye make up that touches the temple (or “pulled out” or “winged shadow”)\n.\nI finally feel like I figured out the secret. I have a YouTube video that is POV style, that describes this in more detail.\n.\n\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n6d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN3g9H7hdQo/', 'likes': '503 likes', 'age': '2021-04-20T00:19:47.000Z', 'caption': 'tikamargarita\nU know what time it is 💨\n.\n4:20 💨💨💨\n.\n@morphebrushes lisa frank palette (no filter)\n.\n@nyxcosmetics brow marker in the darkest shade\n.\n@anynikobeauty heartbreaker lash\n.\n@milkmakeup sunshine skin tint\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n6d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN2w4SMBzcG/', 'likes': '764 likes', 'age': '2021-04-19T17:19:50.000Z', 'caption': 'tikamargarita\nA 420 moment\n.\n@shanel_cosmetics melaliner in 💚🖤\n.\n@anynikobeauty lash in heartbreaker\n.\n@milkmakeup vegan milk, sunshine skin tint\n.\n@sheinofficial mask (i only use this alone, sort of like a hot box lol)\n.\n\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN1vRhqBaTe/', 'likes': '179 likes', 'age': '2021-04-19T07:46:26.000Z', 'caption': 'tikamargarita\nThe vibeeeeeeee 💨💨💨\n.\n420 has officially begun on my ig 💚💨 grab ur grinder sis💨✌️😍✌️💨\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN0hJq4h9Tr/', 'likes': '407 likes', 'age': '2021-04-18T20:23:47.000Z', 'caption': 'tikamargarita\nName this look👇🏾👇🏾👇🏾\n.\nYt tutorial coming soon (its ling and detailed so im editting for days lol)\n.\nNose cuff made by me #dm me to order\n.\n@nonohebeauty m0rphe lash\n.\n@shanel_cosmetics @shanelcosmetic melaliners (best wateractivated liners eva. Use code tikamargarita to save at checkout)\n.\nSo many palettes were used to create this look 😅\n@morphebrushes\n💎 @maddieziegler palette\n💙💚 @lisafrank palette\n🎀 👗 @iluvsarahii sweetoasis palette\n.\nLip is @maddisonbeerrrrr mars lipgloss\n#morphebrushes fluidity foundation to cut crease\n.\n@milkmakeup sunshine skin tint + flex + blur powder to set\n.\nBrows : theres a tutorial on my yt channel : tikamargarita\n.\n\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CNsip6oBdKf/', 'likes': '588 likes', 'age': '2021-04-15T18:03:10.000Z', 'caption': 'tikamargarita\n🤣🤣🤣\n1w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/COBztTKJYXb/', 'likes': 'None', 'age': '2021-04-24T00:16:40.000Z', 'caption': 'axchristine\nHi besties!!!! I tried doing a different makeup style and honestly ended up doing what I normally do except contour my nose lol — I used this months April @boxycharm to achieve this look inspired by @itskaijasmine 🥰💕✨ #giftedbyboxycharm\n2d'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNsLrV5JUAR/', 'likes': '808 likes', 'age': '2021-04-15T14:42:13.000Z', 'caption': 'axchristine\nGood morning!! 🌤 Swipe left to see a mini tutorial on this look! 🤎✨ — I had so much fun taking my time and recording this look and it turning out far better than I expected. Do you guys want to see more videos of me doing my makeup?🥺 because i think I actually enjoy doing them now.\n\nPRODUCTS USED:\n\n@hudabeautyshop Khaki Haze palette\n@hudabeautyshop Faux Filter Foundation stick in Macchiato\n@hudabeautyshop The Overachiever Concealer in Nougat\n@milkmakeup Flex Highlighter in Iced\n@makeuprevolution Reloaded Blusher in Swoon\n@moitiecosmetics 10-Day Lashes in #LosAngeles\n@nyxcosmetics Lip Liner in Downtown Beauty\n@mavenbeauty Basic Beat in Coquito for the center of my lips\n1w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNfs_8CpAFc/', 'likes': 'None', 'age': '2021-04-10T18:27:18.000Z', 'caption': 'axchristine\nTRYING Milk Makeup’s Newest Launch!!⚡️💚\n\n*Everything in this video was kindly gifted by my @milkmakeup fam!!*\n\nHi guys!! I thought I’d do a super fun quick video trying on Milk Makeup’s Newest Products! Makeup makeup came out with amazing products that are all so easy to apply! In this IGTV I’m using their Electric Glossy Lip Plumpers and Color Chalk!\n2w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNN_--HpYOI/', 'likes': '514 likes', 'age': '2021-04-03T21:22:49.000Z', 'caption': 'axchristine\n@colourpopcosmetics x @disney Lizzie McGuire collab did what they had to do and I’m here for it!!! I’m so in love the collection and the nostalgic feeling it brings to me🥺 if you haven’t gotten your hands the collection you NEED to!!! You won’t regret it💗✨ #colourpopcosmetics #colourpoplizziemcguire\n\nPRODUCTS USED FROM THE COLLECTION —\n\n🌸 This Is What Dreams are Made Of palette\n🌸 Lizzie So Juicy Plumping Gloss in the Dear Diary kit\n🌸You Are Magnifico Pressed Powder Blush\n3w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMyO_hRpp86/', 'likes': '578 likes', 'age': '2021-03-24T02:35:14.000Z', 'caption': 'axchristine\nAlexa please play ‘Please Don’t Go’ by Mike Posner 😌 — created this look using this months March @boxycharm #giftedbyboxycharm\n\nBoxycharm Products:\n@limecrimemakeup - Venus 3 Eyeshadow Palette\n@glowrecipe - Banana Soufflé Moisture Cream\n@mavenbeauty - Maven Rose Water Setting Spray (New Launch)\n@kabcosmetics - Hydrating Lip Oil\n@thebeautycrop - Avocado Hydrating Eye Mask\n4w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMbGniRJ1lA/', 'likes': '898 likes', 'age': '2021-03-15T02:59:31.000Z', 'caption': 'axchristine\nI’m in love with my future ✨🤍 — I got to finally actually sit down and take my time with my look, it’s been forever since I could actually do that and damn I missed that so much. I had so much getting pretty just because 🥺 I look forward to more small moments with myself like this again!!\n\nHair color is by @gooddyeyoung in Steal My Sunshine and Riot 💛🧡 #gooddyeyoung @yelyahwilliams\n\nPRDUCT DEETS —\n\nEYES:\n@colourpopcosmetics ‘Snowhere’ from Snow Much Fun Hello Kitty and Friends palette\n\nBROWS:\n@benefitcosmetics 24-HR Brow Setter\n@anastasiabeverlyhills Brow Powder Duo in “Dark Brown”\n\nFACE:\n@maybelline Fit Me Dewy + Smooth Foundation in 220 Natural Beige #maybelline\n@benefitcosmetics Boi-sing Cakeless Concealer in No.5 #benefitcosmetics\n@colourpopcosmetics Soft Brown Freckle Pen\n@colourpopcosmetics Bundled Up Hello Kitty and Friends Blush\n@lottielondon Diamond Bounce Trio Illuminating Powder Highlighter #lottielondon\n@milkmakeup Hydro Grip Set + Refresh Spray #milkmakeup\n@blackradiancebeauty Long Lasting and Toning Face Primer #blackradiancebeauty\n\nLIPS:\n@colourpopcosmetics Lippie Pencil in BFF3\n@colourpopcosmetics Luxe Lip Oil in Smirk #colourpopcosmetics\n@anastasiabeverlyhills Undressed Lipgloss\n6w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMQFCLJpIAl/', 'likes': '798 likes', 'age': '2021-03-10T20:14:02.000Z', 'caption': 'axchristine\nMatching my makeup to my @parade Carbon Neutral undies!! 🧡💗💛 — makeup look inspired by my lovely friend @laurwongs 🥰🧡 also.... hiiiiiii new hair alert!!!! I’m in love with my new hair. I used the colors Steal My Sunshine + Riot by @gooddyeyoung 🧡💛\n\n.\n.\n.\n\nPRODUCTS USED\n@colourpopcosmetics x @hellokitty and Friends collection Bundled Up Pressed Powder Cheek blush #colourpopcosmetics #hellokitty\n@colourpopcosmetics Lux Lip Oil in ‘Smirk’\n@colourpopcosmetics Freckle Pen in ‘Soft Brown’\n@colourpopcosmetics Lippie Pencil in BFF 3\n@maybelline Ultimatte Lipstick in ‘More Buff’ #maybelline #ultimattelipcream\n@hudabeauty Foundation Stick in ‘Tres Leches’ #hudabeauty\n@glittermoosecosmetics UV Liners #glittermoose\n@hudabeauty @kayali Deja Vu White Flower Hair Mist — I love using this after I’m finished getting ready!! I definitely need this in every fragrance + as a perfume ✨🤍 #kayalidéjàvu\n6w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CLzriGtJjgY/', 'likes': '586 likes', 'age': '2021-02-27T19:32:28.000Z', 'caption': 'axchristine\nHappy Saturday!!! 💕💖 I hope everyone has an amazing weekend full of love and positivity. — today’s makeup look was inspired by @glamierre Pink Luxe Glitter Eye Brush Collection in this month February @boxycharm 💗✨ #boxycharm #boxycharmer #giftedbyboxycharm\n\nThe airbrushed hearts is inspired by: @stenss 💕😌\n\nPRODUCTS IN THIS MONTHS BOXYCHARM:\n@nclabeauty So Rich Love Potion #nclabeauty\n@glamierre Pink Luxe Glitter Eye Brush Collection #glamierre\n@tula So Poreless Deep Exfoliating Blackhead Scrub #tulaskincare\n@trestique Eye Duo: Good Vibes Mascara + Eye Pencil #trestique\n@wander_beauty Getaway Eye and Face Palette - i used the blush in this for my face!! #wanderbeauty\n8w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CLX0x1jJdpU/', 'likes': '484 likes', 'age': '2021-02-16T23:54:31.000Z', 'caption': 'axchristine\ngift your significant other a cute @doseofroses Rose Bear as a ‘just because’ gift 🤎🧸 you can use my discount code ‘XOAULANI’ for some $$ off! @doseofcolors #doseofroses #doseoflove #giftedbydose\n9w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CN0SCFhnBKE/', 'likes': '1,587 likes', 'age': '2021-04-18T18:11:59.000Z', 'caption': 'frankiepdarling\nGo to dewy skin ✨\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@renskincare ready steady glow daily aha tonic\n@renskincare brightening dark circle eye cream\n@milkmakeup vegan milk moisturiser\n@collectioncosmetics_uk lasting perfection blemish concealer\n@ciatelondon dewy skin glass glow tint\n@milkmakeup bronzer - baked\n@tower28beauty beachplease lip & cheek tinted balm - rush hour\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows (code FRANKIE10 for 10% off)\n@ctilburymakeup brow lift brow crayon - natural brown\n𝙀𝙮𝙚𝙨 ~\n@ciatelondon wonderwand mascara\n𝙇𝙞𝙥𝙨 ~\n@milkmakeup melatonin overnight lip mask\n\n#veganmakeup #crueltyfreebeauty #dewyskintutorial #glassskin #soapbrows #makeupreels #explorepage #mua\n1w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNqAJSInbU8/', 'likes': '2,527 likes', 'age': '2021-04-14T18:22:58.000Z', 'caption': 'frankiepdarling\nDragonfruit\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup vegan milk moisturiser\n@ciatelondon dewy skin glass glow tint\n@milkmakeup bronzer - baked\n@tower28beauty beachplease lip & cheek tinted balm - rush hour\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows (code FRANKIE10 for 10% off)\n@ctilburymakeup brow lift crayon - natural brown\n𝙀𝙮𝙚𝙨 ~\n@kaleidosmakeup club nebula palette & escape pod palette\n@ciatelondon wonderwand mascara\n@eldorafalseeyelashes - m115 lashes\n𝙇𝙞𝙥𝙨 ~\n@peachesmakeup borderline lip liner\n@chantecaille lip veil - honeypot\n\n#theartistedit #v93oo #ravvebeauty #dazedbeauty #inbeautmag #dewyskin #veganmakeup #crueltyfreebeauty #hypebaebeauty\n1w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNk5rHxHMCh/', 'likes': '1,487 likes', 'age': '2021-04-12T18:50:13.000Z', 'caption': 'frankiepdarling\nAD* How to highlight & contour using @collectioncosmetics_uk 🖤 you can use code ‘FrankieD20’ at checkout for 20% off ✨\nProducts used:\n@collectioncosmetics_uk primed and ready anti fatigue illuminating primer - £4.99\n@collectioncosmetics_uk lasting perfection foundation, shade cashew - £6.49\n@collectioncosmetics_uk lasting perfection concealer, shades cashew and honey - £4.19\n@collectioncosmetics_uk lasting perfection matte liquid lipstick, secretive - £3.99\n@collectioncosmetics_uk lasting perfection illuminating sheer loose powder, translucent - £2.99\n@collectioncosmetics_uk bronze and glow bronzer £2.99\n@collectioncosmetics_uk primed and ready dewy setting spray - £5.99\n\nMusic: Tranquillity - Chill Lofi Hip Hop Beat by Prod. Riddiman\n\n#collectioncosmetics #veganmakeup #crueltyfreebeauty #makeuptutorial #makeupvideo\n2w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNQWiadHKcT/', 'likes': '3,837 likes', 'age': '2021-04-04T19:18:42.000Z', 'caption': 'frankiepdarling\nLil tutorial for the previous post 🖤\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup sunshine skin tint\n@ilmakiage concealer\n@athrbeautyco Crystal charged cheek palette\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@ctilburymakeup brow lift pencil\n@ctilburymakeup micro precision tinted brow gel\n𝙀𝙮𝙚𝙨 ~\n@xxrevolution xxplicit eyeshadow palette\n@kvdbeauty dramatic lashes\n𝙇𝙞𝙥𝙨 ~\n@nyxcosmetics cold brew lip liner\n@3ina 328 lipstick\n@nyxcosmetics filler instinct lip gloss in cheap fills\n\n#veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #00s #reelsinstagram #themakeupedit #explorepage #makeuptutorial\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNLD4R-njLM/', 'likes': '4,229 likes', 'age': '2021-04-02T17:59:08.000Z', 'caption': 'frankiepdarling\nThe noughties\nSwipe for inspo ➡️\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup sunshine skin tint\n@ilmakiage concealer\n@athrbeautyco Crystal charged cheek palette\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@ctilburymakeup brow lift pencil\n@ctilburymakeup micro precision tinted brow gel\n𝙀𝙮𝙚𝙨 ~\n@xxrevolution xxplicit eyeshadow palette\n@kvdbeauty dramatic lashes\n𝙇𝙞𝙥𝙨 ~\n@nyxcosmetics cold brew lip liner\n@3ina 328 lipstick\n@nyxcosmetics filler instinct lip gloss in cheap fills\n\n#veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #explorepage #themakeupedit #inbeautmag #glammakeup\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNDYJKjnMzI/', 'likes': '1,756 likes', 'age': '2021-03-30T18:22:34.000Z', 'caption': 'frankiepdarling\nAD Fluffy brows using @collectioncosmetics_uk ✨\nYou can save 20% off with code ‘FrankieD20’ 🖤\nProducts used:\n@collectioncosmetics_uk incrediBROW Brow Primer - £3.99\n@collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99\n@collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99\n@collectioncosmetics_uk incrediBROW Brow Setting Wax\n\n#makeupreels #fluffybrows #browtutorial #collectioncosmetics #veganmakeup #crueltyfreebeauty\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNA1CoTnd9F/', 'likes': '2,253 likes', 'age': '2021-03-29T18:37:04.000Z', 'caption': 'frankiepdarling\nAD* Full fluffy brows using @collectioncosmetics_uk 🖤\nYou can save 20% off if you use code ‘FrankieD20’ at checkout ✨\nProducts used:\n@collectioncosmetics_uk incrediBROW Brow Primer - £3.99\n@collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99\n@collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99\n@collectioncosmetics_uk incrediBROW Setting Wax - £3.99\n\n#veganmakeup #crueltyfreebeauty #fluffybrows #collectioncosmetics #naturalmakeuplook\n4w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CM0JjwjHeaM/', 'likes': '3,051 likes', 'age': '2021-03-24T20:26:33.000Z', 'caption': 'frankiepdarling\n1 palette, 2 looks ✨\nProducts used:\n@urbandecayuki primer potion\n@urbandecayuki naked wild west palette\n@urbandecayuki perversion eye liner\n@spectrumcollections\n\n#urbandecaycosmetics #makeupreels #veganmakeup #crueltyfreebeauty #asosfaceandbody #theartistedit #ravvebeauty #dazedbeauty\n4w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CMxeV78nZtU/', 'likes': '3,248 likes', 'age': '2021-03-23T19:30:07.000Z', 'caption': 'frankiepdarling\nMuted lines\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@lottielondon coconut Illuminating primer\n@urbandecayuki stay naked hydromaniac tinted glow foundation\n@tower28beauty rush hour lip & cheek tinted balm\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows ‘FRANKIE10’ - 10% off\n𝙀𝙮𝙚𝙨 ~\n@urbandecayuki naked Wild West palette\n@urbandecayuki perversion glide on eye pencil\n@milkmakeup kush mascara\n𝙇𝙞𝙥𝙨 ~\n@ctilburymakeup iconic nude lip liner\n@chantecaille honey pot lip veil\n\n#theartistedit #themakeupedit #editorialmakeup #veganmakeup #crueltyfreebeauty #urbandecay\n4w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/COEXQDuAjZv/', 'likes': '39,368 likes', 'age': '2021-04-25T00:05:07.000Z', 'caption': 'beatby.dee\nThis was one of my favorite looks💚\n1d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN5bP9fAgrc/', 'likes': '29,727 likes', 'age': '2021-04-20T18:08:25.000Z', 'caption': 'beatby.dee\nSpamming 💛\nDress: @nellyboo32 Nyaisa Boutique ❤️\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN5YUtDgBwz/', 'likes': '8,597 likes', 'age': '2021-04-20T17:42:51.000Z', 'caption': 'beatby.dee\nLashBooks are still on sale 💗 order yours on fuckaveragebeauty.com @fuckaveragebeauty I’m wearing Lash PRINCESS 🤩🥰\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN3xiR9gVIk/', 'likes': '31,214 likes', 'age': '2021-04-20T02:44:40.000Z', 'caption': 'beatby.dee\nOn a date and I ain’t nervous 😘\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN3g5MWgEZN/', 'likes': 'None', 'age': '2021-04-20T00:20:15.000Z', 'caption': 'beatby.dee\nYea I got a bae but I left that nigg😘 at home 😛\nG.O.A.T glue: @g.o.a.tglue\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNyMoVOgWw5/', 'likes': '14,774 likes', 'age': '2021-04-17T22:45:59.000Z', 'caption': 'beatby.dee\nWe love a cute soft glam 🤍\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNvpNmDLAxl/', 'likes': '12,761 likes', 'age': '2021-04-16T22:58:01.000Z', 'caption': 'beatby.dee\nI ain’t really been doing hair since I left the shop but I still got it 😘 Pretty Pony Fasho ♥️\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNth11SAv7H/', 'likes': '3,689 likes', 'age': '2021-04-16T03:15:08.000Z', 'caption': 'beatby.dee\nShesss hereeee 🥰🥰 GO ORDER YOURS NOWW! 💗💗 sold on FuckAverageBeauty.com 🤩\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNtMjxTAAXS/', 'likes': '3,111 likes', 'age': '2021-04-16T00:09:10.000Z', 'caption': 'beatby.dee\nStay tuned!!! LAUNCHING 12AM EST exclusively sold on FuckAverageBeauty.com 🥰🤩🤩\n1w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNmlDUvAnFo/', 'likes': '186 likes', 'age': '2021-04-13T10:28:30.000Z', 'caption': 'emilyreecemua\nHello look at my face!!!! And this funky liner look drawn by my arch nemesis @jessicanguyenxo\nThink I’m gonna film part 2. of these funky liner looks tomorrow !!!!!! 🌈\n————————————\n@glisten_cosmetics cherryade, lemonade, limeade, blueberry, traffic cone wet liners\n@morphebrushes spiffy lip liner, dream wondertint blush\n@patmcgrathreal nude fetish skin highlighter\n@benefitcosmetics @benefitaustralia precisely my brow 4.5\n1w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNZsUIRgAfD/', 'likes': '194 likes', 'age': '2021-04-08T10:21:50.000Z', 'caption': 'emilyreecemua\nAn up close look at the first liner look from my reel!!!! This bad boy was drawn by my love @courts.makeup and I’m IN LUV 🌸🌼🌺\nAlso holy HELL thank y’all so much for all the love my reel has received. Already over 10k views jfc!!!!!!!!!!!!\n————————————\n@glisten_cosmetics cherryade, lemonade, grape + sapphire (mixed) wet liners\n@suvabeauty grease, space panda hydra liners\n@morphebrushes spiffy lip liner, dream wondertint blush\n@patmcgrathreal nude fetish skin highlighter\n@benefitcosmetics @benefitaustralia precisely my brow 4.5\n2w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNRtYjeAa02/', 'likes': '727 likes', 'age': '2021-04-05T07:57:31.000Z', 'caption': 'emilyreecemua\nI got my pals to draw my liner !!!!\nI had a bloody ball doing this and I’ve got a heap more drawings from y’all to make this a small lil series hehe\n———\nIn order of looks, these drawings were done by @courts.makeup, @jessicanguyenxo & @paigeelainemua\n——\n@glisten_cosmetics wet liners\n@suvabeauty grease + space panda hydraliners\n—\n\n#beautyonabudget\n#makeupartistworldwide #undiscoveredmuas #undiscovered_muas #morphebabe #graphiceyeliner #slayandblend #makeuplook #bretmanvanity #makeupslaves #muafollowtrain #muaunderdogs #makeupoftheday #vegas_nay #blendblendblend #blazin_beauties #meccabeautyjunkie\n3w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CMmCj_Dg8UB/', 'likes': '161 likes', 'age': '2021-03-19T08:55:44.000Z', 'caption': 'emilyreecemua\nCryin’ over my regrowth \U0001f978\nSquiggles inspired by @laurelcharleston !!!\n———————————————————\n@glisten_cosmetics blueberry wet liner\n@morphebrushes confetti + bright idea jelly shadows, spiffy lip liner, be kind lip oil\n@suvabeauty lsd eyeshadow\n@narsissist torrid liquid blush\n@limecrimemakeup smokey bushy brow pen\n@yslbeauty faux effect mascara\n5w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CL1HBPGAnWD/', 'likes': '194 likes', 'age': '2021-02-28T08:51:53.000Z', 'caption': 'emilyreecemua\nIn yo face !!!!!!\n\nInspired by @esantoinette overall aesthetic ✨✨\n———————————————————-\n@bhcosmetics ‘lost in los angeles’ palette 90210, lax, the 405, sunset blvd, malibu, rush hour\n@suvabeauty ‘hyper color’ palette lollipop, lemon drop, daiquiri, cotton candy\n@glisten_cosmetics lemonade wet liner\n@benefitaustralia precisely my brow 4.5\n@narsissist torrid liquid blush\n@morphebrushes sugar pie lip liner\n@yslbeauty 433 vinyl cream lip\n8w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CLJM4b1AAC1/', 'likes': '180 likes', 'age': '2021-02-11T07:36:32.000Z', 'caption': 'emilyreecemua\n〰️green with envy 〰️\n💚💚💚\nI will keep rocking the bleached brow look until I can be bothered maintaining my brows (which will be NEVER)\n—————————————————————-\n@suvabeauty hypercolor palette ‘euphoria’, ‘mojito’, ‘lemon drop’\n@glisten_cosmetics ‘golden’ wet liner\n@patmcgrathreal nude skin fetish cream highlighter\n@nudestix tiger lily queen cream blush\n@morphebrushes sugar pie lipliner\n@kosas rose water lipstick\n10w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CK0yk1ugMnY/', 'likes': '215 likes', 'age': '2021-02-03T09:21:51.000Z', 'caption': 'emilyreecemua\nLovey dovey season is here !!!!! I’ll be spending this season with my one true love......graphic liner 💖💖💖\nALSO peep one of the new @shop.holalola earring designs! This is part of my vday collection which is live on my Etsy!\n\nInspired by @caitssdarling !!!\n———————————————————————————\n@glisten_cosmetics Cherryade, Sapphire, Limeade, Blueberry, Grape, Lemonade, Orangeade wet liners\n@suvabeauty Space Panda hydraliner\n@morphebrushes Spiffy lipliner, Fairy Tears liquid highlighter, Dream Wondertint\n@limecrimemakeup Smokey bushy brow pen\n11w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CKgIr0JAw6S/', 'likes': '203 likes', 'age': '2021-01-26T08:51:00.000Z', 'caption': 'emilyreecemua\nSometimes u just need to aimlessly squiggle 🤷🏼\u200d♀️\n—————————————————————\n@glisten_cosmetics grape + cherryade wet liners\n@morphebrushes sugar pie lip liner, ‘dream’ wondertint cream blush, ‘fairy tears’ liquid highlighter\n@kosas rose water lipstick\n@suvabeauty lemon drop eye topper\n12w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CJ-j7IXAdA2/', 'likes': '214 likes', 'age': '2021-01-13T07:54:50.000Z', 'caption': 'emilyreecemua\nWelcoming spider lashes into 2021 with open arms 👩\u200d❤️\u200d💋\u200d👩👨\u200d❤️\u200d💋\u200d👨\n—————————————————————————-\n@morphebrushes Sugar Pie + Spiffy lip liners, @madisonbeer Fairy Tears shimmer liquid highlight\n@suvabeauty Grease hydraliner\n@fentybeauty How Many Carats diamond bomb highlighter\n@drunkelephant D-bronzi anti pollution sunshine drops\n@yslbeauty Touché Éclat Radiant Touch, Volume Effet Faux Cils mascara, Rouge Pur Couture 70 lipstick\n@plouise_makeup_academy Blank Canvas + Rumour 3 base for bleached brow\n@modelrocklashes 747M lashes (double stacked), medium knotted individual lashes\n@narsissist Torrid liquid blush\n14w'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COGxU-wJbi_/', 'likes': '100 likes', 'age': '2021-04-25T22:31:28.000Z', 'caption': 'audemjmakeup\n🧚🏽\u200d♀️Fairy Series Review!🧚🏽\u200d♀️ Which fairy look was your favorite? I wanted to share this because I really enjoyed this series and I hope you all did too! For me personally, it’s a tie between the 😈Man Eater Fairy😈 and the ✨Golden Fairy✨Let me know yours in the comments!\n•\n•\n•\n#fairygarden #fairies #sephorasquad #makeupartist #makeuplooks #blackmakeupartist #melaninmakeupdaily #brownskingirl #glossylips #lipgloss #eyelinertutorial #eyebrowsonfleek #melaninmakeup #creativemakeup #graphicliner #nyx #milanicosmetics #bymelolops #modamavens #colorfulmakeup\n1d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COB6uPDpo3G/', 'likes': '174 likes', 'age': '2021-04-24T01:17:21.000Z', 'caption': 'audemjmakeup\n✨🧚🏽\u200d♀️ Fairy Series Finale ✨🧚🏽\u200d♀️\nBe sure to follow me for more!\n\nHello my loves! Happy Friday! I really enjoyed this series and making all of these beautiful and springy fairy looks! I’ve definitely become a lot more confident in my skills, and I really feel that this series embodies that! And THIS LOOK YALL!!! 😍🥵 probably TOP 3!!! See you all next week! XOXO -Audem 💛✨\n\n🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️\nPosting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛✨\n\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “3000” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Teddy” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@maccosmetics “Velvet Teddy” Matte Lipstick\n@wetnwildbeauty Brown Liner\n•••\n#angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #exploremore #explorepage\n2d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COBzVSdJfrM/', 'likes': '133 likes', 'age': '2021-04-24T00:19:51.000Z', 'caption': 'audemjmakeup\n🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️\nPosting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛\n\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “3000” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Teddy” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@maccosmetics “Velvet Teddy” Matte Lipstick\n@wetnwildbeauty Brown Liner\n•••\n#angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #avantgardeblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #reels\n2d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN_aHHfpeKu/', 'likes': '124 likes', 'age': '2021-04-23T01:53:55.000Z', 'caption': 'audemjmakeup\nFairy Series Day 3: Earf Day 🌎🌳🍃\nFollow for more! ❤️ Let us all continue to take care of the planet that we live on—not only for ourselves, but for those to come ❤️ XOXO -Audem\n•••\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n@icywifeycosmetics “You Wish” Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@wetnwildbeauty Brown Liner\n•••\n#earthday2021 #earthday #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup\n3d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN_Jt4JJ-jW/', 'likes': '181 likes', 'age': '2021-04-22T23:36:16.000Z', 'caption': 'audemjmakeup\nFairy Series Day 3: Earth Day 🌎🌳\nI apologize for being late today, but I hope you all enjoy the look! Since today is Earth Day, I decided to go for a look that embodies that. See you in a few for pictures!! XOXO -Audem\n•••\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n@icywifeycosmetics “You Wish” Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n4d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN5_sxTp_WI/', 'likes': '175 likes', 'age': '2021-04-20T23:26:55.000Z', 'caption': 'audemjmakeup\nFairy Series Day 2 🧚🏽\u200d♀️🔥💖\nHello my loves! Happy Tuesday! I really hope you all like this look! It was quite a long hassle to get those wings like how I wanted, but I’m just glad that this look and the wings turned out beautiful! See you all Thursday! XOXO -Audem 💖\n\nBe sure to follow for more!\n\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Pride” Lashes & Splash Pot\n@bymelolops x @cutcreaser “Inevitable” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n6d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN5twqapSWy/', 'likes': '153 likes', 'age': '2021-04-20T20:55:58.000Z', 'caption': 'audemjmakeup\nFairy Series: Day Two 🔥💖🧚🏽\u200d♀️\nHey everyone! This look took me a minute, but I love how it turned out! Pictures coming in a few!! XOXO -Audem💖\n•••\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Pride” Lashes & Splash Pot\n@bymelolops x @cutcreaser “Inevitable” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n6d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN3YYO5Jbv3/', 'likes': '204 likes', 'age': '2021-04-19T23:04:51.000Z', 'caption': 'audemjmakeup\nShe’s A Man-Eater Fairy 😈🖤 Follow for more!!\n••••\nWelcome to this week’s Fairy Series! Up first is the Man Eater fairy! I decided to get a lil grungy with this look today, and I honestly love it sooooo much!! 😍❤️ I hope you all love it as much as I do! See y’all tomorrow! XOXO -Audem ❤️\n\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Show Stopper” Lashes\n@bymelolops x @cutcreaser “Mark One” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@maccosmetics Mini Matte Lipstick in Teddy\n@wetnwildbeauty Black Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n1w'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN3Lx6Yp-xw/', 'likes': '265 likes', 'age': '2021-04-19T21:15:06.000Z', 'caption': 'audemjmakeup\nWelcome to the Fairy Series! Day One: The Man-eater Fairy 😈😘🖤 I’m super excited to show you all the rest of the looks! Stay tuned for pictures coming soon! 🖤 XOXO\n•\n•\n•\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Show Stopper” Lashes\n@bymelolops x @cutcreaser “Mark One” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@maccosmetics Mini Matte Lipstick in Teddy\n@wetnwildbeauty Black Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n1w'}]
insta_scrape = pd.DataFrame(ig_data)
insta_scrape.head()
#insta_scrape.to_csv('/Users/intisarmuhammad/Downloads/final_project.csv')
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-2-c216077c529e> in <module>
      1 ig_data = [{'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CFNSCFsnjnp/', 'likes': '13,713 likes', 'age': '2020-09-16T18:30:08.000Z', 'caption': 'meliysabel\nI HAD to 🇲🇽😇✨ Feliz día de la Independencia! 💗 let me know in the comments where your roots are from!\n\nDETAILS:\nBROWS- @anastasiabeverlyhills dipbrow in dark brown\nEYESHADOW- @morphebrushes #jamescharlespallette and @colourpopcosmetics She’s a rainbow\nCONCEALER- @hudabeauty coconut flakes\nLINERS- @glamvicecosmetics bandana, skate date, fringes and @nyxcosmetics epic liquid liner\nLASHES: @dodolashes d335 (discount code: MELIYSABEL) 💗💗💗\n\n#mexicanmakeup #hudabeauty #colourpopcosmetics #colourpop #colourpopme #morphebrushes #jamescharles #undiscovered_muas #abhbrows #anastasiabrows #nyxcosmetics #sarapemakeup\n31w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CEaNztqH74-/', 'likes': 'None', 'age': '2020-08-27T22:37:11.000Z', 'caption': 'meliysabel\nHeeeey.... how y’all doin 😅😭 I know I’ve been so absent, but life 🙃 I really have missed posting and interacting with you guys so I want to get back to it. This is inspired by @euphoria ✨\n\nDETAILS:\n@morphebrushes #jamescharlespalette and @hauslabs stupid love palette\n@anastasiabeverlyhills #dipbrow in ebony\n@hudabeauty banana bread powder\n@colourpopcosmetics blush stix (pinky coral)\n@benefitcosmetics cakeless concealer\n@hudabeauty lipstick\n@hauslabs liner\n@anastasiabeverlyhills so Hollywood highlight\n\n#euphoriamakeup #maddyperez #abhbrows #anastasiabrows #morphebrushes #morphebabe #colourpopme #colourpopcosmetics #hudabeauty #huda #hauslabs #benefitcosmetics #makeuptutorial #makeupvideo\n34w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CDNAAdYnCyo/', 'likes': '8,302 likes', 'age': '2020-07-28T22:49:50.000Z', 'caption': 'meliysabel\nHi it’s me back with periwinkle lol sorry I’ve been gone, I started work and I’m balancing life 😅 I hope everyone is staying safe 💘 (swipe for the pictorial!)\nDEETS:\n@benefitcosmetics kabrow\n@colourpopcosmetics prance liner & disco lady glitterally obsessed\n@shopvioletvoss donut care palette 🎨\n@hauslabs stupid love palette 🎨\n@dodolashes d338 (discount code: MELIYSABEL)\n\n#pastelmakeup #wakeupandmakeup #hauslabs #colourpopme #colourpopcosmetics #benefitbrows #benefitcosmetics #undiscovered_muas #makeuptutorial #makeuplooks\n38w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CCbxKOIAFpv/', 'likes': 'None', 'age': '2020-07-09T19:57:57.000Z', 'caption': 'meliysabel\nHere’s how I do my brows, I haven’t gotten them threaded in like 6 years lol 💘🧚🏼\u200d♂️\n\n(Don’t take the audio too seriously I’m sure it was a joke 😅 @/ johnatonmiranda)\n\nSTEP 1: brush hair upwards with a spoolie brush\nSTEP 2: pluck the hair beneath the brow and on the top\nSTEP 3: brush hair upwards again and trim the front of the brow\nSTEP 4: with a light hand use your pomade or powder (I used @benefitcosmetics brow zings)\nSTEP 5: brush with a spoolie brush to blend\nSTEP 6: clean up with concealer on the bottom (I used @hudabeauty coconut flakes concealer)\nSTEP 7: brow gel and donezies 💓\n\n#browtutorial #makeuptutorial #eyebrowtutorial #makeupvideos #hudabeauty #makeuplooks #wakeupandmakeup #benefitbrows #benefitcosmetics\n41w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CCHO_0HHxan/', 'likes': '11,773 likes', 'age': '2020-07-01T20:33:59.000Z', 'caption': 'meliysabel\nmy favorite looks to do 🍊✨ (swipe to see pictorial!) name this look for me 🤔\n\nDETAILS-\n@benefitcosmetics kabrow\n@morphebrushes 35i palette & james Charles palette 🎨\n@hauslabs stupid love palette 🎨\n@glamvicecosmetics glow stick pigment\n@colourpopcosmetics under pressure blush stick\n@prettygrllashesej x-rated\n@toofaced better than sex mascara\n\n#morphebrushes #jamescharlespalette #colourpopcosmetics #colourpopme #wakeupandmakeup #benefitcosmetics #benefitbrows #hauslabs #summermakeup #pastelmakeup\n42w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CBwBXaXnua2/', 'likes': 'None', 'age': '2020-06-22T20:23:13.000Z', 'caption': 'meliysabel\nam I right? 🗣🤔🤔 (minus the dramatic lashes lol sorry couldn’t resist 🙈) sorry for being absent, my classes picked up again so I was focused on finishing and I finally did yesterday! How is everyone? 😊\nDETAILS:\n@benefitcosmetics baDgal máscara, cakeless concealer\n@hudabeauty coconut flakes concealer, board meeting lipstick, banana 🍌 powder\n@colourpopcosmetics blush stick in warm rose\n@dodolashes D309 (DISCOUNT CODE: MELIYSABEL) 💞\n(AUDIO- certifiabletrash on tiktok)\n#wakeupandmakeup #hudabeauty #colourpopcosmetics #undiscovered_muas #colourpop #morphebrushes #morphe #benefitcosmetics #huda #makeupvideos #makeuptutorial #aestheticmakeup #makeupideas\n44w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CBggFFzDqUy/', 'likes': '11,129 likes', 'age': '2020-06-16T19:32:53.000Z', 'caption': 'meliysabel\nHappy pride month (swipe for pictorial) 🍭🌈 💞\nI wanna do more rainbow looks! Do you want to see more pastels, neons or regular colors?\nDETAILS-\n@colourpopcosmetics punch & Zulu liner, yellow goodbye & kiss n teal mascara\n@morphebrushes 35i palette\n@shopvioletvoss sugar crystals eyeshadow\n@dodolashes d328 (discount code: MELIYSABEL)\n@benefitcosmetics kabrow\n@buxomcosmetics wanderlust blush\n#pastelmakeup #wakeupandmakeup #benefitbrows #morphebrushes #morphebabe #colourpopcosmetics #colourpopme #makeuptutorial #pridemakeup #makeupideas\n44w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CBRDPTwnLn0/', 'likes': '13,480 likes', 'age': '2020-06-10T19:32:15.000Z', 'caption': 'meliysabel\nCheetah girl (keep swiping for pictorial!)🐾 I’m returning to posting regular content but I’ll keep on spreading awareness on my story 💞\nI had so many complications with this look cause my brows are too full to cover 😅 but I’m kinda digging it (ib: @__audreyjewel & @damn.davie ) also look at my waterline! 💁🏻\u200d♀️ DETAILS:\n@charro.azteca face mask\n@benefitcosmetics ka brow (shade 4)\n@hudabeauty coconut flakes concealer, gold chains melted shadow\n@morphebrushes #jamescharlespalette 🎨\n@colourpopcosmetics honeydude liner\n@nyxcosmetics black liner\n@toofaced better than sex mascara\n@dodolashes (discount code: MELIYSABEL) 💞\n@covergirl trumatch foundation\n#wakeupandmakeup #makeuptutorial #makeuplooks #hudabeauty #huda #morphebrushes #jamescharles #morphe #undiscovered_muas #benefitcosmetics #benefitbrows #colourpopcosmetics #colourpopme #covergirl #makeuppictorial\n45w'}, {'username': 'meliysabel', 'link': 'https://www.instagram.com/p/CA3cMiunO3Q/', 'likes': '5,795 likes', 'age': '2020-05-31T20:50:05.000Z', 'caption': 'meliysabel\nBLACK LIVES MATTER. Staying silent is part of the problem. Makeup pictures can wait, there are way more important things going on in the world. Do your part, bring awareness, protest, sign petitions, donate. There is so much you can do so there is NO excuse.\n47w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/COAcc_dA2V7/', 'likes': '27,825 likes', 'age': '2021-04-23T11:33:37.000Z', 'caption': 'nicoleetait\nretro glam 💅🏼 so obsessed with this colour combo rn. also - has anyone else watched the CMBYN music video 6.66million times or just me.... big fan 🤩\n_____________\n@plouise_makeup_academy base 02 (nicoleetait10 for $$ off)\nSONG: montero (call me by your name) by @lilnasx\n____________\n#makeup #mua #makeuptutorial #makeupinspo #makeupvideos #cutcrease #eyeshadow #retro #lilnasx #callmebyyourname #montero #makeupartist #australianartist #brisbane\n3d'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CN2HFG0AmOr/', 'likes': '46,411 likes', 'age': '2021-04-19T11:14:27.000Z', 'caption': 'nicoleetait\nback on my rainbow bs 🌈\n__________\n@plouise_makeup_academy base 02 + badda black (nicoleetait10 for $ off)\nSONG: i hope you get it by crooked colours + ivan ooze\n_________\n#makeup #mua #makeupvideos #makeuptutorial #makeupinspo #inspiration #rainbow #eyeshadow #pastel #cutcrease #australia #brisbane #australianartist #blueeyes\n1w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNr0EjAg7tq/', 'likes': '24,131 likes', 'age': '2021-04-15T11:15:56.000Z', 'caption': 'nicoleetait\ngreen is not a creative colourrrrr 🐍(if u know u know)\n__________________\nfailed a look this morning, saw @lifeofkellydawn’s graphic green look and was instantly inspired ✨\n__________________\n@ivyreignbeauty lovesick lashes\n@plouise_makeup_academy base 02 (nicoleetait10 for $$$ off)\nsong: too all the ladies in the place - bassti\n__________________\n#makeup #mua #australianartist #brisbane #brisbanemakeupartist #makeupvideos #makeuptutorial #makeupinspo #inspiration #green #eyeshadow #greeneyeshadow #blueeyes\n1w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNkGXkTATta/', 'likes': '39,882 likes', 'age': '2021-04-12T11:21:54.000Z', 'caption': 'nicoleetait\n🐋 thissss is the look i did for the @corkandchroma event at @thestargoldcoast last weekend 🎨 the #40DaysofFlavour is still going, definitely recommend having a look at the other events (+ food 🤤) down at The Star Gold Coast 👏🏼 #ad\n_____________\nSONG: Freakin out on the interstate - Briston Maroney\n\n#TheStarGC #makeup #mua #makeupartist #australianartist #eyeshadow #makeuptutorials #makeupvideos\n2w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNZw0PNg_TB/', 'likes': '33,480 likes', 'age': '2021-04-08T11:01:10.000Z', 'caption': 'nicoleetait\nhello it’s me again 🔅 some of you guys wanted to see this in yellow so here we are!! i appreciate ur support in this tough time of having an empty brain 🧠\n________\nsong: bounces by xuzzdoc\n________\n#makeup #mua #makeuptutorials #makeupvideo #makeupinspo #australianartist #yellow #blueeyes #eyeshadow\n2w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNHxPMbArgM/', 'likes': '76,762 likes', 'age': '2021-04-01T11:18:31.000Z', 'caption': 'nicoleetait\nsurprise 🤡 i know i said i was taking a break from filming buuuuttttt i was really inspired by @glammed_by_lorraine so here we are 😝💙\n______________\n@plouise_makeup_academy base shade 02 (nicoleetait10 for $$ off)\nsong - all the stars by kendrick lamar + SZA\n________________\n#makeup #mua #makeupinspo #makeupvideos #makeuptutorials #eyeliner #aqua #blue #blueeyes #australianartist #brisbane #eyeshadow\n3w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CNACsf4glPF/', 'likes': '24,799 likes', 'age': '2021-03-29T11:17:09.000Z', 'caption': 'nicoleetait\nstars or nah? such a big fan navy blended out with neutrals 🥰 star inspo: @cutcreaser\n______\neyebase: @plouise_makeup_academy base 02 (nicoleetait10 for $$ off)\nsong: wanted pt 2 by Nevelle Viracocha\n\n______\n#makeup #mua #navy #makeupvideos #makeuptutorials #eyeshadow #cutcrease #inspiration #makeupinspo #brisbane #australianartist\n4w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CMuA0aZgEOK/', 'likes': '78,543 likes', 'age': '2021-03-22T11:14:25.000Z', 'caption': 'nicoleetait\n🦋🐌 since my poll today was so close between a full and half cutty, i decided to take the cut wayyyy out but connect err with the liner 🤠\n__________\nsong: drop the game - flume + chet faker\neyebase: @plouise_makeup_academy in 02 and badda black for liner (nicoleetait10 for $$$ off)\n__________\n#makeup #mua #cutcrease #makeupvideos #makeuptutorials #makeupinspo #blue #blueeyes #brisbane #australianartist #eyeshadow\n5w'}, {'username': 'nicoleetait', 'link': 'https://www.instagram.com/p/CMeiQYXg4ej/', 'likes': '43,802 likes', 'age': '2021-03-16T10:58:45.000Z', 'caption': 'nicoleetait\npurple & orange 😈🔥 a super requested colour combo!\n__________\nsong: FOREST FIRE by YOG$, alayna, healy\n@glamvicecosmetics liner (code NICOLE10 for $$$ off)\n___________\n#makeup #mua #makeupinspo #makeuptutorials #makeupvideos #eyeshadow #eyeliner #purple #orange #blueeyes #australianmakeupartist\n5w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/COD7IsPpkeQ/', 'likes': '12,641 likes', 'age': '2021-04-24T20:00:05.000Z', 'caption': "the_brooksbrother\ndreaming of dressing up, going out and dancing 💭 until then it's makeup brushes and a bluetooth speaker at home for me \U0001f972\n\nanyways, i tried mixing some neon pigments with my @depixym emulsions to make custom shades and i'm so happy with how they came together for this look. thank you for all the love!\n❤️🧡💛💚💙💜\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: (*𝙨𝙤𝙢𝙚 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙬𝙚𝙧𝙚 𝙜𝙞𝙛𝙩𝙚𝙙)\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@depixym cosmetic emulsions + @bymelolops pigments (mixed)\n0924 + beam\n0577 + slime\n0446 + cosmic\n1162 + ultraviolet\n1162 + atomic\n@bymelolops water inks ‘beam/slime/atomic’\n@tatti_lashes ‘TL9’ (*code ‘brooksbrother15’ to save $$$)\n*𝙖𝙛𝙛𝙞𝙡𝙞𝙖𝙩𝙚 𝙘𝙤𝙙𝙚\n\n𝙗𝙧𝙤𝙬𝙨:\n@sensoriumbeauty brow engineer ‘bleached’\n\n𝙨𝙠𝙞𝙣:\n@fentybeauty pro filt’r true matte primer\n@diormakeup backstage face and body ‘4N’\n@elfcosmetics 16hr camo concealer ‘tan sand’\n@fentybeauty matchstix ‘truffle’\n@ctilburymakeup airbrush bronzer\n@lauramercier TLSP ‘honey’\n@madebymitchell blursh ‘posey rosey’ + ‘cherry cola’\n@fentybeauty killawatt highlighter duo ‘ginger binge/moscow mule’\n\n𝙡𝙞𝙥𝙨:\n@emolynecosmetics ‘morocco’ lip liner\n@makeupforever artist pencil ‘limitless brown’\n@fentybeauty slip shine lipstick ‘makeout break’\n@patricktabeauty major glow lip shine ‘she’s expensive'\n________________\n#makeupbymichaelbrooks #thebrooksbrother #rainbow #queer #lgbt #explore #explorepage #theartistedit #reels #instagramreels\n2d"}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CN3BoG9plO-/', 'likes': '8,484 likes', 'age': '2021-04-19T19:46:02.000Z', 'caption': 'the_brooksbrother\n✨🌈⭐️ rainbow brite ⭐️🌈✨\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: (*𝙨𝙤𝙢𝙚 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙬𝙚𝙧𝙚 𝙜𝙞𝙛𝙩𝙚𝙙)\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@depixym cosmetic emulsions + @bymelolops pigments (mixed)\n0924 + beam\n0577 + slime\n0446 + cosmic\n1162 + ultraviolet\n1162 + atomic\n@bymelolops water inks ‘beam/slime/atomic’\n@tatti_lashes ‘TL9’ (*code ‘brooksbrother15’ to save $$$)\n*𝙖𝙛𝙛𝙞𝙡𝙞𝙖𝙩𝙚 𝙘𝙤𝙙𝙚\n\n𝙗𝙧𝙤𝙬𝙨:\n@sensoriumbeauty brow engineer ‘bleached’\n\n𝙨𝙠𝙞𝙣:\n@fentybeauty pro filt’r true matte primer\n@diormakeup backstage face and body ‘4N’\n@elfcosmetics 16hr camo concealer ‘tan sand’\n@fentybeauty matchstix ‘truffle’\n@ctilburymakeup airbrush bronzer\n@lauramercier TLSP ‘honey’\n@madebymitchell blursh ‘posey rosey’ + ‘cherry cola’\n@fentybeauty killawatt highlighter duo ‘ginger binge/moscow mule’\n\n𝙡𝙞𝙥𝙨:\n@emolynecosmetics ‘morocco’ lip liner\n@makeupforever artist pencil ‘limitless brown’\n@fentybeauty slip shine lipstick ‘makeout break’\n@patricktabeauty major glow lip shine ‘she’s expensive\n________________\n#makeupbymichaelbrooks #thebrooksbrother #rainbow #queer #lgbt #explore #explorepage #theartistedit #v93oo #liner\n1w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CNan3hEJPZo/', 'likes': '10,423 likes', 'age': '2021-04-08T19:02:37.000Z', 'caption': 'the_brooksbrother\nAD ‣ excuse me but this new @elfcosmeticsuk camo cc cream?! i i really had no idea a cc cream could DELIVER like this! not only did it make my skin look bouncy, hydrated and even (hello coverage 🤠) but it’s full of gorgeous ingredients like SPF 30 to protect, hyaluronic acid to hydrate, and niacinamide to brighten and even the skin tone. on top of all that, it’s only £14!\n\navailable in 20 flexible shades at @bootsuk 〰️ vegan & cruelty free\n\n♡ to accent this beautiful base i added the ‘opposites attract’ eyeshadow palette and primer infused blush in ‘always breezy’ ♡\n\n#eyeslipsface #elfingamazing #elfcosmeticsuk #vegan #crueltyfree #thebrooksbrother #makeupbymichaelbrooks\n2w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CNSr4q2pWfE/', 'likes': '9,434 likes', 'age': '2021-04-05T17:03:24.000Z', 'caption': "the_brooksbrother\nsunlight feeling like mother nature's anti depressant after a long, dark winter ☀️ people always say direct sunlight is the best filter and i have to agree: even when we filter our own lives and experiences through light and warmth, they don't seem so bad.\n\nhoping you're all able to find some sunshine (literally or figuratively) out there and bathe in it ❤️✨\n3w"},{'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CNN2bp5pKGf/', 'likes': '10,252 likes', 'age': '2021-04-03T19:59:21.000Z', 'caption': "the_brooksbrother\na technicolor dreamcoat 🎨 used the @officialbyredo prismic palette (c/o @isamayaffrench 🌹) + @depixym emulsions 🖌 lashes from @bewispy 'anna-kay' #thebrooksbrother #makeupbymichaelbrooks\n3w"}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CM-otxtJG2y/', 'likes': '5,891 likes', 'age': '2021-03-28T22:11:34.000Z', 'caption': 'the_brooksbrother\nthis has been sitting in my drafts for over a week now but you know what!! life happens and sometimes breaks are needed. full video is up on my youtube channel, it’s less of a tutorial more of a catch up. link in bio 💜 happy spring ppl! 🌸🍊🌀\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙:\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@artistcouture ‘ethereal bloom’ palette\n@artistcouture diamond lights finisher ‘epiphany’\n@bymelolops @cutcreaser water ink ‘point break’\n@shop.audaciousbeauty ‘peitho’ lashes\n\n𝙗𝙧𝙤𝙬𝙨:\n@got2b glued spiking gel\n(tutorial on IGTV)\n\n𝙨𝙠𝙞𝙣:\n@milkmakeup hydrogrip primer\n@elfcosmetics poreless putty primer\n@glowbyauric glow lust ‘citrine’\n@narsissist soft matte foundation ‘valencia’\n@narsissist soft matte concealer ‘biscuit’\n@fentybeauty pro filt’r concealer ‘310’\n@fentybeauty matchstix ‘truffle’\n@madebymitchell blursh ‘peach sugar’\n@lauramercier TLSP original\n@fentybeauty pro filt’r powder foundation ‘320’\n@fentybeauty sunstalk’r bronzer ‘bajan gyal’\n@glowbyauric glow lust ‘pyrite’\n@fentybeauty diamond bomb ‘how many carats?!’\n\n𝙡𝙞𝙥𝙨:\n@makeupforever artist pencil ‘endless cacao’ + ‘limitless brown’\n@fentybeauty glossbomb cream ‘mauve wive$’\n@limecrime wet cherry gloss ‘extra poppin’\n________________\n#thebrooksbrother #makeupbymichaelbrooks #queer #lgbt #meninmakeup #explore #explorepage #spring #springmakeup #graphicliner #reels #reelsinstagram\n4w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CMdEC9hpwR2/', 'likes': '11,140 likes', 'age': '2021-03-15T21:15:32.000Z', 'caption': 'the_brooksbrother\nspring things 🌸🌀🍑 grow, blossom and change 💜\n________________\n⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙:\n𝙚𝙮𝙚𝙨:\n@makeuprevolution ultimate eye base ‘light’ + ‘medium’\n@artistcouture ‘ethereal bloom’ palette\n@artistcouture diamond lights finisher ‘epiphany’\n@bymelolops @cutcreaser water ink ‘point break’\n@shop.audaciousbeauty ‘peitho’ lashes\n\n𝙗𝙧𝙤𝙬𝙨:\n@got2b glued spiking gel\n(tutorial on IGTV)\n\n𝙨𝙠𝙞𝙣:\n@milkmakeup hydrogrip primer\n@elfcosmetics poreless putty primer\n@glowbyauric glow lust ‘citrine’\n@narsissist soft matte foundation ‘valencia’\n@narsissist soft matte concealer ‘biscuit’\n@fentybeauty pro filt’r concealer ‘310’\n@fentybeauty matchstix ‘truffle’\n@madebymitchell blursh ‘peach sugar’\n@lauramercier TLSP original\n@fentybeauty pro filt’r powder foundation ‘320’\n@fentybeauty sunstalk’r bronzer ‘bajan gyal’\n@glowbyauric glow lust ‘pyrite’\n@fentybeauty diamond bomb ‘how many carats?!’\n\n𝙡𝙞𝙥𝙨:\n@makeupforever artist pencil ‘endless cacao’ + ‘limitless brown’\n@fentybeauty glossbomb cream ‘mauve wive$’\n@limecrimemakeup wet cherry gloss ‘extra poppin’\n________________\n#thebrooksbrother #makeupbymichaelbrooks #queer #lgbt #meninmakeup #explore #explorepage #spring #springmakeup #graphicliner\n6w'}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CMVjwV7pT6m/', 'likes': '3,715 likes', 'age': '2021-03-12T23:18:41.000Z', 'caption': "the_brooksbrother\nearly '21 dump 📝🤳🏽 some things and moments from the year so far. lowkey been going through it and i just haven't felt up to talking about it online - in short i've just been adjusting to a lot of changes, one of them being my choice to leave london for a while. the amount of work (professional + personal) i needed to do on myself was becoming too much to handle in the midst of a panasonic - all while being so far away from my family. for anyone who has no idea what i'm talking about, i'm a canadian who has lived abroad in the uk on and off for several years. so, i left and frankly i don't know when i'll be back. i've been home for a few months now but, i've been really struggling with the idea of 'home' and what it even means? i'm trying to remember that 'home' is wherever i am, this body is my home. as more connections and discoveries dawn on me, i hope i'm able to pick up my work pace, create new habits and routines that benefit me, my health (mental + physical) and the people that i love. that includes the wonderful people that support my work, you. i'm not complaining, just sharing 💭\nto anyone who may be struggling or feeling overwhelmed with just existing, know that you are not alone, take things one day at a time, and remember that your needs are important. try to focus on what's in front of you, today 💜\n6w"}, {'username': 'the_brooksbrother', 'link': 'https://www.instagram.com/p/CMK4Mm6p0P0/', 'likes': '7,245 likes', 'age': '2021-03-08T19:45:40.000Z', 'caption': "the_brooksbrother\n⭐️🤎🖍👨🏽\u200d🎨📚 hi! picked up some thrifted things recently, shall i do a lil 'how i style _____' video? lmk! lashes from @shop.audaciousbeauty 'aphrodite' / lip combo @makeupforever 'endless cacao' + 'limitless brown' with @fentybeauty glossbomb cream 'fenty glow' 💋\n7w"}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CN-9AVuJPP3/', 'likes': '1,395 likes', 'age': '2021-04-22T21:39:35.000Z', 'caption': 'laurwongs\ntried out a new color combo🌺\n•\n•\nEYES\n@colourpopcosmetics spring palettes “hi, society”, “too haute”, and “rumor has it”\nLIPS\n@colourpopcosmetics so juicy gloss “diamond cut”\n4d'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CN3QZiVJXAe/', 'likes': '1,772 likes', 'age': '2021-04-19T21:55:25.000Z', 'caption': 'laurwongs\nthis week went by so FAST. i meant to post this sooner but anyway here’s the process video for my last look🦋\n•\n•\nBROWS\n#benefitcosmetics micro filling brow pen dark brown\nEYES\n#glistencosmetics wet liners in strawberry, blueberry, peach, mint, and grape\n#colourpop What dreams are made of Lizzie McGuire palette\n#bebellacosmetics life in pastel palette\n#danglashes style “bossy”\nFACE-\n#milkmakeup hydro grip primer, foundation stick “almond”\n#youthforia BYO blush oil “chemical reaction”\n#colourpopcosmetics Lizzie McGuire blush “you are magnifico”, pretty fresh concealer\n#fentybeauty killawatt highlighter “hu$tla baby”\n#urbandecaycosmetics all nighter setting spray\nLIPS-\n#colourpopcosmetics so juicy gloss “beachwood”\n#morphebrushes lip liner sweet tea\n#revlon brow pencil dark brown 220\n6d'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNnswBwJ6qR/', 'likes': '1,607 likes', 'age': '2021-04-13T20:55:01.000Z', 'caption': 'laurwongs\ni luvvv sketching out liner shapes so here’s something i brought to life for a pastel collab w @davxrv 🤍\n•\n•\nBROWS\n@benefitcosmetics micro filling brow pen dark brown\nEYES\n@glisten_cosmetics wet liners in strawberry, blueberry, peach, mint, and grape\n@colourpopcosmetics What dreams are made of Lizzie McGuire palette\n@bebellacosmetics life in pastel palette\n@shopdanglashes style “bossy”\nFACE-\n@milkmakeup hydro grip primer, foundation stick “almond”\n@getyouthforia BYO blush oil “chemical reaction”\n@colourpopcosmetics Lizzie McGuire blush “you are magnifico”, pretty fresh concealer\n@fentybeauty killawatt highlighter “hu$tla baby”\n@urbandecaycosmetics all nighter setting spray\nLIPS-\n@colourpopcosmetics so juicy gloss “beachwood”\n@morphebrushes lip liner sweet tea\n@revlon brow pencil dark brown 220\n1w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNi3qn4puty/', 'likes': '1,288 likes', 'age': '2021-04-11T23:54:11.000Z', 'caption': 'laurwongs\nmood today is green🥝\n•\n•\nBROWS-\n@benefitcosmetics micro filling brow pen dark brown\nEYES-\n@colourpopcosmetics Lizzie McGuire palette\n@shopdanglashes in style “bossy”\nFACE-\n@milkmakeup hydro grip primer, sunshine skin tint “honey”\n@colourpopcosmetics pretty fresh concealer\n@urbandecaycosmetics all nighter setting spray\n@kaleidosmakeup charisma contour palette\n@fentybeauty killawatt highlighter “hu$tla baby”\nLIPS-\n@morphebrushes lip liner sweet tea\n@sweetstreetcosmetics lip liner sweet thang\n@colourpopcosmetics so juicy gloss “Lizzie”\n2w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNdVGVPpS-B/', 'likes': '9,100 likes', 'age': '2021-04-09T20:16:05.000Z', 'caption': 'laurwongs\n☄️ this emoji but on my eyelids\n•\n•\n@2tachi nose cuff\n#glistencosmetics strawberry wet liner\n#bebellacosmetics oh poppy palette\n#morphebrushes Jaclyn hill II palette\n#milkmakeup hydro grip primer, sunshine skin tint “honey”, hydro grip setting spray\n#revlon brow pencil 220 dark brown\n#benefitcosmetics micro filling brow pen deep brown\n#youthforia chemical reaction blush oil\n#colourpopcosmetics so juicy gloss “diamond cut”\n#essencecosmetics high beauty fixing compact powder\n#danglashes style “bossy”\n#narscosmetics velvet matte lip pencil “bahama”\n2w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNV1g38pkHw/', 'likes': '998 likes', 'age': '2021-04-06T22:25:15.000Z', 'caption': 'laurwongs\neyeliner to match the skirt🪐🤎\n•\n•\n@princesspollyboutique Vincent mini skirt\n@diormakeup sparkling couture palette\n@milkmakeup hydro grip primer, foundation stick almond, hydro grip setting spray\n@colourpopcosmetics so juicy gloss “princess cut”\n@narsissist velvet matte lip pencils “bahama” and “lonely heart”\n@moiracosmetics blush duo\n2w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNOAHCnJHGE/', 'likes': '6,012 likes', 'age': '2021-04-03T21:24:07.000Z', 'caption': 'laurwongs\nsome swirly liner☔️\n•\n•\n#glistencosmetics wet liners in blueberry, grape, strawberry\n#morphebrushes lashes in yass queen\n#milkmakeup hydro grip primer, sunshine skin tint “honey”, hydro grip setting spray\n#koparibeauty coconut water moisture cream\n#fentybeauty gloss bomb\n#sweetstreetcosmetics lipstick and lip liner bro “sweet thang”\n#colourpopcosmetics blush in “flower tender” and pretty fresh concealer\n#benefitcosmetics micro filling brow pen deep brown\n#essencecosmetics high beauty fixing compact powder\n3w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CNBP5n7JFYA/', 'likes': '1,867 likes', 'age': '2021-03-29T22:31:46.000Z', 'caption': 'laurwongs\na simple pink look for spring🍡 so happy the weather is getting warmer omg (even tho my allergies are acting up)\n•\n•\n@morning.disco cherry necklace\n@luxiebeauty rose gold brush set\n@benefitcosmetics micro filling brow pen\n@bebellacosmetics pastel palette, dreaming in color palette\n@tatti_lashes style TL 2\n@youthtothepeople 15% vitamin C energy serum\n@colourpopcosmetics animal crossing blush “flower tender”\n@milkmakeup hydro grip primer, sunshine skin tint shade “honey”, hydro grip setting spray\n@narsissist velvet matte lip pencil shade bahama\n@revlon brow pencil dark brown\n@colourpopcosmetics so juicy gloss in beachwood\n3w'}, {'username': 'laurwongs', 'link': 'https://www.instagram.com/p/CM0WKOZpJz-/', 'likes': '6,755 likes', 'age': '2021-03-24T22:16:21.000Z', 'caption': 'laurwongs\n🌼groovy🌼\ngot my first vaccine dose today and now im ready to take a nap😌 look inspired by @maytahmi and @the_brooksbrother 🧡\n•\n•\nBROWS-\n@benefitcosmetics micro filling brow pen dark brown\nEYES-\n@koparibeauty starry eye balm\n@glisten_cosmetics wet liners vanilla, strawberry\n@morphebrushes lashes in “yass queen”\nFACE-\n@milkmakeup hydro grip primer, sunshine skin tint “honey”\n@colourpopcosmetics Lizzie McGuire “you are magnificent” blush\nLIPS-\n@sweetstreetcosmetics lipstick and liner “sweet thang”\n@fentybeauty gloss bomb “fenty glow”\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/COIk5uuLBCD/', 'likes': '10,200 likes', 'age': '2021-04-26T15:21:22.000Z', 'caption': 'tatianaroseart\nblue jean\n\nmakeup -\n@doseofcolors meet your hue foundation\n@shiseido synchro skin self refreshing concealer\n@vievemuse eyeshadow palette and lipstick in vieve\n@kvdbeauty tattoo liner\n\nfit -\njeans @glassons\ndenim boots @asos (a while back though)\n6h'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CN7kkKyLey4/', 'likes': '10,640 likes', 'age': '2021-04-21T14:08:18.000Z', 'caption': 'tatianaroseart\nfuture shadow ⚡️\n5d'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CNkcuIdLS60/', 'likes': '25,684 likes', 'age': '2021-04-12T14:37:13.000Z', 'caption': 'tatianaroseart\nthis is my stage makeup for the cabaret show I’m a dancer in this weekend, I’m so excited to share. I’m also so happy to be performing again after my ankle injury, it’s felt like forever - I was so happy even during extra long rehearsals lol.\nall the dancers have the same lashes and of course red lip, but we all get to choose our own eyeshadow colour which is so fun while keeping the old school cabaret touches and nods to the 20s/30s. I’m hoping to share a lil video getting ready backstage and can show the products I like to use❣️\n2w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CNNOQvpLzCQ/', 'likes': '10,502 likes', 'age': '2021-04-03T14:08:20.000Z', 'caption': 'tatianaroseart\ncolour play💋\n\n@sugarpill fun size palette\n@claropsyche real fantasy palette\n@hudabeauty pastel mint palette\n@meltcosmetics steel gel liner\n@meccamax brow guru pencil and gel\n@milkmakeup sunshine skin tint\n@aboutfacebeauty light lock powder in this bliss\n@hermes limited edition satin lipstick in corail aqua\n@incrediblecosmetics gloss\n3w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CNC8CZXLjMu/', 'likes': '7,788 likes', 'age': '2021-03-30T14:16:41.000Z', 'caption': 'tatianaroseart\n⭕️\nreplica eero aarnio ball chair and my mums vintage bodysuit\n3w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CM7GQtkrCGF/', 'likes': '4,733 likes', 'age': '2021-03-27T13:12:06.000Z', 'caption': 'tatianaroseart\n❤️\n@kvdbeauty edge of reality palette\n@meccamax brow guru pencil in medium\n@sweedlashes lash lift mascara\n@meltcosmetics honey thief cream blushlight\n@shiseido modern matte powder lipstick in shock wave\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CM5pSwJhOYm/', 'likes': '6,331 likes', 'age': '2021-03-26T23:39:44.000Z', 'caption': 'tatianaroseart\n💋\n@aboutfacebeauty light lock highlighting fluid (obsessed)\n@firstaidbeauty bendy avocado concealer\n@kvdbeauty edge of reality palette\n@patmcgrathreal skin fetish highlighter trio\n@sweedlashes lash lift mascara (loving this)\n@meccamax brow pencil in dark brown\n@shiseido modern matte powder lipstick in shock wave\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CMzbu92rlyE/', 'likes': '5,182 likes', 'age': '2021-03-24T13:45:48.000Z', 'caption': 'tatianaroseart\nin between shots\n-\nmakeup:\n@kkwbeauty opalescent palette\n@mybeautybrand sheer brilliance highlighter jacqueline gold\n@emcosmetics micro fluff brow cream\n@kkwbeauty lip pencil in birthday kiss and liquid lip in surprise party\n4w'}, {'username': 'tatianaroseart', 'link': 'https://www.instagram.com/p/CMhQmbXrvsg/', 'likes': '9,287 likes', 'age': '2021-03-17T12:22:12.000Z', 'caption': 'tatianaroseart\nabout face •\ngot to play with some @aboutfacebeauty products today :)\n#aboutface matte fluid eye paints in lost unfound and white noise, shadowstick in acidic and creature, light lock powder in this bliss and fix lip pencil in cradled •\nrest of face is @doseofcolors meet your hue foundation and blush is @colourpopcosmetics x AC flower tender blush\n🖤\n5w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/COGHHGoJ5wd/', 'likes': '4,301 likes', 'age': '2021-04-25T16:22:34.000Z', 'caption': 'grimmfairyfaces\n•Black Diamond•\n\n.\n.\n.\n\n.\n.\n#graphicmakeup#graphiclinerlook#smokeyeyeshadow#smokeyeyeliner#editorialmakeupartist#smokeyeyesmakeup#inbeautmag#beautyvain\n1d'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CN-e3udJaWO/', 'likes': '2,348 likes', 'age': '2021-04-22T17:16:16.000Z', 'caption': 'grimmfairyfaces\n•Shades Of Blue•\n\n.\n•SKIN:\n@milkmakeup\nVegan Milk Moisturizer\nHydro Grip Primer\nFlex Concealer in Porcelain\n@ctilburymakeup\nLimited Edition Filmstar Bronze & Glow Set\n.\n.\n.\n•EYES:\n@milkmakeup\nKush High Volumizing Mascara\n@colourpopcosmetics\nCreme Gel Liner in Prance\n.\n.\n•BROWS•\n@benefitcosmetics\n24-Hr Brow Setter Invisible Brow Gel\n\n.\n.\n.\n#colourpopcosmetics#graphiclinerlook#milkmakeup#sharplines#benefitcosmetics#colourfuleyes#modelmalay#studiofam#editorialmakeup#beautyvain\n4d'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CN5dKQ-pJet/', 'likes': '4,237 likes', 'age': '2021-04-20T18:25:07.000Z', 'caption': 'grimmfairyfaces\n•Bee Garden•\n\n▪️Recreation, Original Artist: @alanadeehaynes\n\n.\n.\n.\n\n.\n.\n.\n#creativemakeuplook#universemakeup#thisismakeup#makeupcoyote#coolmakeup#avantgardemakeup#abstractmakeup#creativemakeup#muaawesome#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit\n6d'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNxv6RyJyLL/', 'likes': '4,524 likes', 'age': '2021-04-17T18:35:02.000Z', 'caption': 'grimmfairyfaces\n• Dream Of The Lily•\n\n.\n.\n.\n\n.\n.\n.\n\n#editorialmakeuplook#sharpliner#eyeshadowmakeup#graphiclinerlooks#graphiclinerlook#eyeshadowpictorial#editorialmakeupartist#makeupoftoday#colourpopeyeshadow\n#grimmfairyfaces\n1w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNsi3grJUm1/', 'likes': '2,430 likes', 'age': '2021-04-15T18:04:51.000Z', 'caption': 'grimmfairyfaces\n•Cherry Red•\n\n.\n.\n\n.\n.\n.\n#makeupforeveryday#graphiclinerlook#makeupcoyote#coolmakeup#makeuphum#igdailyphoto#igmakeupartist#dazedbeauty#inbeautmag#v93oo#runawaymakeup#abh#trucoo#studiofam#thelist#universemakeup\n1w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNnWZ9CJ36u/', 'likes': '5,430 likes', 'age': '2021-04-13T17:39:45.000Z', 'caption': 'grimmfairyfaces\n•Paper Boats•\n\nKey product:\n@depixym Cosmetics Emulsion in #0446, 0004 &0404\n\nThe idea of this look is inspired by PicsArt image by an unknown artist.\n\n.\n.\n\n.\n.\n.\n.\n#coolmakeups#makeupcoyote#muaxdiscover#thisismakeup#avantgardemakeup#abstractmakeup#creativemakeuplooks#creativemakeup#muaawesome#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit#universemakeup\n1w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNfnCCPp88r/', 'likes': '2,722 likes', 'age': '2021-04-10T17:31:07.000Z', 'caption': 'grimmfairyfaces\n•Extremely Sharp•\n\nاگر استوری های آموزش پست قبلی رو\u200c دیده باشین، این خط چشم هم با همون روش و براش دیتیل کوچک انجام شده. حتی برای خط چشم معمولی، چه با سایه یا مداد چشم kohl، میتونین از این براش هم استفاده کنین🤎.\n\n.\n.\n.\n\n.\n.\n.\n#graphiceye #hauslabslooks #beautyvain #graphiclinerlook #linerart #makeupcoyote #sharplines #graphicliner\n2w'}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNamM3Mps_C/', 'likes': '3,512 likes', 'age': '2021-04-08T18:47:39.000Z', 'caption': "grimmfairyfaces\n•Black Rose•\n\nDid you catch the tutorial of this look in stories?\n\nآموزش این آرایش رو تو استوری های امروز دیدین؟\n#grimmfairyfaces\n.\n.\n•SKIN:\n@milkmakeup\nVegan Milk Moisturiser\nHydro Grip Primer\n@fentybeauty\nPro Filt'r Hydrating Longwear Foundation in 120\nWhat It Dew Makeup Refreshing Spray\n@milkmakeup\nBlur + Set Matte Loose Setting Powder in Translucent Light\n\n•EYES:\n@hauslabs\nEye-Dentify Gel Kohl Eyeliner\n@fentybeauty\nFull Frontal Volume, Lift & Curl Mascara\n\n•BROWS:\n@hauslabs\nThe Edge Precision Brow Pencil In Noir\n\n.\n.\n.\n#creativemakeuplook #eyemakeuptutorials #beautyvain #graphiclinerlook #makeupeditorial #abstractmakeup #beautyeditorial #inbeautmag #hauslabs #milkmakeup #fentybeauty\n2w"}, {'username': 'grimmfairyfaces', 'link': 'https://www.instagram.com/p/CNX4wT1p8fm/', 'likes': 'None', 'age': '2021-04-07T17:36:06.000Z', 'caption': 'grimmfairyfaces\nRoad to paradise\n\nUsing @depixym cosmetics Emulsions for this painting.\n\nRecreation, original artist: @beaubfrank\n___________________________\nدوست داشتم مراحل کشیدن این نقاشی رو باهاتون به اشتراک بذارم🥰.\n\n.\n.\n.\n.\n.\n.\n#coolmakeups#makeupcoyote#muaxdiscover#thisismakeup#avantgardemakeup#abstractmakeup#creativemakeuplooks#creativemakeup#theartistedit#avantgrade#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit#universemakeup#grimmfairyfaces\n2w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CN-1-Jap8YC/', 'likes': '8,051 likes', 'age': '2021-04-22T20:38:07.000Z', 'caption': 'glamxbrit\nhiiii everyone y it feel like i haven’t posted in foreverrrr 😖 anywayyy happy thursday!! 😌\nproducts used👇🏼\n@colourpopcosmetics just my luck, mint to be & mandalorian palettes\n@lillylashes miami lashes\n@hudabeautyshop stick foundation\n@colourpopcosmetics fab lippie stix\n@milkmakeup electric clear gloss\n4d'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNqG_eqpl2E/', 'likes': '6,854 likes', 'age': '2021-04-14T19:22:47.000Z', 'caption': 'glamxbrit\ngreen silky dresss🌟 i did this look a week ago but gosh it took everything in me to look thru all the pics and choose the ones i liked plus i wanted a lil break on creating :)\ninspo @romaneinnc <3\nproducts used:\n@maccosmetics contemplative state paint pot\n@colourpopcosmetics mint to be palette\n(idk what lashes these are, sorryy😣)\n@milkmakeup skin tint\n@maybelline fit me concealer\n@lauramercier setting powder\n@mavenbeauty buena and snatched lipstick\n1w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNauPX0JoqH/', 'likes': '10,451 likes', 'age': '2021-04-08T19:57:54.000Z', 'caption': 'glamxbrit\n🌼🐞i don’t usually have a hard time with eyeliner but yesterday was just... yeah LMAOOO i had to take off my eyeliner twice so i could be happy with it😣\nhair inspo: @cecilialaulanne <3\nproducts used👇🏼\n@maccosmetics radiant sheet foundation\n@maybelline fit me concealer\n@lauramercier setting powder\n@colourpopcosmetics miss bliss palette &uh huh honey palette\n@beautycreations.cosmetics “goat” lashes\n@sheencosmeticsofficial 9 color eyeliner palette\n@morphebrushes “sweet tea” lip liner\n& “chill” gloss #graphicliner #editorialmakeup\n2w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNVmDqYpnqn/', 'likes': '14,390 likes', 'age': '2021-04-06T20:10:12.000Z', 'caption': 'glamxbrit\n🛍🌼🍒finally used the lizzie mcguire palette by @colourpopcosmetics it’s soooo cute!! ALSO the mess in the back isn’t what it looks like😞 i’m decluttering my makeup so i have a bunch of boxes and bags filled with stuff 😄inspo @slaybyjess 🧡\nproducts used👇🏼\n@colourpopcosmetics lizzie mcguire palette\n@hudabeauty luminous matte foundation\n@benefitcosmetics hoola bronzer\n@colourpopcosmetics you are magnifinco blush\n@theboldfacemakeup dream team lashes\n2w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNN2iUKJBUF/', 'likes': '6,346 likes', 'age': '2021-04-03T20:00:16.000Z', 'caption': 'glamxbrit\n💋 hope u all have a beautiful saturday :) inspo @samvissermakeup 🎀\nproducts used👇🏼\n@samplebeauty the equalizer palette\n@benefitcosmetics roller liner\n@sheencosmeticsofficial french rose liner\n@theboldfacemakeup dream team lashes\n@hudabeautyshop luminous foundation\n@colourpopcosmetics lizzie mcguire blushes\n@colourpopcosmetics ctrl lippie stix\n@milkmakeup buzzed glossy lip plumber\n3w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNIsMDpJzGb/', 'likes': '13,051 likes', 'age': '2021-04-01T19:53:38.000Z', 'caption': 'glamxbrit\nthe sun did exactly what she needed to hehe⭐️ you know summer is approaching when the sun is perfectly hitting my window 😌\nproducts used👇🏼\n@sheencosmeticsofficial 9 color eyeliner palette\n@milkmakeup skin tint\n@maybelline fit me concealer\n@colourpopcosmetics good luck charm blush\n@colourpopcosmetics fab lippie stix #graphicliner #editorialmakeup\n3w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CNBCvoLp0Qr/', 'likes': '16,618 likes', 'age': '2021-03-29T20:36:49.000Z', 'caption': 'glamxbrit\n🤎🌊brown of course never misses! i’ve done this eyeshadow look in 3 different colors but idccc\ninspo: @vivis_makeup & @artdr3am 🤍\n\nproducts used\n@bhcosmetics bff palette\n@mavenbeauty define and medium blend palette\n@theboldfacemakeup “the original” lashes\n@lauramercier tinted moisturizer\n@maybelline fit me concealer\n@mavenbeauty dripped out highlighter\n@morphebrushes sweet tea liner\n@nyxcosmetics clear gloss\n4w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CM7ygQRJ8f_/', 'likes': '9,777 likes', 'age': '2021-03-27T19:38:42.000Z', 'caption': 'glamxbrit\n🌺🧚🏼\u200d♀️🍇🍭some more spring vibes for youuu🥰 tutorial of this look on @makeupdotcom ,click the link in my bio 💜 #sponsored #makeupdotcom #byloreal\n\nproducts used👇🏻\n@nyxcosmetics ultimate utopia palette\n@nyxcosmetics white retractable liner\n#makeup #purple\n4w'}, {'username': 'glamxbrit', 'link': 'https://www.instagram.com/p/CM2tGAdpJBT/', 'likes': '6,281 likes', 'age': '2021-03-25T20:15:49.000Z', 'caption': 'glamxbrit\nAffordable glam ✨using @maybelline @target under $25 🖤#ad #maybellinepartner\n\nproducts used👇🏼\n@maybelline ExpertWear Twin Brow &\nEye Pencil “dark brown”\n@maybelline LineExpress Pencil Liner “brownish black”\n@maybelline ExpertWear Eyeshadow Quads “sunlit bronze” and “chai latte”\n@maybelline ExpertWear Eyeshadow “dusty rose”\n@maybelline Great Lash Mascara “very black”\n4w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/COCHSJrpi5r/', 'likes': '8,949 likes', 'age': '2021-04-24T03:07:07.000Z', 'caption': 'bribri.tx\nHi, we are finally out of the hospital & everything is going well so far!:) I wanted to do something fun b/c I am so happy to be home w my bb\U0001f972\n—\n@colourpopcosmetics ‘Fade into hue’ palette, blush stix ‘Flamenco’\n@suvabeauty ‘Space panda’ hydra liner\n@deciem serum foundation\n@milkmakeup tattoo stamp\n@nyxcosmetics ‘Nude truffle’ lip pencil\n@morphebrushes ‘Jet’ gel liner, Continuous setting mist\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#editorialmakeup #colourpopme #avantgarde #minimua #morpheglamfam #colorfulmakeup #modelmalay #suvabeauty #aestheticmakeup #makeupofig #morphebabe #modelmakeup #nyxprofessionalmakeup #atxmua #makeupbloggers #cutemakeup #theartistedit #funmakeup #studiofam #avantgardemakeup #tiktokmakeup\n2d'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CN_Oiyap_JU/', 'likes': '4,599 likes', 'age': '2021-04-23T00:12:50.000Z', 'caption': 'bribri.tx\nHi, I wanted to post since I haven’t been on in a while. Thank you for worrying about me! Y’all are amazing & ily🥺 I was not in the hospital for myself but for one of my bbs. It’s been a tough week for them & hoping they get out soon. Thank y’all for being so patient with me! xoxo\n—\n@colourpopcosmetics ‘Check please’, ‘Citrus squeeze’, ‘We’re off’ colour stix\n@deciem serum foundation\n@kajabeauty ‘bossy’ cheeky stamp, ‘Crystal clear’ gloss shot\n@karabeautyofficial ‘Rose quartz’ highlight\n@acebeaute ‘Be peachy’ lip liner\n—\n#colorfuleyeshadow #avantgarde #editorialmakeup #colourpopme #theartistedit #modelmalay #modelmakeup #minimua #makeupoftheday #kajabeauty #atxmua #aestheticmakeup #cutemakeup #boldmakeuplook #tiktokmakeup #deciemtheordinary #minimalmakeup\n3d'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNtPO-JJkZ0/', 'likes': '18,865 likes', 'age': '2021-04-16T00:32:32.000Z', 'caption': 'bribri.tx\nThis color is so beautiful, would you say this is an emerald green? It’s so elegant!\n—\n@colourpopcosmetics pretty fresh concealer, no filter setting powder\n@morphebrushes skin tint ‘marshmallow’, Jaclyn hill V1 palette, 35 icy palette\n@hardcandylife sheer envy hydrating primer\n@acebeaute ‘be peachy’ lip liner\n@kajabeauty ‘honey drizzle’ gloss shot\n@salonperfect lashes\n—\n#colorfuleyeshadow #morphebabe #avantgarde #editorialmakeup #colourpopme #theartistedit #modelmalay #morpheglamfam #modelmakeup #minimua #makeupoftheday #hardcandylife #atxmua #aestheticmakeup #cutemakeup #boldmakeuplook #tiktokmakeup\n1w'},{'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNjCdT0pTBi/', 'likes': '48,825 likes', 'age': '2021-04-12T01:28:29.000Z', 'caption': 'bribri.tx\n🤍🤍🤍\n—\n@morphebrushes white concealer, ‘thx’ lip crayon, continuous setting mist\n@colourpopcosmetics pretty fresh concealer & tinted moisturizer\n@milkmakeup ‘baked’ matte bronzer, lip + cheek ‘perk’\n@nyxcosmetics ‘coffee’ lip pencil\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#whiteeyeliner #editorialmakeup #colourpopme #avantgarde #morpheglamfam #studiofam #makeupbloggers #milkmakeup #modelmakeup #tiktokmakeup #nyxprofessionalmakeup #morphebabe #minimua #atxmua #cutemakeup #graphicliner #makeupoftheday #modelmalay #euphoriamakeup #theartistedit #undiscovered_muas\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNgnEttJuSj/', 'likes': '8,643 likes', 'age': '2021-04-11T02:50:43.000Z', 'caption': 'bribri.tx\n✨💕Pink💕✨\nHope y’all had a lovely Saturday! I’m trying to put out more content for y’all:) Love you guys! xoxo\n—\n@colourpopcosmetics Fade into hue palette, ‘shortcake’ blush\n@morphebrushes ‘hint of marshmallow’ skin tint, continuous setting mist\n@elfcosmetics hydrating camo concealer\n@milkmakeup hydro grip primer, ‘baked’ matte bronzer\n@fentybeauty ‘how many carats?’ diamond bomb\n@nyxcosmetics ‘nude truffle’ lip pencil, ‘crème brulee’ butter gloss\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#avantgardemakeup #nyxcosmetics #minimua #colourpopme #pinkeyeshadowlook #milkmakeup #euphoriamakeup #makeupbloggers #elfcosmetics #aestheticmakeup #morphebabe #cutemakeup #studiofam #fentybeauty #modelmakeup #theartistedit #modelmalay #avantgarde #editorialmakeup #cutcreaselook #pinkmakeup\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNbX7ItJy6k/', 'likes': '13,183 likes', 'age': '2021-04-09T02:02:08.000Z', 'caption': 'bribri.tx\nMore than a woman to me💘\nI had to do a look with the Fade into hue palette asap!\n—\n@colourpopcosmetics Fade into his palette, no filter setting powder\n@morphebrushes ‘hint of marshmallow’ skin tint, continuous setting mist\n@milkmakeup hydro grip primer, ‘baked’ matte bronzer\n@nyxcosmetics ‘nude truffle’ lip pencil, ‘beach casual’ filler instinct\n—\nCodes:\n@morphebrushes ‘GLAMFAM572’\n—\n#colorfuleyeshadow #avantgarde #colourpopme #editorialmakeup #milkmakeup #aestheticmakeup #morphebabe #cutemakeup #springmakeup #nyxcosmetics #modelmakeup #minimua #makeupbloggers #makeupoftoday #theartistedit #modelmalay #euphoriamakeup #runwaymakeup #makeupofig\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNYpebap1x1/', 'likes': '9,633 likes', 'age': '2021-04-08T00:37:47.000Z', 'caption': 'bribri.tx\nYellow makes me happy💛\nI’ve been so out of it this past week. I needed to take a few days off for myself. xoxo\n—\n@colourpopcosmetics uh-huh honey palette, pretty fresh tinted moisturizer, ‘seed u later’ blush, ‘she’s here’ so juicy gloss\n@suvabeauty ‘dance party’ hydra liner\n@elfcosmetics hydrating camo concealer\n@milkmakeup ‘baked’ bronzer\n@morphebrushes continuous setting mist\n—\n#yellowmakeup #milkmakeup #yelloweyeshadow #avantgarde #colourpopme #theartistedit #modelmakeup #elfcosmetics #suvabeauty #aestheticmakeup #minimua #makeupbloggers #morphebabe #editorialmakeup #graphicliner #studiofam #cutemakeup #euphoriamakeup #morpheglamfam\n2w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CNEGVFcpb8q/', 'likes': '5,483 likes', 'age': '2021-03-31T01:05:52.000Z', 'caption': 'bribri.tx\nHappy Women’s History Month! #nyxcosmeticspartner I wanted to create a look that makes me feel powerful & what makes me feel powerful is the color green! To create this look I used some of my favorite @nyxcosmetics VEGAN products.\n—\n-Honey dew me up primer\n-Can’t stop won’t stop foundation\n-Can’t stop won’t stop concealer\n-Fill & fluff brow pencil\n-Utopia ultimate shadow palette\n-Powder puff lip cream\n-Matte setting spray\n—\n#nyxcosmetics #nyxcosmeticsfam\n3w'}, {'username': 'bribri.tx', 'link': 'https://www.instagram.com/p/CM-sc4YJwAn/', 'likes': '33,227 likes', 'age': '2021-03-28T22:43:32.000Z', 'caption': 'bribri.tx\n🧡Velma❤️\nHappy Sunday!! I love the way this came out so much! & someone on Tik Tok said it reminded them of Velma from Scooby doo!!\n—\n@suvabeauty ‘cherry bomb’ hydra liner\n@karabeautyofficial Mind trap palette\n@deciem serum foundation\n@milanicosmetics ‘soleil’ baked bronzer\n@lauramercier ‘watermelon’ blush\n@milkmakeup ‘lit’ highlight\n@nyxcosmetics ‘nude truffle’ lip pencil\n@revlon gloss\n—\n#avantgarde #lauramercier #editorialmakeup #suvabeauty #euphoriamakeup #nyxcosmetics #milanicosmetics #minimua #milkmakeup #modelmalay #cutemakeup #revlon #studiofam #aestheticmakeup #graphicliner #summermakeup #makeupoftoday #makeupbloggers #modelmalay #theartistedit #colorfulmakeuplook\n4w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/COBEY3tBSsW/', 'likes': '2,824 likes', 'age': '2021-04-23T17:22:35.000Z', 'caption': 'itskaijasmine\n#AD Hey besties, I partnered with @colourpopcosmetics and @solbody to show you my go to soft glam look with their Quad Eyeshadow Palettes and their Body Shimmer ✨🤎\n\nProducts Used:\n- Creamsicle Quad\n- Sparkler Quad\n- Panna Cotta Gloss\n- Italian Ice Gloss\n- Mai Tai Dry Oil\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n\n#colourpop #colourpoppartner\n3d'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CN-eDy0hWoK/', 'likes': 'None', 'age': '2021-04-22T17:25:22.000Z', 'caption': 'itskaijasmine\n#AD 90s lovin 🎶 the 90s was always my favorite era, from the music to the clothes and definitely the makeup ✨ I used the @bhcosmetics Remix Dance 90s Shadow Palette and their Remix Dance Brush Beat Set ✨💎 which era was your favorite?\n#bhremixdance #bhcosmetics\n4d'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CN21ZcrheyQ/', 'likes': '2,037 likes', 'age': '2021-04-19T17:59:11.000Z', 'caption': 'itskaijasmine\nVideo dump ✨🤍 I’m sorry I don’t have much to post but here and some view where I felt cute ✨\n\nGet a tradeline to boost credit score fast to get approved for credit cards, loans, or apartments!\n\nClick the link in my bio to learn more\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n1w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNp98_WhiFN/', 'likes': '6,994 likes', 'age': '2021-04-14T18:03:48.000Z', 'caption': 'itskaijasmine\nI’ve been trying out new eyeliner and brow shapes and I think this is the one y’all. I used the @mavenbeauty Black eyeliner to achieve this look and I’m in love ✨🖤 **edit: finally found out the ig for this heart brow trend!! Ib: @maddy.roberts **\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n1w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNIez1TJ0Ro/', 'likes': '2,189 likes', 'age': '2021-04-01T17:56:44.000Z', 'caption': 'itskaijasmine\nFiller post, I hope everyone is having a good day ✨☁️🌿\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n3w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNDQt-rJ8yL/', 'likes': 'None', 'age': '2021-03-30T17:19:04.000Z', 'caption': 'itskaijasmine\nDecided to switch up my look a bit, what do we think?\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n3w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CNDQo6XJoGi/', 'likes': '3,781 likes', 'age': '2021-03-30T17:16:43.000Z', 'caption': "itskaijasmine\nHey besties ✨ I'm always looking for new ways to switch up my look and I've partnered with @CoFancyofficial to show you how I do it with their contacts!! I'm wearing the colors, Glacier Grey and Honey Peach. Each contact has a professional guarantee of safety with quality certification and ·all CoFANCY products are certified by FDA and MHLW. They are made of non-ionic material. Even if worn for a long time, they would not be contaminated with dirt!! #coloredcontacts #cofancy_official #cofancylab #cofancypartner#GlacierGrey#HoneyPeachPink💥\n3w"}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CM7qedSh72S/', 'likes': '6,375 likes', 'age': '2021-03-27T18:28:33.000Z', 'caption': 'itskaijasmine\nDon’t have a look today but enjoy my little compilation of cute videos of me in my favorite look of the year so far✨⛓🖤 happy Saturday besties ✨ ib: @naezrahlooks\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday\n4w'}, {'username': 'itskaijasmine', 'link': 'https://www.instagram.com/p/CM4-EqfhteI/', 'likes': '6,034 likes', 'age': '2021-03-26T17:22:04.000Z', 'caption': 'itskaijasmine\nOh hey 🖤⛓ ib: @naezrahlooks\n\n______________________________\n\n#explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeùpoftheday\n4w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/COETwL8J4Jf/', 'likes': 'None', 'age': '2021-04-24T23:34:49.000Z', 'caption': 'thebasicb\nThis is the only video I got of this look 💀 anyways I’ve taken a mini break from makeup but I’ll be back on Monday!! ALSO MY BIRFFDAYYY NEXT WEEK\n1d'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNqJPQWp0rF/', 'likes': '370 likes', 'age': '2021-04-14T19:42:25.000Z', 'caption': 'thebasicb\nHow is it already bout to be Thursday??? Anyways !! How has your week been so far? Like actually tell me in the comments I wanna have some convos.\n1w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNnbxZDJkVY/', 'likes': '956 likes', 'age': '2021-04-13T18:26:39.000Z', 'caption': 'thebasicb\nGreen queen 🤤\n1w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNlGQgFpVQy/', 'likes': '250 likes', 'age': '2021-04-12T20:40:10.000Z', 'caption': 'thebasicb\nI wanted to bring back an oldie!! #facesbybiyonca\nThe idea for this one is MONOCHROME!! Just use some purple and shit. I’m so excited to see this weeks recreations!! The highlight for last weeks will be up today!!\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNkz8IOp8h2/', 'likes': '548 likes', 'age': '2021-04-12T18:00:06.000Z', 'caption': 'thebasicb\nHappy Monday! Here are some close ups!\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNcrtnYpTbM/', 'likes': 'None', 'age': '2021-04-09T14:15:06.000Z', 'caption': 'thebasicb\nYALL like asmr??\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNcrDsLJVen/', 'likes': 'None', 'age': '2021-04-09T14:09:25.000Z', 'caption': 'thebasicb\nI love me some @karabeautyofficial 🤤🤤🤤\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNcqPFdpPpg/', 'likes': 'None', 'age': '2021-04-09T14:02:04.000Z', 'caption': 'thebasicb\n@maybelline gifted me their new ultimate lipsticks!! II ABSOLUTELY LOVE EVERY SHADE! They are so comfy and pigmented it’s crazy\n2w'}, {'username': 'thebasicb', 'link': 'https://www.instagram.com/p/CNagH0Apxvk/', 'likes': 'None', 'age': '2021-04-08T17:55:09.000Z', 'caption': 'thebasicb\nThe @benefitcosmetics they’re real magnet mascara really is that bitchhhhh !!! #benefitcosmetics #benefitclubpink\n2w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CN74OEKr1IQ/', 'likes': '3,560 likes', 'age': '2021-04-21T17:00:02.000Z', 'caption': 'itsjustfatimah\nno need to brag, you see me\nib: @arianagrande new fragrance R.E.M 💜\n\np.s. 60s inspired look coming this week!!\n5d'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CNX1WforH5U/', 'likes': '2,965 likes', 'age': '2021-04-07T17:02:19.000Z', 'caption': 'itsjustfatimah\n1950’s inspired makeup! who’s ready to see the 60s look?\n\nproduct deets:\nwill update later ❤️\n2w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CNVQjZQjXvz/', 'likes': '20,880 likes', 'age': '2021-04-06T17:02:30.000Z', 'caption': 'itsjustfatimah\nso i’m starting a new series!! makeup inspired by the decade and yes i’m going to do every decade until the 2000s! which decade are you most excited to see me recreate?\n2w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CNDPMIdDb5A/', 'likes': '14,666 likes', 'age': '2021-03-30T17:04:23.000Z', 'caption': 'itsjustfatimah\nhow i did my makeup in 2016 vs 2021!\n\nwhich side is your favourite? 🤩\n3w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CM2eJFdr1Tb/', 'likes': '4,170 likes', 'age': '2021-03-25T18:04:34.000Z', 'caption': 'itsjustfatimah\nHave you seen Dororo yet? If not you are MISSING OUT! I binged the whole series in two days (yes it’s THAT good). Go watch it now only available on @primevideouk #ad\n4w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMu1gZXDE7R/', 'likes': '56,226 likes', 'age': '2021-03-22T18:55:10.000Z', 'caption': 'itsjustfatimah\nmakeup inspired by emojis 🐍🍭💙\n\nwhat do you guys think?\n5w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMsDl7IrCZT/', 'likes': '9,778 likes', 'age': '2021-03-21T17:00:10.000Z', 'caption': 'itsjustfatimah\nIm convinced different people bring out different versions of you\n\nproducts used:\n@benefitcosmeticsuk porefessional primer\n@milkmakeup hydro grip primer\n@colourpopcosmetics fade into hue palette\n@plouise_makeup_academy eyeshadow base ‘touch frost’\n@colourpopcosmetics creme gel liner ‘prance’\n@unicorncosmetics lashes ‘vixen’\n@giorgioarmani luminous silk foundation ‘13.5’\n@milkmakeup flex concealer ‘cinnamon’\n@sleekmakeup cream contour kit ‘extra dark’\n@fentybeauty cheeks out cream blush ‘daiquiri dip’\n@hudabeauty easy bake loose powder ‘kunafa’\n@bennyemakeup translucent powder ‘chestnut’\n@fentybeauty freestyle duo highlighter ‘afternoon snack’ & ‘mo’hunny’\n@maccosmetics lip liner ‘chestnut’\n@colourpopcosmetics lippie stix ‘pitch’\n@colourpopcosmetics like magic\n@colourpopcosmetics raw beauty kristi collection lux gloss ‘wildflower’\n\nwig from @ulahair\n5w'}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMct6c2LNBX/', 'likes': '12,683 likes', 'age': '2021-03-15T18:02:08.000Z', 'caption': "itsjustfatimah\nI don't actually exist so if you've ever met me it was a prank\n\nib: @tias.mua\n\nwig from @world_new_hair\n\nproduct deets:\nwill update later 🍭\n6w"}, {'username': 'itsjustfatimah', 'link': 'https://www.instagram.com/p/CMVDPJcj7bj/', 'likes': '4,484 likes', 'age': '2021-03-12T18:34:43.000Z', 'caption': 'itsjustfatimah\n#ad I wanted to show you guys some cool lashes from @moxielash they’re magnetic lashes just follow three steps and BOOM you’ve got perfect lashes! use my code ITSJUSTFATIMAH10 for 10% off 🖤\n6w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/COGqObcJyH2/', 'likes': '222 likes', 'age': '2021-04-25T21:29:24.000Z', 'caption': 'tiarra_oliviaa\nTIARRA PETROVA | Katherine pierce long lost cousin THE VAMPIRE DIARIES 🧛🏻\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@makeuprevolution liner\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@revlon MATTE 003\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n1d'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CN-3kKxJP-R/', 'likes': '308 likes', 'age': '2021-04-22T20:52:03.000Z', 'caption': 'tiarra_oliviaa\nLight ☀️\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@makeuprevolution liner\n@colourpopcosmetics brows\n@colourpopcosmetics RUMOR HAS IT 💙& Hi, Society 🍀\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@revlon MATTE 003\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4d'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CNBGSTbJeYS/', 'likes': '300 likes', 'age': '2021-03-29T21:07:46.000Z', 'caption': 'tiarra_oliviaa\nWATER FAIRY 💦🧚🏽\u200d♀️ | kinda wanna start a winx fairy series 🙈 hehe\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@beautybaycom @nikkietutorials Pressed Pigment palette\n@btaylorbeautyco Aqua blue liner\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CM0PHcrpSTU/', 'likes': '241 likes', 'age': '2021-03-24T21:14:48.000Z', 'caption': 'tiarra_oliviaa\nCANDY CRUSH 🍬🍭SUGAR RUSH | swipe video\n.\n.\n.\nPRODUCTS\nEYES:\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\nLiner @glamvicecosmetics Gelato, Key lime, Pink velvet, Gelato & Peace and love\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@beautybaycom BLUSH COSMO\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMxuLydJfZ5/', 'likes': '293 likes', 'age': '2021-03-23T21:48:33.000Z', 'caption': 'tiarra_oliviaa\nA fairytale | SPRING 🧚🏽\u200d♀️\n.\n.\n.\n.\nPRODUCTS\nEYES:\nEyeshadow : @beautybaycom MATTE bright palette ☀️\n@colourpopcosmetics QUEENIE lashes , use my code TinkerTiarra5 for 5% off 🧚🏽\u200d♀️\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\nLiner @glamvicecosmetics Gelato, Key lime, Pink velvet, Gelato & Peace and love\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\n@solbody shimmering oil citrus crush\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@beautybaycom BLUSH COSMO\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@colourpopcosmetics Italian ice gloss & Panna Cotta 💋\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n4w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMiPWZxpLSu/', 'likes': '314 likes', 'age': '2021-03-17T21:30:30.000Z', 'caption': 'tiarra_oliviaa\nI’m throwing shade like it’s sunny 🌞\n.\n.\n.\nPRODUCTS\nEYES:\nEyeshadow : @beautybaycom MATTE bright palette ☀️\n@colourpopcosmetics QUEENIE lashes , use my code TinkerTiarra5 for 5% off 🧚🏽\u200d♀️\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\nLiner @glamvicecosmetics Gelato & black liner from @makeuprevolution\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@beautybaycom BLUSH COSMO\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@poppicosmetics “Lose my number” liquid matte lipstick\n@indecosmetics clear gloss clear gloss 💋\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n5w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMSmyylgvpX/', 'likes': '226 likes', 'age': '2021-03-11T19:47:54.000Z', 'caption': 'tiarra_oliviaa\nGOOD DAYS | SZA look 🌿 earrings from @threadsxthreadsx REEL\n.\n.\n.\nPRODUCTS\nEYES:\nLipgloss @indecosmetics\nEyeshadow : @jackieaina palette☀️\n@c.me Lashes Gabrielle\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@rarebeauty LOVE blush\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off\n\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n6w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMP5e4CJYXV/', 'likes': '351 likes', 'age': '2021-03-10T18:33:06.000Z', 'caption': 'tiarra_oliviaa\nGOOD DAYS | SZA look 🌿 earrings from @threadsxthreadsx\n.\n.\n.\nPRODUCTS\nEYES:\nLipgloss @indecosmetics\nEyeshadow : @jackieaina palette☀️\n@c.me Lashes Gabrielle\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@rarebeauty LOVE blush\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off\n\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n6w'}, {'username': 'tiarra_oliviaa', 'link': 'https://www.instagram.com/p/CMNS3a1JuDF/', 'likes': '294 likes', 'age': '2021-03-09T18:17:11.000Z', 'caption': 'tiarra_oliviaa\nThe 70s 🌼 Vintage\n.\n.\n.\nPRODUCTS\nEYES:\nEyeshadow : @beautybaycom bright palette ☀️\n@c.me Lashes Gabrielle\n@milkmakeup Kush mascara\n@fentybeauty shimmer stick confetti\n.\n.\nFACE\nPrimer : @elfcosmetics Jellypop Dew primer\nFoundation : @rarebeauty foundation 540c\nConcealer : @rarebeauty500N & 510W\nPowder : @milkmakeup blur +set translucent Deep\n@beautybaycom BUTTON bronzer\n@rarebeauty LOVE blush\nHighlight : @fentybeauty shimmer stick Confetti\n.\n.\n.\n.LIPS: @nyxcosmetics lip liner\n@colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off\nLipgloss by @indecosmetics\n.\n.#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush\n#nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna\n#reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay\n.\n.\nFollow @tiarra_oliviaa for more\n6w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/COI3QldhhPM/', 'likes': '3,882 likes', 'age': '2021-04-26T18:03:42.000Z', 'caption': 'linnygd\nHair tut 💘\n3h'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CODx8EdBGbB/', 'likes': '11,891 likes', 'age': '2021-04-24T18:39:05.000Z', 'caption': 'linnygd\nTotally Spice!🌸\n2d'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CN-lp0UB6fU/', 'likes': '8,800 likes', 'age': '2021-04-22T18:15:32.000Z', 'caption': 'linnygd\n#happyearthday🌎 here’s a gentle reminder that over-consumption is a disease. Sometimes when I watch influencers all day I fall into the trap of wanting to buy things instantly... but then I have to remind myself that it is silly and an urge for excessive consumption of things I simply do not need.\nSo to incentivise you to have a little dig into your wardrobe; here’s some of my finds in mine:\nwhite boned corset top that I bought last year and wore for my first fenty beauty stories takeover ( a real special moment)✨\nThe levis are vintage !! I bought 3/4 years ago - if you go through my old posts lol you’ll see that it was actually big on my waist and now it fits nice and snug on my body( & the only pair of jeans I can squeeze my bum and thighs into😭😫)\nThe bomber is from a slow fashion brand @gundistudios made and designed by Brown women who are aware that South Asian women are victims of capitalism and especially this insidious fast fashion industry. #overconsumerism #overconsumption #slowfashion\n4d'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CN2zb1CBeyP/', 'likes': '10,329 likes', 'age': '2021-04-19T17:42:02.000Z', 'caption': 'linnygd\nSunset liner 🌅\n1w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNqFV1RhdYU/', 'likes': '14,447 likes', 'age': '2021-04-14T19:08:22.000Z', 'caption': 'linnygd\nStraight hair on me is a whole vibe ngl\n\nSkin prep:\n@fentyskin #fatwater #hydravizor\n\nMakeup:\n@fentybeauty hydrating pro filt’r foundation in 430 mixed with @urbandecaycosmetics Hydromaniac shade 80\nProfilt’r concealer + powder\nMatchstix in espresso\nBody sauce in\n#sunstalkrbronzer in mocha mami\nFly pencil in cuz I’m black\nBrow MVP in Black Brown\nTrophy wife highlighter\n@narsissist blush duo in panic\n@glossier lipgloss in red\n1w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNk3TAUhhbp/', 'likes': '18,486 likes', 'age': '2021-04-12T18:29:27.000Z', 'caption': 'linnygd\nAD After graduating with my Economics and Politics degree and working full time as an Economist, I found that having several mentors are crucial to success of securing a job in your desired field. Your mentor will open the doors and allow you to network with their contacts and give lots of insight and access. Having a mentor is important as you get to know their day to day tasks, their challenges and what their job is actually like! @avado_learning is offering 18-24 year olds to be paired with mentors from various top companies like NHS, Barclays, BT, Shell, Legal and General and so much more. THE PROGRAMME IS COMPLETELY FREE! Your mentor will also be able to help you with your CV, personal statements/ Cover letters and give you mock interviews.\napplications close 26th April. Link to apply https://hubs.ly/H0KThVV0 #fastfutures\n2w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNiNxjCBV5a/', 'likes': '7,586 likes', 'age': '2021-04-11T17:48:19.000Z', 'caption': 'linnygd\nThis video changed my life.... can you believe today marks the day that I filmed my first ever proper makeup tutorial ... who knew it’d change my life because I CERTAINLY did not expect this 😭😭😭\n\nMore importantly I wish I could squeeeeezeeee every single one of you for supporting me !! I hope you know I’ve got your back forever 🥺💘\n\n💘 Full face of @fentybeauty and @glossier products 💘\n\nMusic by @kevindaveprod\n2w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNdHWNphKB5/', 'likes': '8,370 likes', 'age': '2021-04-09T18:15:46.000Z', 'caption': 'linnygd\nBrown on Brown skin 🤎🧸🦥🦦\n2w'}, {'username': 'linnygd', 'link': 'https://www.instagram.com/p/CNYCm4-h1HR/', 'likes': '7,263 likes', 'age': '2021-04-07T18:58:09.000Z', 'caption': 'linnygd\nPlease don’t be surprised when I match you with the same energy you had for me. No I don’t believe in being the bigger person because why should I use up and waste my own energy ?\n2w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/COGcxh-p-gO/', 'likes': 'None', 'age': '2021-04-25T19:36:30.000Z', 'caption': 'rxfiqah\n✨Skincare Sunday✨\n\nThis is my current everyday skincare routine that I’ve doing every day for the past few weeks (it’s a little different at night) Comment your favorite skincare product down below!! The @freshbeauty essence is my Holy Grail when it comes to essences!!\n\n- @milkmakeup Vegan Milk Cleanser\n- @katesomervilleskincare #Exfolikate\n- @neutrogena Hydroboost Sheet mask\n- @freshbeauty Black Tea Kombucha Essence\n- @tatcha Dewy Serum\n- Milk Makeup Vegan Milk Moisturizer\n- @lancomeofficial Genifique Yeux eye cream\n- @milanicosmetics Cherry Sugar Lip Scrub\n- @summerfridays Lip butter balm\n\n#skincareroutine #milanicosmetics #milani #skincaresunday #katesomerville #freshbeauty #tatcha #tatchacollective #lancome #neutrogena #milkmakeup #skincareproducts #amskincare #everydayskincare\n1d'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CN_NC4gJPyb/', 'likes': '709 likes', 'age': '2021-04-22T23:59:44.000Z', 'caption': 'rxfiqah\nThe sun was blinding me but THIS was a good makeup day🥰\n\nI did this a while ago so idk if I had exact INSPO but I remember of thinking of @cutcreaser & @sarah.feingold while doing it!\n\nLINERS: @cutcreaser x @bymelolops Waterink in 3000 & @glamvicecosmetics Retro Liner in Disco Fever\nBROWS: @benefitcosmetics Precisely My brow in 4 #benefitclubpink #benefitbrows\n#graphicliner #glamvicecosmetics #bymelolops #beyourownsuperhero #editorialblk #blkcreatives #glammakeup\n3d'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNvme5wpdbN/', 'likes': '1,272 likes', 'age': '2021-04-16T22:34:10.000Z', 'caption': 'rxfiqah\nJummah Mubarak❤️\n\nOf course I’m posting pics from last Eid on the fourth day of Ramadan but hey at least they’re getting posted😭🤷🏽\u200d♀️\n\nHijab & Glasses: @shady.szn\nDress: @kabayarefashion\nJewelry: @bylolitajewelry\n\n#eidpics #hijabifashion #eiddress #hijabstyle #eidmakeup #explore\n1w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNs-4hGJzKs/', 'likes': '2,423 likes', 'age': '2021-04-15T22:09:39.000Z', 'caption': 'rxfiqah\nI can’t believe this picture of me is featured in every single @nordstrom in the USA & Canada!! Thank you so much to Nordstrom for featuring me and my managers for being so supportive!! If you happen to see me in a Nordstrom near you please tag me!!❤️\n\nPhotographer: @anairam10 (the BEST🤩)\nMUA: @misha212\n\n#nordstrom #muslimmodel #nordstrombeauty #hijabimodel\n1w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNgIHbgpuHh/', 'likes': 'None', 'age': '2021-04-10T22:24:24.000Z', 'caption': 'rxfiqah\nSwatching the brand new @yslbeauty Rouge Volupte Shine Lipstick Balms! This was my first time trying these and guys the FORMULA!! Super hydrating on the lips and super shiny! Comment your favorite shade down below!!\n\nAll lipsticks swatched (In order)\n\n123 Nude Transparent\n121 Beige Satin\n130 Burnt Suede\n124 Rose loulou\n122 Burnt Zellige\n129 Carmine Retro\n127 Rouge Studio\n131 Chili Morocco\n\n#yslbeauty #lipswatches #rougevolupteshine #ysllipstick #lipgloss #makeupvideo\n2w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNVv17UJdow/', 'likes': '664 likes', 'age': '2021-04-06T21:35:42.000Z', 'caption': 'rxfiqah\nFinally posting the pics🥰💚\nRecreation of @raggedyroyal\n\nTAG ANY BRANDS BELOW💫\n\nPRODUCTS\n\nSkin Prep\n@tatcha Dewy Skin Serum\n@glossier Priming moisturizer\n\nBrows\n@benefitcosmetics Precisely my brow in 5 #benefitclubpink #benefitbrows\n\nEyes\n@bperfectcosmetics x @staceymarie Tahiti Palette (Key Lime, Tropics, & Forest)\n@alamarcosmetics Caribe Palette (El Malecon)\n@kvdveganbeauty Tattoo Liner in Trooper\n@iliabeauty eyeliner\n@fentybeauty Flyliner in Cuz I’m black\n@kvdveganbeauty Lash Primer\n@benefitcosmetics They’re real magnet mascara\n@jemmebeauty rhinestones in Matcha\n\nFace\n@bobbibrown Vitamin Enriched Face Base\n@makeupforever Hydrabooster Step 1 Primer\n@glossier Future Dew\n@milkmakeup Hydro Grip Primer\n@patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21\n@milanicosmetics 2-in-1 Foundation in 09A Natural Tan\n@toofaced Born This Way super coverage concealer in Butterscotch & Chai\n@makeupforever concealer in 4.3\n@colourpopcosmetics cheek dew in beyond\n@hudabeauty Easy Bake loose powder in Blondie\n@lancomeofficial Long time no shine powder in translucent\n@fentybeauty Sun Stalkr’ bronzer in caramel cutie\n@notecosmetics blush in desert rose\n@fentybeauty Diamond Bomb in Royal Icing\n@kosas Cloud set baked vegan setting powder in Feathery\n\nLips\n@maccosmetics lip liner in Cork and Chesnut\n@alamarcosmetics lip liner in Coqueta\n@makeupforever Pencil in 612\n@fentybeauty gloss bomb cream in Fenty glow\n@patmcgrathreal Lust Lip gloss in Blitz Gold\n\n#greenmakeup #rhinestonemakeup #fentybeauty #creativemakeup #editorialblk #patmcgrathlabs #explorepage #alamarcosmetics #fentybeauty #nudelips #carnivallovetahiti #facegems #glossylips #makeupforever\n2w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNGjAn4JiMj/', 'likes': '891 likes', 'age': '2021-03-31T23:55:10.000Z', 'caption': 'rxfiqah\nThe second I saw @raggedyroyal post this look I KNEW I had to recreate. I wish y’all could’ve seen it in real life the rhinestones was SHININ🤩 I’m watching Nip Tuck rn on Hulu and yall this show is CRAZYY if you’ve watched please lmk!! But I’m almost finished though so comment some really good series that are out!! (I have everything except HBO😭)\n\nRecreation of @raggedyroyal (Go follow her she’s so talented and the biggest innovator!!)\n\nTAG ANY BRANDS BELOW💫\n\nPRODUCTS\n\nSkin Prep\n@tatcha Dewy Skin Serum\n@glossier Priming moisturizer\n\nBrows\n@benefitbeauty Precisely my brow in 5 #benefitclubpink #benefitbrows\n\nEyes\n@bperfectcosmetics x @staceymarie Tahiti Palette (Key Lime, Tropics, & Forest)\n@alamarcosmetics Caribe Palette (El Malecon)\n@kvdbeauty Tattoo Liner in Trooper\n@iliabeauty eyeliner\n@fentybeauty Flyliner in Cuz I’m black\n@kvdbeauty Lash Primer\n@benefitcosmetics They’re real magnet mascara\n@jemmebeauty rhinestones in Matcha\n\nFace\n@bobbibrown Vitamin Enriched Face Base\n@makeupforever Hydrabooster Step 1 Primer\n@glossier Future Dew\n@milkmakeup Hydro Grip Primer\n@patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21\n@milanicosmetics 2-in-1 Foundation in 09A Natural Tan\n@toofaced Born This Way super coverage concealer in Butterscotch & Chai\n@makeupforever concealer in 4.3\n@colourpopcosmetics cheek dew in beyond\n@hudabeautyshop Easy Bake loose powder in Blondie\n@lancomeofficial Long time no shine powder in translucent\n@fentybeauty Sun Stalkr’ bronzer in caramel cutie\n@notecosmetics blush in desert rose\n@fentybeauty Diamond Bomb in Royal Icing\n@kosas Cloud set baked vegan setting powder in Feathery\n\nLips\n@maccosmetics lip liner in Cork and Chesnut\n@alamarcosmetics lip liner in Coqueta\n@makeupforever Pencil in 612\n@fentybeauty gloss bomb cream in Fenty glow\n@patmcgrathreal Lust Lip gloss in Blitz Gold\n\n#oneminutemakeup #greenmakeup #rhinestonemakeup #fentybeauty #creativemakeup #editorialblk #makeupreel #patmcgrathlabs #explorepage #makeuptutorial #alamarcosmetics #kosas #lancomeofficial #carnivallovetahiti #facegems\n3w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CNDvMrGp1jc/', 'likes': '239 likes', 'age': '2021-03-30T21:44:57.000Z', 'caption': 'rxfiqah\nScents in Bloom 🌻🌸\n\nWe’re officially in Spring so I thought it’d be perfect to show some fragrances that match the season so well! I’ve been deep diving into fragrances and I have so many more recommendations so get ready for more fragrance content!!\n\nTo shop click the @linktr.ee link in bio and then click Spring Fragrances and you can see everything there!💗 (I do get commission through this link through my job at Nordstrom)\n\n- @maisonmargielafragrances @maisonmargiela REPLICA Flower Market $135\n- @chanelofficial @chanel.beauty Chance Eau Tendre $108-$175\n- @jomalonelondon Red Hibiscus $98-$198\n- @viktorandrolf Flowerbomb Dew $85-$165\n- @parfumsdemarly Delina La Rosée $295\n- @armanibeauty @giorgioarmani My Way $76-$128\n\n#springfragrances #replica #jomalone #chanelfragrance #smellslikememories #brilliantblossoms #jomalonelondon #parfumsdemarly #cassili #armanibeauty\n3w'}, {'username': 'rxfiqah', 'link': 'https://www.instagram.com/p/CMfpFZUpBmO/', 'likes': '860 likes', 'age': '2021-03-16T21:17:54.000Z', 'caption': 'rxfiqah\nThis song makes me feel so calm SZA just makes classic after classic😌\n\nInspo: @paintedbyesther\n\nHijab Pins: @mykitsch\nRing: @thesunjewelers\n\nSkin Prep\n@tatcha The Dewy Serum\n@glossier Bubblewrap\n@milkmakeup Vegan Milk Moisturizer\n\nBROWS\n@benefitcosmetics Precisely My brow pencil in 4.5 #benefitclubpink #benefitbrows\n\nEyes\n@toofaced concealer to prime\n@colourpopcosmetics x Bambi palette (Little April shower, Young Prince, Kinda bashful)\n@midascosmetics Unveiled Cool Nudes Palette (the dark brown)\n@kvdveganbeauty Tattoo Liner in Trooper\n@colourpopcosmetics liquid liner in Numero Uno\n@fentybeauty Flyliner in Cuz I’m Black\n@kvdveganbeauty Epic Curl Lash Primer\n@yslbeauty Volume Effet Faux Cils Volumizing Mascara\n@lillylashes in Sydney\n\nFace\n@makeupforever Hydrabooster Step 1 Primer\n@milkmakeup Hydrogrip primer\n@glowbyauric Glowlust in Pyrite\n@toofaced BTW concealer in Chai\n@narsissist Soft Matte Complete Foundation in Tahoe\n@patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21\n@milanicosmetics brightening undereye skin tint in 130 Deep peach\n@toofaced BTW concealer in Butterscotch\n@makeupforever Matte Velvet Skin Concealer in 4.3\n@milkmakeup Lip +Cheek in Werk\n@hudabeautyshop Easy Bake setting powder in Blondie\n@lancomeofficial Long Time no Shine Translucent powder\n@fentybeauty Sun Stalkr’ Bronzer in Caramel Cutie\n@lauramercier Colour Infusion blush in Grapefruit\n@makeupforever Pro Light Fusion highlight in 02 Golden\n\nLIPS\n@maccosmetics lip liner in Cork\n@makeupforever artist pencil in 612\n@fentybeauty Gloss Bomb in Fenty Glow\n@patricktabeauty Major Glow lip gloss in She’s Expensive\n\n#makeupforever #oneminutemakeup #softglamlook #fentyface #yslbeauty #sublimeperfection #lipgloss #lipcombo #makeupforwoc #makeuptutorial #glowingskin #wakeupandmakeup #makeuplooks #colourpopmeblack #nudelipcombo\n5w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNJ_YxgAydF/', 'likes': '2,031 likes', 'age': '2021-04-02T08:00:51.000Z', 'caption': 'samiras_artistry\nSultry glam☕️🎶\n3w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNCmTw0g8pi/', 'likes': '1,463 likes', 'age': '2021-03-30T11:06:49.000Z', 'caption': 'samiras_artistry\n🦄💜 likkle purple moment\n.\n.\nEyes\n@colourpopcosmetics flower pallet from bambi collection\n@morphebrushes James x morphe palette\n@lillylashes style Melbourne\nBase\n@stilacosmetics correcting primer\n@urbandecaycosmetics hydro manic foundation shade 70\n@toofaced born this way concealer shade butterscotch\n@narsissist nradient creme concealer\n@lauramercier translucent setting powder shade honey\n@morphebrushes bronzer shade leader\n@makeuprevolution blush shade backed peach\n@colourpopcosmetics lip gloss called flower\n3w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNCYWY0gOdW/', 'likes': '1,214 likes', 'age': '2021-03-30T09:05:02.000Z', 'caption': 'samiras_artistry\nSomething slight🥳🚣🏻\u200d♂️💜\n3w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CNAcb0FAnkl/', 'likes': '1,881 likes', 'age': '2021-03-29T15:02:15.000Z', 'caption': 'samiras_artistry\n🥳\n4w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CM_wvKjg5PR/', 'likes': 'None', 'age': '2021-03-29T08:41:34.000Z', 'caption': 'samiras_artistry\nOk finally re did this little tutorials also you know what crazy\nThe fact that I keep forgetting reels can’t be longer than 60secs\nAnyways comment what other eyelooks/tutorials I should step into and I’ll make sure to do it🥳💗\nLashes @sobombdollz\nEyeshadow pallets @colourpopcosmetics\n4w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CMgy5paAtaE/', 'likes': '2,441 likes', 'age': '2021-03-17T08:02:50.000Z', 'caption': 'samiras_artistry\nUgh no way this was no foundation 🥳\n5w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CL3B5IdgSl_/', 'likes': '1,888 likes', 'age': '2021-03-01T02:45:52.000Z', 'caption': 'samiras_artistry\n💀🤸🏾\n8w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CLygGtOAhDG/', 'likes': '2,307 likes', 'age': '2021-02-27T08:33:36.000Z', 'caption': 'samiras_artistry\n💕🥵💕\n8w'}, {'username': 'samiras_artistry', 'link': 'https://www.instagram.com/p/CLwBJ7WgrGZ/', 'likes': '1,538 likes', 'age': '2021-02-26T09:24:27.000Z', 'caption': 'samiras_artistry\nNot a liner moment it’s been a minute\n-\n-\nEYES\n@ciatelondon liner\n@lillylashes style Melbourne\n@ttd_eye contacts colour grey queen\nUse code samiras for $$ off!\n\nBASE\n@glowrecipe watermelon dew drops\n@summerfridays gel creme\n@urbandecaycosmetics hydromanic foundation shade 70\n@toofaced born this way concealer shade butterscotch\n@shadembeauty lipp as blush\n@morphebrushes bronzer shade leader\n@makeuprevolution blush shade baked peach\n@ciatelondon vacay spray\n\nLIPS\n@colourpopcosmetics liner (the shade I rubbed off💀 Soz)\n@shadembeauty lippy shade discreet\n8w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CIq_OxyAs-b/', 'likes': '538 likes', 'age': '2020-12-11T20:57:28.000Z', 'caption': 'tatchee\nSuper soft glam for my baby sis birthday🌸 #blackgirlmakeup #torontomakeupartist\n19w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CHnvwCcAKkL/', 'likes': '1,440 likes', 'age': '2020-11-15T18:13:00.000Z', 'caption': 'tatchee\nAll of the ugly is me as a mom😥 #pov #arianagrande #momlife #ohheymama\n23w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CGP_wYvld_-/', 'likes': '1,210 likes', 'age': '2020-10-12T16:19:33.000Z', 'caption': 'tatchee\nI did these butterfly locs and I love this look but it took me a whole lifetime. But besides that, I’m just here, enjoying being Joah’s mommy. 🦋\n28w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CEH9EgTgDLO/', 'likes': '12,382 likes', 'age': '2020-08-20T20:19:29.000Z', 'caption': 'tatchee\nBreast lift here I come 🙋🏾\u200d♀️ #momlife #breastfeeding #breastfeed #postpartumbody #postpartum #nursingmom #mombod\n35w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CEFUTL7FkF2/', 'likes': '1,836 likes', 'age': '2020-08-19T19:44:46.000Z', 'caption': 'tatchee\na MILF & barbz4life👱🏾\u200d♀️💕\n#makeupforbarbies #blackgirlmakeup #melaninmakeup #nickiminaj #barbz4life #barbz\n35w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CD94hLJlkSh/', 'likes': '1,268 likes', 'age': '2020-08-16T22:27:11.000Z', 'caption': 'tatchee\nMy natural flex is my biggest flex🤍\n36w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CD118z6FDpi/', 'likes': '2,921 likes', 'age': '2020-08-13T19:30:49.000Z', 'caption': 'tatchee\nHappiest when I’m cuddling him🤗 guess what? Ya girl is finally on YouTube. Link in bio to watch my first storytime on how I found out I was pregnant👶🏾\n36w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CDPQBYflyeW/', 'likes': '1,518 likes', 'age': '2020-07-29T19:48:16.000Z', 'caption': 'tatchee\nMom style☀️ you will know when I get my snatch and snap back when I post a pic wearing anything not baggy or flowy. To all moms: it’s okay to not snap back right away. You just made a whole human, tek time🤗\n38w'}, {'username': 'tatchee', 'link': 'https://www.instagram.com/p/CDO_lHyFTrX/', 'likes': '1,971 likes', 'age': '2020-07-29T17:24:35.000Z', 'caption': 'tatchee\nMama T getting her groove back. By groove I mean energy to do my makeup, get dressed up and actually leave the house🙃\n38w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/COJGR2_J4oQ/', 'likes': '1,224 likes', 'age': '2021-04-26T20:13:01.000Z', 'caption': 'deemakeupart\nHad this look planned foreverrr 🎉\n•\n•\n•\n•\nBASE:\n@fentyskin fat water toner\n@fentybeauty eaze drop blurring skin tint\n@kvdbeauty good apple foundation balm\n@narsissist radiant creamy concealer\n@rcmamakeup loose translucent powder\n@kosas bronzer in medium\n@ritueldefille color nectar pigment balm in blood flower\n@ritueldefille rare light creme lumanizer in anthelion\n@ritueldefille the alchemists highlight intensifier\n@danessa_myricks set it forever setting spray\nEYES:\n@aboutfacebeauty eye pencil in oxide and kill the lights\n@got2busa glued spiking glue for brows\nLIPS:\n@ritueldefille blood flower color nectar pigment balm\n@innbeautyproject lip oil\n•\n•\n•\n#creativemakeupartist #creativemua #editorialmua #pdxmua #avantgardemakeup #editorialmakeuplook #avantgardeartist #makeupart #blackmakeupartist #avantgardemakeup #graphicliner #mualife #makeupartistsworldwide #editoriallook #theartistedit\n1h'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CNoNtqbJPU7/', 'likes': '3,331 likes', 'age': '2021-04-14T01:43:03.000Z', 'caption': 'deemakeupart\n🧝🏽\u200d♀️✨🧝🏽\u200d♀️\nDo blondes have more fun tho?? 🤨 lol\n•\n•\n•\nFACE:\n@milkmakeup hydro grip primer\n@kvdbeauty good apple skin balm in N60\n@danessa_myricks Vision cream cover in N08\n@narsissist radiant creamy concealer in custard\n@anastasiabeverlyhills banana powder\n@kosas medium bronzer\n@ritueldefille bloodflower color nectar pigment balm\n@ritueldefille metamorphic highlighter in\nEYES:\n@brianbeautyofficial taboo liner in Salem Black\n@depixym cosmetic emulsions in 0004 and 0577\n@mmmmitchell head in the clouds palette\n@makeupamurder neon orange pigment\nLIPS:\n@mmmmitchell mango dequiri and where’s the SPF blurshes\n•\n•\n•\n#blackmua #blackgirlmagic #creativemakeup #editorialmakeup #pdxcreatives #linerart #graphicliner #editorialmakeupartist #eyelinertutorial #makeupart #creativemakeup #explore #avantgardemakeup #selfportrait #selfportraitphotography\n1w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CNiFTP5pCEQ/', 'likes': '1,044 likes', 'age': '2021-04-11T16:34:05.000Z', 'caption': 'deemakeupart\nBlessing ya feed this morning with @zyahbelle ✨😌\nPhotographer: @ace_lace\n•\n•\n•\n\nLook details:\n@milkmakeup hydrogrip primer\n@danessa_myricks vision cream cover and contour balm\n@rcmamakeup translucent powder\n@ritueldefille color nectar pigment balms in bloodflower\n@danessa_myricks enlight halo powder in angel wings\nEYES:\n@depixym cosmetic emulsion in 0982\n@illamasqua precision gel liner in infinity\n@got2b glued spiking gel for brows\n@anastasiabeverlyhills brow pen and pencil in medium brown\nLIPS:\n@danessa_myricks colorfix in dessert rose, rustic, fruit punch, and clear gloss\n•\n•\n•\n\n#creativemakeupartist #creativemakeup #pdxmua #avantgardeart #editorialmakeupartist #editoriallook #editorialartist #blackmua #editorialphotography #avantgardemakeup #fentybeauty #blackartists\n2w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CNdJE00J0zx/', 'likes': '1,321 likes', 'age': '2021-04-09T18:30:52.000Z', 'caption': 'deemakeupart\n✨✨ created some MAGIC with @fixedwithyou and @xaneangeline\n•\n•\n•\nLook details:\n@fentybeauty @fentyskin fat water toner\n@shiseido synchro skin foundation\n@danessa_myricks vision cream cover and contour balm\n@rcmamakeup translucent powder\n@ritueldefille color nectar pigment balms in snap dragon and beesting\n@ritueldefille rare light creme lumanizer in Halo\nEYES:\n@glamvicecosmetics retro liner neon festival palette and pastel paradise palette\n@got2b glued spiking gel for brows\n@anastasiabeverlyhills brow pen\nLIPS:\n@ritueldefille inner glow creme pigment in delirium\n@lindahallberg infinity glass\n•\n•\n•\n\n#creativemakeupartist #creativemakeup #editorialmakeup #pdxmua #avantgardeart #editorialmakeupartist #editoriallook #makeupart #blackmua #editorialphotography #avantgardemakeup #fentybeauty #morphebabe #blackcreators #blackcreatives #editorialmagazine #avantgardephotography #photoshootmakeup\n2w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CND_1PPJcGW/', 'likes': '2,672 likes', 'age': '2021-03-31T00:09:05.000Z', 'caption': 'deemakeupart\nI’m channeling her *👩🏽\u200d🎤*\n•\n•\n•\nFACE:\n@shiseido synchro skin soft blurring primer\n@kvdbeauty good apple foundation balm\n@danessa_myricks vision cream cover in N04\n@kosas medium bronzer\n@aboutfacebeauty light lock stick in Greek tragedy\n@ritueldefille bloodflower color nectar pigment balm\n@freck Freck noir\nEYES:\n@brianbeautyofficial taboo liner in Salem Black\n@aboutfacebeauty matte fluid eye paint in white noise and shadow stick in creature\n@danessa_myricks color fix in beaches, tribe, fruit punch, wild orchid, limescicle, and black out\n@depixym cosmetic emulsions in 0004 and 0982\nLIPS:\n@danessa_myricks tribe and fruit punch\n•\n•\n•\n#graphiclinerlook #creativemakeup #editorialmakeup #pdxmua #linerart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemakeup #explore #avantgardemakeup\n3w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CMvi0t6JEtF/', 'likes': '5,791 likes', 'age': '2021-03-23T01:30:48.000Z', 'caption': 'deemakeupart\nNew newww ✨\nExperimented with some @aboutfacebeauty beauty products and loved them!\n•\n•\n•\nFACE:\n@milkmakeup hydro grip primer\n@danessa_myricks vision cream cover in N04 and N06\n@kosas medium bronzer\n@aboutfacebeauty light lock stick in Greek Tragedy\n@ritueldefille The Dream metamorphic highlighter\n@ritueldefille ladybug color nectar pigment balm\n@freck Freck noir\nEYES:\n@brianbeautyofficial taboo liner in Salem Black\n@aboutfacebeauty matte fluid eye paint in white noise\n@aboutfacebeauty shadow stick in creature and Kill the lights\n@morphebrushes x @jaclynhill volume 2 palette\n@danessa_myricks colorfix in beaches\nLIPS:\n@tower28beauty lip jelly in fire\n@ritueldefille color nectar pigment balm in snap dragon with enchanted lip@sheer in bloodroot\n•\n•\n•\n#graphiclinerlook #creativemakeup #editorialmakeup #pdxmua #linerart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemakeup #explore #avantgardemakeup\n4w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CMOG7C4pr5A/', 'likes': '3,861 likes', 'age': '2021-03-10T01:52:03.000Z', 'caption': 'deemakeupart\nRhinestone hand art ✨✨\n•\n•\n•\nHeavily inspired by @ella_ess_ beautiful creations\n•\n•\n•\n#blackartists #handart #handmakeup #handmakeupart #blackartists #blackmua #handartwork #editorialmakeup #editorialmakeupartist #editorialbeauty #avantgardemakeup #avantgardeart\n6w'}, {'username': 'deemakeupart', 'link': 'https://www.instagram.com/p/CL-1Pxjp9EH/', 'likes': '3,888 likes', 'age': '2021-03-04T03:29:00.000Z', 'caption': 'deemakeupart\nHeyooo she rEd 👹\n•\n•\n•\nFACE:\n@milkmakeup hydro grip primer\n@shiseido synchro skin foundation\n@danessa_myricks vision cream cover in N04 and N06\n@danessa_myricks contour balm in medium 2\n@kosas medium bronzer\n@ritueldefille phosphene rare light creme lumanizer\n@ritueldefille snapdragon color nectar pigment balm\nEYES:\n@madebymitchell head in the clouds palette\n@morphebrushes @jaclynhill vol 2 palette\n@glamvicecosmetics pink velvet retro liner\n@benefitcosmetics roller lash mascara\n@got2busa @got2b spiking gel for brows\nLIPS:\n@tower28beauty lip jelly in fire\n@ritueldefille bloodroot enchanted lip sheer\n•\n•\n•\n#blackmua #creativemakeup #editorialmakeup #pdxmua #avantgardeart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemua #explore #avantgardemakeup\n7w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNtBtZwJFZy/', 'likes': '320 likes', 'age': '2021-04-15T22:34:21.000Z', 'caption': 'arenavi\nwaiting on my second shot like 😗\n•\n@colourpopcosmetics (gifted) Big Poppy palette, Stone Cold Fox palette.\n@milkmakeup (gifted) hydrogrip primer, Kush mascara. #studiofam\n@elfcosmetics multi stick in Glowing Mango. #dewyskin\n@slayfirecosmetics assorted glitter gels.\nsequins from the local Joanne Fabrics \U0001f978\n@lauramercier setting powder.\n@milanicosmetics conceal and perfect in 100 and 120. #creativemakeup\n1w'},{'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNn8wTpJDgQ/', 'likes': '331 likes', 'age': '2021-04-13T23:14:51.000Z', 'caption': "arenavi\nhaving a lot of thoughts of leaving social media forever? i think it's more of an anxiety thing than a genuine desire. have any of you ever taken a significant amount of time away from social media? would you do it again? what would scare you about leaving? maybe i have too much sagittarius in my chart and have commitment issues ¯\\_(ツ)_/¯\n•\n@colourpopcosmetics (gifted) Stone Cold Fox Palette, So Juicy Gloss in Princess Cut.\n@ofracosmetics liquid lipstick in Verona. #graphicliner\n@claropsyche sketch paint palette. #theartistedit\n@elfcosmetics multistick in Glowing Mango. #dewyskin\n@milanicosmetics conceal and perfect concealer in 100.\n@glossier #glossier stretch concealer in G11.\n@milkmakeup Hydrogrip primer and Kush Mascara.\n@kissproducts lashes in flirty.\n1w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNgIXCVJldh/', 'likes': '527 likes', 'age': '2021-04-10T22:22:20.000Z', 'caption': "arenavi\nstarted therapy again and my bunny immediately died like... that's incredibly rude (and devastating). talk me out of adopting a kitten in the comments below. Ary!! You! Cannot! Get! A! Kitten!! Until!! You! Get! A! Real! Job!\n•\n@colourpopcosmetics #colourpopme (gifted) Cloud Spun palette and Love Bird palette, Stone Cold Fox palette.\n@milkmakeup (gifted) #Hydrogrip primer.\n@milanicosmetics conceal and perfect in 100.\n@glossier stretch concealer in G11. #theartistedit\n@essence_cosmetics clear gloss.\n#modelmalay\n2w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CNI8UpApIUY/', 'likes': '324 likes', 'age': '2021-04-01T22:14:37.000Z', 'caption': 'arenavi\nanother bug look for ur viewing displeasure (inspo from @sugaronyoursouls)\n•\n@colourpopcosmetics (gifted) Flower pressed powder palette from the bambi collection, Stone Cold Fox palette.\n@chaoticcosmetics hydroliner in Glow Stick.\n@milkmakeup (gifted) Hydrogrip primer, Blue and Set powder in Light. #studiofam\n@glossier stretch concealer in G11. #theartistedit #avantgardemakeup\n3w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CND4USSp28s/', 'likes': '406 likes', 'age': '2021-03-30T23:03:25.000Z', 'caption': 'arenavi\nleopard moth! i fought lightroom for two and a half hours for these, i hope u like them! (the pic of the moth is not mine)\n•\n@kajabeauty (gifted)wing eyeliner pen. #theartistedit\n@claropsyche sketch paint palette.\n@chaoticcosmetics wet liner in White Out.\n@elfcosmetics multi stick in Glowing Mango.\n@milkmakeup (gifted) electric lip plumper in Buzzed, Kush mascara, blur and set powder in Light, highlighter stick in Lit #studiofam\n@colourpopcosmetics (gifted) Stone Cold Fox palette. #editorialmakeup\n3w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CM8GnASJZCd/', 'likes': '940 likes', 'age': '2021-03-27T22:34:23.000Z', 'caption': "arenavi\nstill on my googly eye shit, not really sure how i feel about the nyx brow glue /: tried it a bunch of different ways and it won't lay my brows down for more than a few minutes.\n•\n@milkmakeup (gifted) Kush mascara, Set and Refresh spray. #theartistedit\n@colourpopcosmetics (gifted) Flutter By palette, super shock shadow in Mighty Morphin and Ringlet, Stone Cold Fox palette.\n@milanicosmetics conceal and perfect in 100. #avantgardemakeup\n@essencemakeup clear gloss.\n4w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CM0aKs5pWm-/', 'likes': '311 likes', 'age': '2021-03-24T22:51:22.000Z', 'caption': 'arenavi\nchanneling my inner lifeless puppet, welcome to the show\n•\n@milkmakeup (gifted) Hydrogrip primer, blur and set powder in Light, Kush mascara. #avantgardemakeup\n@colourpopcosmetics (gifted) Fade Into Hue palette, In a Trance palette, just a tint lip crayon in A Go Go, Stone Cold Fox palette. #colourpopcosmetics\n@nyxcosmetics matte liquid liner (to spike the lashes).\n4w'}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CMvLEIPJQOe/', 'likes': '353 likes', 'age': '2021-03-22T22:03:11.000Z', 'caption': "arenavi\ni've been leaning into the hairy, bumpy, undesirable textures these days 🧿evil eye 🧿 inspo from @halfagemini\n•\n@claropsyche sketch paint palette. #graphicliner\n@milkmakeup (gifted) color chalk in Hula Hoop, Hydrogrip primer, blur and set powder in light, Kush Mascara. #avantgardemakeup\n@colourpopcosmetics (gifted) Stone Cold Fox palette.\n@glossier futuredew and stretch concealer in G11.\n5w"}, {'username': 'arenavi', 'link': 'https://www.instagram.com/p/CMiX2RSJOIq/', 'likes': '382 likes', 'age': '2021-03-17T22:44:46.000Z', 'caption': "arenavi\njust a fun look today because i'm writing a video on misconceptions about trauma and sexuality. what weird things have people said about your sexuality in relation to your trauma? u can DM it to me too if you're not ready to share publicly🖤🖤🖤\n•\n@milkmakeup (gifted) electric glossy lip plumper in Lola, Hydrogrip primer, Set and Refresh Spray, color chalk in Skip It, Translucent Light setting powder, lip to cheek in Quickie, and Kush mascara #altfashion\n@colourpopcosmetics(gifted) liquideyeliner in Wine Not, super shock cheek in Cruel Intentions #colourpopme\n#dewyskin\n@glossier stretch concealer in G11. #glossier\n5w"}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/COCjZNZDpv4/', 'likes': '398 likes', 'age': '2021-04-24T07:12:45.000Z', 'caption': 'kijagold\nDrop some green and orange hearts for me 💚🧡🧡•\n•\nLast slide is me when a man speaks 🙄😁 #notallmen\nRecreated this look by @lsgmakeup (tag her) #50looks2021 9/50\n•\nFace:\nBrows - @anastasiabeverlyhills DipBrow Pomade (Ebony)\nFoundation - @fentybeauty (450)\nPrimer - @sephora Hydrate (Hydrating Face Primer)\nConcealer - @lagirlcosmetics Pro Conceal (toffee)\nBlush - @makeupbytammi x @makeuprevolution Golden Hour Palette\nHighlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette\nBronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette\nSetting Powder - @fentybeauty Pro Filt’r (Cashew)\nSetting Spray - @kvdbeauty Lock It\n\nEyes:\nEyeshadow: @makeuprevolution Marvelous mattes\nPrimer: @plouise_makeup_academy\n\nLips:\nLipstick: @maybelline stay mattes ink\nLiner: @sephora Eye Pencil To Go (03 Deep Brown)\nGloss: @rimmellondonpl oh my gloss\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n•\n•\nTag a friend ❤️ - Save and share ✨\n•\n•\n•\nInspo: @babenexttdoor\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n2d'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/COApeudDt4g/', 'likes': 'None', 'age': '2021-04-23T13:28:52.000Z', 'caption': 'kijagold\nKija is back #50looks2021\nRecreated this look by: @lsgmakeup\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n3d'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CN6yqUfDIgD/', 'likes': '283 likes', 'age': '2021-04-21T06:52:14.000Z', 'caption': 'kijagold\nIt’s been a minute, but as promised my birthday vlog is up.... LINK IN BIO ❤️🤗\n5d'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNpHdugjeSp/', 'likes': '118 likes', 'age': '2021-04-14T10:07:41.000Z', 'caption': 'kijagold\n>>> swipe\n•\n\n• 24.9 million people are victims of forced labor - 71% are women\n• 3.8 million adults are trafficked for forced sexual exploitation\n• 1 million children are trafficked for commercial sexual exploitation\n\n⬆️ - as of 2017 (this is 2021!!!)\n\n•\nI chose the NGO @anniecannons because they help turn victims to survivors. Since this has been going on for years there are definitely children who escape or get saved that will need help. That’s why I’m asking you all to do something about it... it’s my only birthday wish. And I hope we reach the goal. Please share to spread awareness.\n#savethechildren #savethechildrenworldwide #saveallthechildren #savethechildrennow\n1w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNotQw3DDgj/', 'likes': 'None', 'age': '2021-04-14T06:35:35.000Z', 'caption': 'kijagold\n21 years on this planet has taught me so much and more than you might believe, I’m honestly grateful, to God and to you who have pushed me to achieving my goals and working on my self.\n\nHappy Birthday Adora, you’re a rare gem.\n•\nBelieve it or not, modern day slavery exists, it’s on the form of sex/child trafficking. In the United States alone the business of selling children and women for sex is worth over $150 Billion dollars. For my birthday I want you to help support Annie Cannons, a non profit organization that help save young women and children from this fate. Let’s help change the world.\n\n• 24.9 million people are victims of forced labor - 71% are women\n• 3.8 million adults are trafficked for forced sexual exploitation\n• 1 million children are trafficked for commercial sexual exploitation\n\n⬆️ - as of 2017 (this is 2021!!!)\n\nAnnie Cannons - Transforming victims of human trafficking into software professionals.\n\n#savethechildren #savethechildrennow\n1w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNiB2sVjHKO/', 'likes': '415 likes', 'age': '2021-04-11T16:03:59.000Z', 'caption': "kijagold\nAll these low IQ hoes baffle me\nTell 'em that I wash bitches take a bath for me\nBunch of trophies in my crib like a athlete\nI see them giving fake love but that trash is weak\n\n- Nicki Minaj\n2w"}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CNPXLMWDfiK/', 'likes': 'None', 'age': '2021-04-04T10:04:58.000Z', 'caption': 'kijagold\nHappy Easter my loves 💝\n\n•\n•\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n3w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CM9Z8BZjvYB/', 'likes': 'None', 'age': '2021-03-28T10:43:06.000Z', 'caption': 'kijagold\n• Tutorial •\n•\nCollaborated with the lovely @_tiabella ✨ to create something SPACEY for you guys.. hope you like it 🥰❤️\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n✨Products✨\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\nHair from - @vive_lux\n\nFace:\nBrows - @anastasiabeverlyhills DipBrow Pomade (Ebony)\nFoundation - @fentybeauty (450)\nPrimer - @sephora Hydrate (Hydrating Face Primer)\nConcealer - @lagirlcosmetics Pro Conceal (toffee)\nBlush - @makeupbytammi x @makeuprevolution Golden Hour Palette\nHighlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette\nBronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette\nSetting Powder - @fentybeauty Pro Filt’r (Cashew)\nSetting Spray - @kvdbeauty Lock It\n\nEyes:\nBase: @plouise_makeup_academy Eyeshadow Base shade (0)\nEyeshadow: @makeuprevolution Marvelous Mattes @paese.cosmetics\n\nLips:\nLipstick: @sephora cream lip stain\nLiner: @sephora Eye Pencil To Go (03 Deep Brown)\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n•\n•\nTag a friend ❤️ - Save and share ✨\n•\n•\n•\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n4w'}, {'username': 'kijagold', 'link': 'https://www.instagram.com/p/CM5Dw7nD8hT/', 'likes': '355 likes', 'age': '2021-03-26T18:11:48.000Z', 'caption': 'kijagold\nThis is giving very much Neon Pennywise - collaboration with @dianne_fab ❤️✨\n•\n✨Products✨\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\nHair from - @vive_lux\n\nFace:\nBrows - @anastasiabeverlyhills DipBrow Pomade (Ebony)\nFoundation - @fentybeauty (450)\nPrimer - @sephora Hydrate (Hydrating Face Primer)\nConcealer - @lagirlcosmetics Pro Conceal (toffee)\nBlush - @makeupbytammi x @makeuprevolution Golden Hour Palette\nHighlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette\nBronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette\nSetting Powder - @fentybeauty Pro Filt’r (Cashew)\nSetting Spray - @kvdbeauty Lock It\n\nEyeliners: @inglot\n\nLips:\nLipstick: @sephora cream lip stain\nLiner: @sephora Eye Pencil To Go (03 Deep Brown)\n•••••••••••••••••••••••••••••••••••••••••••••••••••••••\n•\n•\nTag a friend ❤️ - Save and share ✨\n•\n•\n•\nInspo: @babenexttdoor\n\n#explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup\n\n@makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover\n4w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CN8CPxdpVBg/', 'likes': '847 likes', 'age': '2021-04-21T18:27:39.000Z', 'caption': "kianamitchell_\n#EmergeBeautiful #EmergePartner | I am so excited to be partnering with @emerge throughout this month to share my current favorite products for curly and natural hair! My hair has honestly come so far with these products. It's at such a weird length for me personally, but with all of the moisture and nourishment from my new routine I have come to love it! Check out my stories and TikTok to see how I get these everyday curls in 3 easy steps! I am so thankful to be working with Emerge on this campaign as they work to inspire a younger generation of naturalistas by providing opportunities for partnerships and more. PLUS, who doesn't love an affordable hair routine?\n5d"}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMnPHpapYBx/', 'likes': '928 likes', 'age': '2021-03-19T20:04:42.000Z', 'caption': 'kianamitchell_\n#IPSYPartner | Shoutout to @ipsy for introducing me to so many new favorite products already this year! For this little everyday glam I got to use the @kvdbeauty Lock-It Setting Powder and I’m in love😍. Check out my story for a mini review of the powder and a link to shop! I think y’all are gonna be as obsessed with it as I am🥰\n5w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMeyWRJJO_9/', 'likes': '1,045 likes', 'age': '2021-03-16T13:19:22.000Z', 'caption': 'kianamitchell_\nwhat’s your favorite season? I’d say mine is spring but every time I say something is my favorite I feel like I’m lying lmao like wait what if this other thing is my favorite and I didn’t think about it hard enough??? anyway there’s a little morning ramble for you, I hope y’all have a good day!\u2063\n5w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMX1KVhJENi/', 'likes': '883 likes', 'age': '2021-03-13T20:29:16.000Z', 'caption': 'kianamitchell_\neverybody say thank you @thelipbar for this skin and this gloss and this whole face really🥰 if you missed my IGTV from the other day make sure you check it out! how do y’all feel about voiceovers? I love watching them so I tried it out but wanna know what y’all think!\n6w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMSoGH9FCwK/', 'likes': 'None', 'age': '2021-03-11T19:59:43.000Z', 'caption': 'kianamitchell_\nshopping haul with @thelipbar 🥰✨\n\n#ad | Y’all, guess who is finally available in Walmart??? I am so excited to be partnering with @thelipbar to share with you about their expansion into a new retailer AND their new face and eye products! All of the products that I used today (listed below) are top tier and I felt so glowy in this look🥰 Check out thelipbar.com to find out which Walmart location near you has @thelipbar!\n\n✨ Just a Tint 3-in-1 Tinted Skin Conditioner in Beige Bombshell\n✨ Quick Conceal Caffeine Concealer in Honey\n✨ Set the Tone Finishing Powder in Sweet as Chai and Bronze Beauty\n✨ Glow on Highlighting Blush in Outspoken\n✨ Brown Bombshell Eyeshadow Palette\n✨ Perfect Pair Lip Kit - Lip Liner in Straight Living and Shimmer Lip Gloss in Goddess\n6w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CMN3zgnJaCI/', 'likes': '1,952 likes', 'age': '2021-03-09T23:39:57.000Z', 'caption': 'kianamitchell_\nhey it’s me with a look!!!! finally!!! this liner makes me think of swans and I love it🥰 how have y’all been? tell me something that has made you happy recently! for me it’s my milk frother and espresso machine that just came in the mail lmao I can’t wait to use it👀\n6w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CL8PUD2Jix2/', 'likes': '643 likes', 'age': '2021-03-03T03:19:03.000Z', 'caption': 'kianamitchell_\n!!!! my Texas loves pls be smart and safe !!!!\n7w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CLsP5pIJ5Q7/', 'likes': '875 likes', 'age': '2021-02-24T22:16:20.000Z', 'caption': 'kianamitchell_\nAn old favorite recreated from @esantoinette! I remember this look so fondly, and used one of my all time favorite palettes for it (@bperfectcosmetics carnival palette). So crazy to think about how far I’ve come to now having a code with them, KIANA20 to save 20%. None of this would be possible without y’all and I’m so happy and appreciate of our little fam!\u2063\n\u2063\nHow are y’all doing mentally/emotionally/overall with life rn? Just checking in💖\u2063\u2063\n\u2063\u2063\nI’m still frustrated with my apartment complex because we haven’t had water here for over a week at this point due to damage from the winter storm in Texas last week. It’s difficult for me to ask others for help because I hate feeling like a burden, but I’m thankful for those around me who have offered there homes up for showers, let me use their hoses to fill up gallon jugs of water for the toilets, and given my roommate and I cases of bottled water! \u2063\u2063\n\u2063\u2063\nOn a sad plant mom note, I’ve had to allocate our limited water for myself and the cats obviously so a lot of my plant babies are going through it or dying all together. They bring me so much joy and I’m sad this is the situation, but totally understand they can all be replaced so I’ll get over it\U0001f972\n8w'}, {'username': 'kianamitchell_', 'link': 'https://www.instagram.com/p/CLnNTcYpyD_/', 'likes': '2,297 likes', 'age': '2021-02-22T23:17:26.000Z', 'caption': 'kianamitchell_\n#BlackArtArdor\u2063\u2063\n\u2063\u2063\nSo excited to share this collab with @raggedyroyal!! This whole look had me feeling very fancy and expensive down to the jewelry and blazer🥰 Fun fact: I thrifted this blazer for 50 cents a while back but still haven’t had a chance to wear it out. Thought this look was as good a chance as any to get some use out of it lol\u2063\u2063\n\u2063\u2063\nUsed @glamvicecosmetics abstract rose and pastel paradise paint palettes🥰 (save money w/ my code KIKI10!) \u2063\n\u2063\nEarrings are from @earthboundtrading and septum ring is from @spiritadornmentsjewelry ✨\n8w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/COBph52hEVH/', 'likes': '162 likes', 'age': '2021-04-23T22:47:07.000Z', 'caption': 'marchantainsley\nhappy friday 🪐✨\n\nall brands used tagged, comment for any makeup details🎀\n2d'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CN-6kXrh01b/', 'likes': '127 likes', 'age': '2021-04-22T21:18:17.000Z', 'caption': 'marchantainsley\nGoths day out ☀️\n4d'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNu0SzDhS6d/', 'likes': '126 likes', 'age': '2021-04-16T15:15:36.000Z', 'caption': 'marchantainsley\nwild how changing your hair colour can have such a massive impact on your positivity 🌷✨🎀🦋\n1w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNsuS5-B4PC/', 'likes': '47 likes', 'age': '2021-04-15T19:44:58.000Z', 'caption': 'marchantainsley\nShopping for a new wardrobe is the best form of self care🌸🦋✨\nUploaded a little haul over on my tiktok, sharing here too✌🏻\n1w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNklez3BbtN/', 'likes': '166 likes', 'age': '2021-04-12T15:53:46.000Z', 'caption': 'marchantainsley\nFor the times, they are a changing\n🌺💚💐🦋💖\n\nSome products used:\n\n@fentybeauty cream bronzer teddy\n@charlottetillbury Hollywood flawless filter in light\n@vievemuse power suit lipstick\n@urbandecayuki brow blade\n@sensoriumbeauty platinum brow engineer for eyeshadow base\n@sugarpill fun size palette\n2w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNLkmLeBHA4/', 'likes': '35 likes', 'age': '2021-04-02T22:45:01.000Z', 'caption': 'marchantainsley\nstop whatever you’re doing and drink some water 💙✨🦋\n3w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNLF14ahjEC/', 'likes': '115 likes', 'age': '2021-04-02T18:16:17.000Z', 'caption': 'marchantainsley\n💘🌿✨🦋🌺🥝\n3w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CNAqZSyBfjD/', 'likes': '149 likes', 'age': '2021-03-29T17:04:03.000Z', 'caption': 'marchantainsley\nfeeling like a 00’s bitch 🦋💖\n\nrecreation of @ashlevi lizzie mcguire x @colourpopcosmetics look that i was OBSESSED over\n\nSome products used:\n\n@fentybeauty cream bronzer teddy\n@charlottetillbury Hollywood flawless filter in light\n@vievemuse power suit lipstick and malbec blush\n@urbandecayuki brow blade\n@sensoriumbeauty platinum brow engineer for eyeshadow base\n@meltcosmetics radioactive and recently deceased palettes\n@kvdbeauty gold skool highlighter\n4w'}, {'username': 'marchantainsley', 'link': 'https://www.instagram.com/p/CMz3gWOspo9/', 'likes': '198 likes', 'age': '2021-03-24T17:48:29.000Z', 'caption': 'marchantainsley\nbaby blue 🦋\n\nsorry been hiding away on the sims the past few weeks but it felt so good to put makeup on again☁️\n\nSome products used:\n\n#olehenriksen C-rush Gel creme\n#lottielondon Velvet skin tint in Medium and freckle tint\n#fentybeauty cream bronzer teddy\n@charlottetillbury Hollywood flawless filter in light\n@vievemuse power suit lipstick, piazza and malbec blush\n@urbandecayuki brow blade\n@sensoriumbeauty platinum brow engineer for eyeshadow base\n@bperfectcosmetics Carnival III palette\n@morphebrushes mimi lipliner\n4w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/COJGGs6JHIG/', 'likes': '607 likes', 'age': '2021-04-26T20:11:30.000Z', 'caption': 'circusfairie\nhappy lesbian visibility day <3\n________\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n1h'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CN5qdVsJTNk/', 'likes': '2,084 likes', 'age': '2021-04-20T20:21:19.000Z', 'caption': "circusfairie\nI'm the whole damn cake and the cherry on top🍒\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n6d"}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNx7GH9J9dC/', 'likes': '2,245 likes', 'age': '2021-04-17T20:12:46.000Z', 'caption': "circusfairie\nI'm just so happy it's warm out ☀️🌈\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n1w"}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNlDHGtJb5_/', 'likes': '1,967 likes', 'age': '2021-04-12T20:12:41.000Z', 'caption': 'circusfairie\nfeeling like a cartoon character <3\n(also im wearing the cutest lesbian earrings that will be in my next shop update !!)\n______\nwearing the cutest nails from @rave_nailz\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n2w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNdbMPYpw9B/', 'likes': '2,997 likes', 'age': '2021-04-09T21:09:10.000Z', 'caption': 'circusfairie\nhi guys i dyed my hair again🌈\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n2w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNTB7KOpRYD/', 'likes': '1,907 likes', 'age': '2021-04-05T20:15:59.000Z', 'caption': "circusfairie\nim so happy it's spring 🌷🌈\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n3w"}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CNIuicWJojs/', 'likes': '2,224 likes', 'age': '2021-04-01T20:14:10.000Z', 'caption': 'circusfairie\nrainbow always 🌈🌟\n______\n@colourpopcosmetics\nusing the new lizzie mcguire collection <3\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n@slayfirecosmetics glitter in shade circusfairie <3\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns\n3w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CM74FSrJrBT/', 'likes': '2,237 likes', 'age': '2021-03-27T20:27:27.000Z', 'caption': 'circusfairie\nthe grand canyon was pretty but im prettier <3\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n@hellbitesbeauty lashes in style bewitched\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n4w'}, {'username': 'circusfairie', 'link': 'https://www.instagram.com/p/CMxjT25pxf4/', 'likes': '4,167 likes', 'age': '2021-03-23T20:13:32.000Z', 'caption': 'circusfairie\nhappy spring 💐🐞🌷🌿🦋\n______\n@colourpopcosmetics\nfade into me palette ,\nblush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin\n@milkmakeup\neyeliner in shade black\n#colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam\n4w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/COBL-ChJrL0/', 'likes': '168 likes', 'age': '2021-04-23T18:28:49.000Z', 'caption': 'annuhmakeup\nPlanet her 🪐had to recreate Doja cats make up from kiss me more, original look by @ernestocasillas\n\nE Y E S:\n@xxrevolution xx cloud eyeshadow palette\n@glisten_cosmetics wet liners in blueberry and milk mixed together (use code annuhmakeup10 for £££ off)\nL I P S :\n@morphebrushes sweet tea lip liner\n@makeuprevolution syrup lipstick\n@fentybeauty gloss bomb cream in honey waffles\nF A CE :\n@xxrevolution xx cloud serum primer\n@xxrevolution bright light primer\n@makeuprevolution conceal and hydrate foundation\n@theordinary concealer\n@makeuprevolution glow splendour bronzer\n@xxrevolution haze highlight\n@xxrevolution wave cream highlight\n3d'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNxKDa6J0OT/', 'likes': '194 likes', 'age': '2021-04-17T13:04:14.000Z', 'caption': 'annuhmakeup\nbluuu and glittery\n\n________________________________\nE Y E S :\n@bperfectcosmetics x @staceymariemua carnival 3 Tahiti palette\n@peachesmakeup pigment in venom\nL I P S :\n@morphebrushes sweet tea lip liner\n@morphebrushes Cream lipstick in forevs\nF A C E :\n@xxrevolution glass gloss primer\n@fentybeauty pro filt’r hydrating longwear foundation\n@elfcosmetics hydrating camo concealer\n@morphebrushes contour stick\n@xxrevolution glass highlight\n@makeuprevolution translucent powder\n@lottielondon freckle tint\n1w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNk5ljopskl/', 'likes': '361 likes', 'age': '2021-04-12T18:49:27.000Z', 'caption': 'annuhmakeup\nHappy pint day xx\n\n_____________________________________\nE Y E S :\n@anastasiabeverlyhills x @jackieaina eyeshadow palette\n@lottielondon am to pm liner in espresso\n@candecosmetics CE7 lashes\nL I P S :\n@barrymcosmetics chocolate lip liner\n@muacosmetics TLC lipstick\nF A C E :\n@xxrevolution bright light primer\n@lottielondon velvet skin tint foundation\n@makeupobsession mega concealer\n@theordinary concealer\n@makeuprevolution splendour glow bronzer\n@xxrevolution freeze fix fixing mix\n2w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNaeIzNpk7F/', 'likes': '248 likes', 'age': '2021-04-08T17:37:12.000Z', 'caption': 'annuhmakeup\nWhat’s stopping apple from making the front camera as good as the back camera huh!??\n\nAura eyeshadow inspired by @beamingdesign swipe for inspo x\n\nE Y E S :\n@bperfectcosmetics carnival 3 Tahiti palette\n@makeuprevolution 5D mascara\nL I P S :\n@nyxcosmetics_uk suede lip liner in Toulouse\n@makeuprevolution x @soph fudge lipstick\n@makeuprevolution pout bomb lip gloss in kiss\nF A C E :\n@xxrevolution glass gloss primer\n@lottielondon velvet skin tint foundation\n@elfcosmeticsuk hydrating camo concealer\n@lagirlcosmetics bronzer stick\n@no7uk translucent powder\n@xxrevolution glass gloss liquid highlight\n2w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNLDKskJVjm/', 'likes': '208 likes', 'age': '2021-04-02T17:52:55.000Z', 'caption': 'annuhmakeup\nUr local yoga mom x\nFor real though I did my make up solely for the school for my sister lol, luvv purple and orange together 💜🧡\n\nPart 5 of my spring series\n_____________________________________\nE Y E S :\n@beautybaycom me myself and mmmitchell eyeshadow palette\n@makeuprevolution 5D mascara\nL I P S :\n@barrymcosmetics chocolate lip liner\n@muacosmetics TLC lipstick\nF A C E :\n@xxrevolution bright light primer\n@fentybeauty pro filt’r hydrating longwear foundation\n@elfcosmeticsuk hydrating camo concealer\n@elfcosmeticsuk matte camo concealer to contour\n@muacosmetics tiger lily liquid blush\n@fentybeauty pro filt’r instant retouch setting powder\n@xxrevolution freeze fix dew setting spray\n3w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNIdEh5p8Or/', 'likes': '198 likes', 'age': '2021-04-01T17:41:51.000Z', 'caption': 'annuhmakeup\nI love blue and Peggy Gou xxx\n\nProduct details in my last post 💙\n3w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CNDT25MpG1I/', 'likes': '187 likes', 'age': '2021-03-30T17:44:50.000Z', 'caption': 'annuhmakeup\nThis was meant to be mint but then I realised I won’t own a mint eyeshadow lol anyway!! Blue eyeshadow look\n\nPart 4 of my spring series\n\n____________________________________\nE Y E S :\n@bperfectcosmetics carnival 3 Tahiti palette\n@unicorncosmetics lashes in bubble pop\n@shrine jewels\nL I P S :\n@nyxcosmetics_uk suede lip liner in sandstorm\nF A C E :\n@xxrevolution bright light primer\n@xxrevolution glow skin foundation\n@fentybeauty match stix in linen and amber\n@theordinary concealer\n@lottielondon ombré blush in haze\n@joshcosmetics x @sarahsultannmakeup princess peach highlight\n3w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CM5Lu29pIii/', 'likes': '244 likes', 'age': '2021-03-26T19:21:26.000Z', 'caption': 'annuhmakeup\nIf I can’t glue flowers to my eyes in spring, when the hell can I!! 🌼💛🌝 inspired by the flower queen @echo_michaela\n\nLook 3 of my spring series\n______________________________________\nE Y E S :\n@makeuprevolution x @soph extra spice eyeshadow palette\nL I P S :\n@barrymcosmetics chocolate lip liner\n@morphebrushes cream lipstick in forevs\n@fentybeauty cream gloss bomb cream in honey waffles\nF A C E :\n@xxrevolution bright light primer\n@fentybeauty pro filt’r hydrating longwear foundation\n@makeupobsession mega conceal\n@elfcosmeticsuk camo concealer as cream contour\n@makeuprevolution matte glow splendour bronzer\n4w'}, {'username': 'annuhmakeup', 'link': 'https://www.instagram.com/p/CMz4dg_p8OR/', 'likes': '159 likes', 'age': '2021-03-24T17:57:14.000Z', 'caption': 'annuhmakeup\nReel of yesterday’s look 🌺 inspo @ashanti.riv\n\nProducts listed in my last post\n4w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CN-eOUNLUfh/', 'likes': '356 likes', 'age': '2021-04-22T17:10:36.000Z', 'caption': 'fxmofcolor\nreally love this pearl winged “liner” <3\n•\n@bitebeauty power move creamy matte lip crayon in amaretto *gifted\n@colourpop pressed powder blush in fashion district\n@nyxcosmetics lift and snatch brow tint pen in black\n4d'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CNscNIeLswe/', 'likes': '247 likes', 'age': '2021-04-15T17:06:38.000Z', 'caption': 'fxmofcolor\ndreamy watercolor vibes <3 been loving how my eyebrows have been looking btw...hehe\n•\n@claropsyche sketch paint & psyche’s box\n@poppicosmetics never see you palette\n@nyxcosmetics lift & snatch brow tint pen in black & butter gloss\n@colourpopcosmetics pretty fresh hyaluronic tinted moisturizer\n1w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CNc_YZkLO6c/', 'likes': '259 likes', 'age': '2021-04-09T17:06:10.000Z', 'caption': 'fxmofcolor\nwas inspired by @juandavidferrazzo graphic liner look 🖤\n\n•\n@meltcosmetics muerte eyeshadow palette\n@colourpopcosmetics pretty fresh hyaluronic tinted moisturizer\n@bitebeauty extreme longwear liquid eyeliner *gifted\n@nyx lift and snatch brow tint pen\n2w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CM4791ErLLv/', 'likes': '582 likes', 'age': '2021-03-26T17:03:40.000Z', 'caption': 'fxmofcolor\ni’m anti smiling on camera <3\nliner inspired by @sarah.feingold <3\n•\n@claropsyche sketch paint\n@kvdbeauty tattoo liner *gifted\n@colourpopcosmetics so juicy plumping lip gloss in princess cut, pretty fresh hyaluronic tinted moisturizer and tumeric face milk\n@theboldfacemakeup big reputation lashes\n@nyxcosmetics lift & snatch brow tint pen\n4w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CLw9s9cLETc/', 'likes': '347 likes', 'age': '2021-02-26T18:13:31.000Z', 'caption': 'fxmofcolor\ninspired by @camila_anac <3 since my hair is longer, i’m getting back to my wavy hair phase once again hehe\n•\n@bitebeauty upswing full-volume mascara & upswing extreme longwear eyeliner *gifted and amuse bouche lipstick in porcini\n@colourpopcosmetics lip liner in bff3\n@nyxcosmetics lift & snatch brow tint pen\n8w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CI6JPyjrkb4/', 'likes': '396 likes', 'age': '2020-12-17T18:13:22.000Z', 'caption': 'fxmofcolor\nwhat’s your favorite era for makeup and style? i love the 60s and 70s, just everything about their style is so amazing and lovely ✨ makeup inspired by @buec ❣️btw yes i’m wearing this top again pls don’t judge me\n•\n@poppicosmetics see you never palette *gifted\n@claropsyche psyche’s palette\n@kvdveganbeauty tattoo liner for brows and liner\n@bitebeauty 086 lip pencil and yayslayer plumping lip gloss in guava puff *gifted\n18w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CIWFlHWrs9o/', 'likes': '423 likes', 'age': '2020-12-03T18:08:40.000Z', 'caption': 'fxmofcolor\ni can’t believe i hesitated to do this look, i absolutely loved it!! makeup inspired by @samvissermakeup ‘s look on @alexademie 🐆\n•\n@kvdveganbeauty tattoo liner *gifted\n@colourpopcosmetics “bff3” lip liner\n@bitebeauty amuse bouche lipstick in “porcini”\n@anastasiabeverlyhills “prism” and “subculture” eyeshadow palettes\n@essence_cosmetics lash princess mascara\n@glossier brow flick\n20w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CG-xONZrzSW/', 'likes': '487 likes', 'age': '2020-10-30T20:16:51.000Z', 'caption': 'fxmofcolor\ndid someone ask for a latinx tim burton character? i know this is really simple but i had so much fun with this look! inspired by the tim burton makeup trend (he sucks though bc he’s racist 🖤)\n•\n@anastasiabeverlyhills matte lipstick in smoke and brow powder in granite\n@nyxcosmetics hd blush in taupe\n@theboldfacemakeup big reputation lashes\n@glossier brow flick\n25w'}, {'username': 'fxmofcolor', 'link': 'https://www.instagram.com/p/CGp1chPgLRy/', 'likes': '1,918 likes', 'age': '2020-10-22T17:09:43.000Z', 'caption': 'fxmofcolor\nnegative space butterfly look inspired by @artistry.bri & pater sato 🦋\n•\n@theboldfacemakeup big reputation lashes\n@kvdveganbeauty tattoo liner *gifted\n@nyxcosmetics intense butter gloss\n@colourpopcosmetics bff3 lip liner\n@glossier brow flick\n@claropsyche psyche’s box\n26w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/COJEGzPHTKS/', 'likes': '1,657 likes', 'age': '2021-04-26T19:54:32.000Z', 'caption': 'isabelleikpeme\nonce upon a time...💅🏾💋✨\nig was down when i posted the pics for this look sooo hopefully this does way better😭💞\n2h'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/COI8tzqnizm/', 'likes': '3,747 likes', 'age': '2021-04-26T18:49:27.000Z', 'caption': 'isabelleikpeme\nin need of some cheetah sistasss, who is down??😭💞💅🏾\ninspired by the loml @alexademie 🥰\nhappy monday! totally in love with this look, have had it in my mind for weeks but finally did it yesterday!!! this is sooo cute omg, i def wanna do more looks incorporating animal prints! i want to do a look soon that like a peacock inspired look omg if you guys have any ideas and inspo please send them my way!!!! love you guys💋 see you on wednesday\n(also i have like a week and 2 days left of school im so excited to be over likeeee)\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream (my fave literally)\n@milkmakeup flex concealer shade tan\n@colourpopcosmetics no filter setting powder shade deep\n@xxrevolution glass gloss (literally everywhere haha)\n@kvdbeauty everlasting blush shade poppy\n@kvdbeauty tattoo liner in black\n@colourpopcosmetics statement piece palette shade hoops and too haute palette shade west end\n@milkmakeup kush mascara\n@morphebrushes x @avani black lip liner (per usualllll)\n@kaleidosmakeup charisma contour palette shade warm and deep\n@kvdbeauty lipgloss shade rosa\n@milkmakeup hydro set spray\n@essencemakeup juicy bomb gloss shade crazy cherry\npress ons from @scandal.beauty\ntop from @dollskill\nthumb ring from @vitaly\n(middle finger) solid ring from @seolgold\nbutterfly ring from @palacerings\nchoker from @shopdalmata\nearrings from @jozeliejewls\n3h'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/COBOYuHH17Y/', 'likes': '15,883 likes', 'age': '2021-04-23T18:49:56.000Z', 'caption': 'isabelleikpeme\n⛅️\U0001fa9e🐣 100% cuteness with @mavenbeauty 🐣\U0001fa9e⛅️\nhappy fridayyy! hope everyone had a good week! i had this bucket hat for so long, i didn’t know what i was going to do with it! but i put this look together and i love it i think its so cute! what do you guys think? 🥰🐣⛅️ (mavenbeatypartner)\n👇🏾 products used: all @mavenbeauty 👇🏾\nrose water refresh and setting spray\nlash style in 06\nhighlighter in shade draped\neyeshadow base in shade teddy\nlipstick in shade sus\n3d'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CN8EwFkHmZO/', 'likes': '23,862 likes', 'age': '2021-04-21T18:49:33.000Z', 'caption': 'isabelleikpeme\n🍋☀️💞 who is ready for summerrrr? 💞☀️🍋\ni know i am! only 2 weeks left of school for me! im so excited and happy to be almost over!!! this semester was literally so stressful for me, every time i post my page has literally become a countdown for the end of the semester hahaha. but this summer i have a few exciting and even maybe life changing opportunities to happen, i am so ready for you all to find out what i have planned and whatnot!! 💞☀️💞 see u on friday bbys!\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@plouise_makeup_academy brow pencil\n@sheencosmeticsofficial yellow and orange liner mixed from the festival palette\n@mavenbeauty eyeshadow base\n@xxrevolution glass gloss\n@hankandhenrybeauty blushem shade lolligaggle\n@milkmakeup kush mascara\n@milkmakeup flex concealer\n@kaleidosmakeup charisma contour palette\n@kvdbeauty dark red lipgloss\n@morphebrushes x @avani black lip liner\n@milkmakeup hydro set spray\nearrings from @shop.solani\npressons from @blankgenerationshop\ngold ring from @seolgold\n5d'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNvMrk-n-E9/', 'likes': '20,513 likes', 'age': '2021-04-16T18:48:42.000Z', 'caption': 'isabelleikpeme\n💞🍭🍬cotton candy kisses 🍬🍭💞\nits friday 😇 i hope everyone had an amazing week! got this sweater from @finesseusstudios a while ago and i was gonna do an outfit pic with it but then i decided to do a makeup look instead! i love this so much its sooo cute! i realized that i never do 2 diff liner colors in the same look! i might def change that... what do yall think? let me know in the comments! see u on monday babies!😚☁️🍬\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@maybelline instant age rewind concealer shade hazelnut\n@colourpopcosmetics no filter setting powder shade deep\n@sheencosmeticsofficial sky blue and french rose watercolor liner\n@maybelline sky high mascara\n@xxrevolution glass gloss\n@morphebrushes x @avani black lip liner\n@kvdbeauty lipgloss shade magnolia\n@milkmakeup hydro setting spray\nearrings and yin yang ring from @chvkerjewelry\nsweatshirt from @finesseusstudios\ngold ring from @seolgold\npress ons from @scandal.beauty\n1w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNqDJLMnB_K/', 'likes': '21,501 likes', 'age': '2021-04-14T18:49:10.000Z', 'caption': 'isabelleikpeme\n✨💜☔️purple rain ☔️ 💜✨\nhappy wednesday! i love this look so much, i barely ever do purple but i think it looks so good on me omg! this might be my fave look ever done hahaha. what do yall think? i also hope everyone is having an amazing day!💜✨ ALSO- me in lashes?!?? a new era 😵💜\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@maybelline instant age rewind concealer shade hazelnut\n@plouise_makeup_academy eyebrow pencil\n@colourpopcosmetics no filter setting powder shade deep\n@plouise_makeup_academy acid reign purple cosmetic paint\n@kvdbeauty black tattoo liner\n@morphebrushes x @avani for the bebs shades hidden and bruh\n@xxrevolution glass gloss\n@getyouthforia chemical reaction blush oil\n@sohllashes lashes\n@maybelline sky high mascara\n@morphebrushes x @avani black lip liner\n@milkmakeup hydrogrip setting spray\npurple set @iamgia\nnecklace from @bylolitajewelry\ngold ring from @seolgold\npurple ring from @chvkerjewelry\nearrings from @jozeliejewls\nshades from @sunglassspot\n1w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNk5kAgHZZZ/', 'likes': '21,947 likes', 'age': '2021-04-12T18:49:15.000Z', 'caption': 'isabelleikpeme\n♡o。.✿ฺ。 ✿ฺ ♡o。.✿ฺ。 ✿ฺ ♡\nhiiii i hope everyone is having an amazing day!! i am so tired and drained hahaha im just gonna take the rest of the day easy🥱 when school is over i can finally feel free, im so excited! i have only 3 weeks left, how about yall? 🤍💙\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@milkmakeup flex concealer shade tan\n@colourpopcosmetics no filter setting powder shade deep\n@profusion neon blue eyeliner\n@xxrevolution glass gloss\n@kaleidosmakeup charisma contour palette\n@hankandhenrybeauty blushem shade lolligaggle\n@morphebrushes x @avani lip liner shade black\n@kvdbeauty lipgloss shade magnolia\n@milkmakeup hydrogrip setting spray\nearrings from @withmercii\nshades from @giantvintage\n2w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNdLHwnnIUS/', 'likes': '17,794 likes', 'age': '2021-04-09T18:48:45.000Z', 'caption': 'isabelleikpeme\nill follow you until you love me... 🖤 @mavenbeauty\nhappy fridayyyy!!!! i am loving this look, hby? inspired by my bestie @stenss 🥰 i never do black looks bc i feel like yall dont like them😭 but i love this one hehee🖤✨have the best weekend ever besties and ill see u on monday 🥰(mavenbeautypartner)\n👇🏾products used (all @mavenbeauty)\nbasic beat define palette\neyeshadow base shade teddy\nblack liquid eyeliner\n2w'}, {'username': 'isabelleikpeme', 'link': 'https://www.instagram.com/p/CNYBoeFnSGQ/', 'likes': '14,230 likes', 'age': '2021-04-07T18:49:38.000Z', 'caption': 'isabelleikpeme\n☁️ cloud 9 ☁️\nhappy wednesday! i hope everyone is having an amazing week so far! i decided to go for a glowy and simple look today, and i really love this! my skin was really glowing here hahaha. i dont wear makeup everyday, but if i did this would definitely be my look! i hope everyone loves it as much as i do 🤍☁️🤍 if you want me to do a tutorial/reel on this, comment it belowww!!!\n☁️ wearing @ohpolly ☁️\n👇🏾products used👇🏾\n@garnierusa pore perfecting serum cream\n@plouise_makeup_academy brow pencil\n@maybelline instant age rewind concealer shade hazelnut\n@colourpopcosmetics no filter setting powder shade deep\n@hankandhenrybeauty blushem shade lolligaggle\n@xxrevolution glass gloss on lid and as highlight\n@maybelline skyhigh mascara\n@morphebrushes x @avani black lip liner\n@kvdbeauty lipgloss shade magnolia\nnecklace from @bylolitajewelry\nrings from @seolgold\npress ons @scandal.beauty\n2w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CN3oHTUndw6/', 'likes': '1,955 likes', 'age': '2021-04-20T01:24:41.000Z', 'caption': 'slaybyjess\nGlossy lid ✨🧡\n\n#glossylids #glossylips #makeuptutorial #tiktokmakeup #easymakeup\n6d'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNoKZV5nEFh/', 'likes': 'None', 'age': '2021-04-14T01:20:40.000Z', 'caption': 'slaybyjess\n💞✨\nSong: N.O.R.E - Oye Mi Canto\n\nUsing:\n@lauramercier pure canvas primer\n@urbandecaycosmetics Hydromaniac foundation\n@toofaced born this way concealer\n@milkmakeup lip+cheek werk\n@lauramercier translucent honey powder\n@benefitcosmetics hoola bronzer\n@colourpopcosmetics Stone cold fox palette\n@kaleidosmakeup the escape pod\n@benefitcosmetics sun beam\n\n#makeuptutorial #dewyskin #softglam #colourpopcosmetics #milkcosmetics #benefitcosmetics\n1w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNd4-M6HkFc/', 'likes': '1,436 likes', 'age': '2021-04-10T01:29:24.000Z', 'caption': 'slaybyjess\nSoft-glam ✨✨\nSong: Cardi B Up X Michael Jackson Mashup\n\nUsing:\n@colourpopcosmetics Stone cold fox palette\n@embossbeauty lashes\n@toofaced primer\n@fentybeauty hydrating foundation\n@toofaced born this way concealer\n@emcosmetics liquid blush\n@buxomcosmetics lipgloss\n\n#softglam #softglammakeup #easymakeup #easymakeuptutorial #dewyskin #dewymakeup\n2w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNWHC4nH6yC/', 'likes': '1,441 likes', 'age': '2021-04-07T00:58:45.000Z', 'caption': 'slaybyjess\nI was going for Duvalin vibes to match my brown nails💞\n\nUsing:\n@hudabeauty jelly primer\n@fentybeauty hydrating foundation\n@toofaced born this way concealer\n@kajabeauty cheeky stamps\n@colourpopcosmetics fade into hue palette\n@onesize brown gel liner\n@tatti_lashes molly-Mae everyday lashes (code: slaybyjess15)\n@lauramercier caviar stick orchid\n@innbeautyproject lip oil glaze #1\n\n#makeuptutorial #dewyskin #easymakeup #fentybeauty #fentyface #colorfulmakeup\n2w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CNOa_YgH_r-/', 'likes': 'None', 'age': '2021-04-04T01:19:04.000Z', 'caption': 'slaybyjess\nColorful yet wearable 💙 also this song came back into popularity because of tiktok and I’m glad it did\n\nUsing:\n@hudabeauty jelly primer\n@milkmakeup sunshine skin tint\n@toofaced born this way concealer\n@kajabeauty cheeky stamp\n@bhcosmetics BFF palette\n@blinkingbeaute Thursday lashes\n@morphebrushes lip pencil sweet tea\n@milkmakeup electric lip plump in charged\n\n#easymakeup #simplemakeup #colorfulmakeup #makeuptutorials #pocmakeup\n3w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMvhbCRnMe1/', 'likes': '2,159 likes', 'age': '2021-03-23T01:18:33.000Z', 'caption': 'slaybyjess\n💜✨💞\n\nFace:\n@exa.beauty primer and foundation\n@toofaced concealer\n@emcosmetics Venetian rose liquid blush\n@buxomcosmetics dolly blush\nBrows:\n@morphebrushes micro brow pencil (dc: glamfam378)\n@lauramercier brow gel\nEyes:\n@kaleidosmakeup club nebula palette\n@blinkingbeaute Thursday lashes\nLips:\n@morphebrushes sweet tea lip liner\n@kaleidosmakeup fantasize lipgloss\n\n#simplemakeup #easymakeup #makeuptutorial #tiktokmakeup #glowymakeup\n4w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMlPqAVHca0/', 'likes': '2,263 likes', 'age': '2021-03-19T01:31:17.000Z', 'caption': 'slaybyjess\n💟💜✨ inpo: @jaimariah\n\nFace:\n@exa.beauty primer and foundation\n@toofaced concealer\n@emcosmetics Venetian rose liquid blush\n@buxomcosmetics dolly blush\nBrows:\n@morphebrushes micro brow pencil (dc: glamfam378)\n@lauramercier brow gel\nEyes:\n@kaleidosmakeup club nebula palette\n@blinkingbeaute Thursday lashes\nLips:\n@morphebrushes sweet tea lip liner\n@kaleidosmakeup fantasize lipgloss\n\n#simplemakeup #easymakeup #makeuptutorial #tiktokmakeup #glowymakeup\n5w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMV6xCDnW3u/', 'likes': 'None', 'age': '2021-03-13T02:39:56.000Z', 'caption': 'slaybyjess\nPop of pink ✨💞🍒 inspo: @glamxbrit\n\n@morphebrushes micro brow pencil\n@nyxcosmetics the brow glue\n@colourpopcosmetics stone cold fox palette and fade into hue palette\n@ardellbeauty lashes\n@hudabeauty jelly primer\n@urbandecaycosmetics Hydromaniac foundation\n@toofaced born this way concealer\n@emcosmetics sunset sky liquid blush\n@colourpopcosmetics good and plenty lip liner\n\n#simplemakeup #dewymakeup #makeuptutorials #everydaymakeup #colourpopcosmetics\n6w'}, {'username': 'slaybyjess', 'link': 'https://www.instagram.com/p/CMTS5WbHymM/', 'likes': '1,666 likes', 'age': '2021-03-12T02:12:53.000Z', 'caption': 'slaybyjess\nStarry eyes 🌟\n@benefitcosmetics precisely my brow pencil\n@lauramercier brow gel\n@colourpopcosmetics fade into hue palette\n@onesize liquid liner\n@toofaced plump and prime\n@fentybeauty hydrating foundation\n@colourpopcosmetics liquid blush\n\n#colorfulmakeup #purplemakeup #dewyskin #dewymakeup\n6w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CM5brjGHhc7/', 'likes': '1,301 likes', 'age': '2021-03-26T21:40:47.000Z', 'caption': 'itsariellaa\nHey yall 👋🏽 , been tryin out a new foundation routine & SHEEEESHHHHH , I’m obsessed s/o to my bby @domuanatrix for givin me some new tips 🥵 , also my homegirl at @y.xolashes dropped these new top lashes in charmed & I gotta say THESEEE HOES RIGHT HEREEE , are my favorite fucking lashes to ever lay on my eyes , like I just feel so PRETTY & sultry ASF ( also bottom lashes are from her in virgo just cut up! )\n\nFoundation: @milanicosmetics screen queen in 380 deep tan\nEyeshadow: @shroudcosmetics divinity pallet , oshun, Aphrodite , freya, milda k @anastasiabeverlyhills mini prop pallet Vol3 A1\nWaterline: @colourpopcosmetics creme gel liner in periwinkle\nBlush/contour: paint pallet neutrals\nSetting powder: @anastasiabeverlyhills loose banana powder\n4w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CLILYW5nXuN/', 'likes': '1,520 likes', 'age': '2021-02-10T22:04:10.000Z', 'caption': 'itsariellaa\nGRAPHIC LINER RECREATION LOOK , ORIGINAL ARTIST @babenexttdoor\nOmg when I first SAW THIS LOOK I DIEDD ( I saw it on tiktok first , also GO FOLLOW THEM & ON THERE TOO IF USE IT , THIER ARTISTRY IS AMAZING!! )\n\nalso i never really thought I’d pick up graphic liner again tbch , but holy shit I didn’t realize how much I missed doing it on myself & I forgot how therapeutic it once was for me , getting back into it made me feel like I was reuniting with an old friend😭😂 , But I’m so ready to get back into it I’m so excited!!! 😩 ( ALSO IF YALL CURIOUS WHERE I GET MY JEWELRY FROM I TAGGED THEM , support small businesses & check them out 🥰 )\n\nAlso thanks to @crazycolorltd for helping me keep up with my hair color I used like twist & sapphire blue!!\n\nProducts\n\n@goodmolecules pure cold pressed roseship oil & Yerba mate wake up eye gel\n\nFoundation: @milanicosmetics screen queen in 380\nConcealer: @colourpopcosmetics medium dark tan 120 W\nSetting powder: @anastasiabeverlyhills loose banana powder\nCream contour: @karabeautyofficial micro contour pencil in deep\npowder bronzer : @milanicosmetics 03 sun tan bain de soleil silky matte\nLips: @milanicosmetics 240 SHOOP & @maccosmetics powder kiss in impulsive topped with a lip oil\nBlush: @milanicosmetics baked bronzer 05\nEyeliner: @anastasiabeverlyhills cake liner in opaque with & electric orange\nWater liner: @colourpopcosmetics periwinkle ( my favorite 🥰 )\nBrows: ( I made like a mix of a bunch of shit , might show y’all how I make my blue pomade )\nAlso thanks to @crazycolorltd for helping me keep up with my hair color I used electric lime & sapphire blue!!\n10w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CKr2cxJH-HX/', 'likes': '1,351 likes', 'age': '2021-01-30T22:02:32.000Z', 'caption': 'itsariellaa\nOld look I did that I never posted , haven’t really played with makeup for awhile now since I’ve just mainly been working with my therapist , but hope y’all are all good & the universe & yourself are treating you kindly , love you qts\n( also to lazy to post product details so I’ll do it later 💀 )\n12w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CHeAG0pn9eH/', 'likes': '1,659 likes', 'age': '2020-11-11T23:23:23.000Z', 'caption': 'itsariellaa\nHello bitches it’s me & im beautiful 🤪\nAlso wow really love “ soft glam “ rn\n\nProducts\nSkin: @goodmolecules roseship seed oil @olehenriksen banana bright eye creme & @olehenriksen banana bright face primer\nFoundation: @milanicosmetics screen queen in 380 deep tan\nConcealer: @colourpopcosmetics pretty fresh in med dark 120 w\nSetting powder: @anastasiabeverlyhills loose setting powder in banana\nTop lashes: @y.xolashes in SLUT\nEyeshadow: @colourpopcosmetics ornate eyeshadow palette\nWaterline: @colourpopcosmetics creme liner in periwinkle\nHighlighter: @danessa_myricks dew wet highlighter in clear\nLips: @milanicosmetics shoop lipliner with @maccosmetics powder kiss in impulsive topped with @colourpopcosmetics lux gloss in lust\nBronzer: @milanicosmetics sun tan/ Bain de soleil\nBlush: @milanicosmetics baked bronzer in 05 soleil/soleil\nHairdye: crazy color in sapphire\n23w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CG3fJTpnkCr/', 'likes': '1,613 likes', 'age': '2020-10-28T00:24:13.000Z', 'caption': 'itsariellaa\nHey yall, missed glam makeup so I did the awhile ago , probably gonna delete this soon tho cause this looks boring lol 💀\n\nSkin prep:\n@goodmolecules pure cold pressed roseship seed oil ( y’all need it btw it’s bomb 😭 )\nEyecream: @olehenriksen truth banana bright ere crème\n@olehenriksen c-rush brightens double crème\n@olehenriksen banana bright face primer\nFoundations: @kvdveganbeauty true portrait in tan 060 mixed with @milanicosmetics screen queen in 360 deep tan\nLashes: @y.xolashes in “SLUT”\nNecklace: @libralunacreations\nBronzer: @milanicosmetics silky matte sun tan/ Bain de soleil\nLips: @maccosmetics powder kiss in impulsive\nWaterlines: @colourpopcosmetics periwinkle creme gel liner\nHairdye: @crazycolorltd in sapphire & toxic UV\n25w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CFDThu3n2ZD/', 'likes': '1,381 likes', 'age': '2020-09-12T21:30:48.000Z', 'caption': 'itsariellaa\nHello life update since I always go mia LMFAO 💀 , but confronted my abuser got the closure I needed, now I’ma be actively working on my trauma responses with my hypnotherapist!! So yeah I’ve been really trying to better myself , been a bit drained but I’m really excited about the future !! I haven’t been this happy/excited genuinely about life in a very long time , it’s getting easier to get out of bed & I’m starting to get energy again to do the things I used to love! Also thankful for my friends & my cousin jake for making me realize I deserve better & letting me open up at my own pace , yall have shown me love in ways I’ve never experienced before & im so so grateful to have you all in my life!! Younger me is so fucking happy!! I never imagined living past 16 , but I’m 22 now & im fucking THRIVING , & FUCK BPD IMA BEAT THAT BITCHES ASS & GIVE MYSELF EVERYTHING YOUNGER ME & PRESENT ME FUCKING DESERVE 🧿💙\n32w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CD2SBmYna-L/', 'likes': '1,907 likes', 'age': '2020-08-13T23:36:09.000Z', 'caption': 'itsariellaa\nHey it’s been a fucking minute, I haven’t been really enjoying ig as much anymore sry, I’ve been more active on twitter tho, but hi I’m alive and well & I hope y’all are doing good too💙\n\nDetails\nSkin prep: @111skin pollution defense booster\n@goodmolecules pure cold pressed roseship seed oil ( y’all need it btw it’s bomb 😭 )\nEyecream: @olehenriksen truth banana bright ere crème\n@olehenriksen c-rush brightens double crème\n@olehenriksen banana bright face primer\nFoundations: @kvdveganbeauty true portrait in tan 060 mixed with @milanicosmetics screen queen in 360 deep tan\nConcealer: @colourpopcosmetics pretty little fresh concealer in med dark 120w\nPower: @milanicosmetics translucent banana powder mixed with abh banana powder\nEyeliner: @colourpopcosmetics creme gel liner in periwinkle\nBrows: @kvdveganbeauty everlasting lip liner in satellite\nLashes: @y.xolashes in slut ( check them out and support my homegirl!! 💙 )\nLips: @mialni lip liner in shoop & @maccosmetics powder kiss lipstick in impulsive topped with with @danessa_myricks glaze in clear\nBlush: @milanicosmetics baked bronzer in 05 soleil\nEyeshadow: @shroudcosmetics take a hint\n& norvina Vol 1 A5 E2 E4 C1\n36w'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CA8lBS_n793/', 'likes': '136 likes', 'age': '2020-06-02T20:43:23.000Z', 'caption': 'itsariellaa\nhttps://blacklivesmatters.carrd.co/\n46wReply'}, {'username': 'itsariellaa', 'link': 'https://www.instagram.com/p/CA8WKgrHqvo/', 'likes': '210 likes', 'age': '2020-06-02T18:33:35.000Z', 'caption': 'itsariellaa\nUPDATE!\n46w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CM5ffrTpxSl/', 'likes': '39 likes', 'age': '2021-03-26T22:14:28.000Z', 'caption': 'cakefacehannahh\nfull face of @colourpopcosmetics ✨\n\n- pretty fresh tinted moisturizer (2W)\n- pretty fresh concealer (fair 10N)\n- cheek dew serum blush (so cosmo)\n- blush (terran up my heart)\n- bronzer (spectacle)\n- the child palette\n- lippie pencil (bff 3)\n- lippie stick (im fab)\n- lux lip oil (blossom out)\n@solbody\n- face & body bronzing balm (fair)\n4w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CL5dUxFJ-WJ/', 'likes': '152 likes', 'age': '2021-03-02T01:23:45.000Z', 'caption': 'cakefacehannahh\nhi :)\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n7w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLhywIZJqTh/', 'likes': '318 likes', 'age': '2021-02-20T20:49:13.000Z', 'caption': 'cakefacehannahh\nyellowy orange 😌✨\n\n@jdglowcosmetics\n✨ single shadow “hey papi”\n\n@beautybaycom\n✨ 42 color bright palette (the one w shimmers)\n\n@lottielondon\n✨ freckle tint\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n9w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLfvh0Gp4Ru/', 'likes': '138 likes', 'age': '2021-02-20T01:42:52.000Z', 'caption': 'cakefacehannahh\nlate post todayyy\n\n@jdglowcosmetics\n🧩 single shadows “prismatic”\n\n@glamvicecosmetics\n🧩 pastel retro liner “ice pop”\n\n@bymelolops\n🧩 mini water ink “toxic”\n9w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLX-4IaJyva/', 'likes': '217 likes', 'age': '2021-02-17T01:23:05.000Z', 'caption': 'cakefacehannahh\nhello 🦋🦋\n9w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLQGq-KpKoU/', 'likes': '175 likes', 'age': '2021-02-13T23:56:57.000Z', 'caption': 'cakefacehannahh\ngreen butterflies!!\n\n@jdglowcosmetics\n🌱 single shadow “unexpected”\n\n@looxi_beauty\n🌱 single shadow “Apollo”\n\n@glamvicecosmetics\n🌱 retro liner “keylime”\n\n@bymelolops\n🌱 mini water ink “slime”\n\n@lottielondon\n🌱 freckle tint\n\n@wetnwildbeauty\n🌱 kohl lip liner “chestnut’\n\n@shopmissa\n🌱 faux mink lashes “Melissa”\n\n@milkmakeup\n🌱 baked bronzer\n\n@kvdveganbeauty\n🌱 translucent loose powder\n\n@pixibeauty\n🌱 liquid lip “coral bang”\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n10w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLH9sQrJi-D/', 'likes': '107 likes', 'age': '2021-02-10T20:04:33.000Z', 'caption': 'cakefacehannahh\nfirst Valentine’s Day look this year ❤️\n\n@beautybaycom\n❤️ 42 color bright palette\n\n@midascosmetics_\n❤️ rose gold flakes (code “hannah” for 20% off) this is an affiliate code*\n\n@pop_beauty\n❤️ plump lip gloss “watermelon wow”\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n10w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CLAYT4gJc2h/', 'likes': '146 likes', 'age': '2021-02-07T21:23:14.000Z', 'caption': 'cakefacehannahh\npastel butterfly eyes 🦋\n\n@looxi_beauty\n🦋 “ube”\n🦋 “apollo”\n🦋 “chilly”\n\n@glamvicecosmetics\n🦋 “gelato”\n🦋 “key lime”\n🦋 “blue raspberry”\n\n@glowbyauric\n🦋 glow lust “morganite”\n\n@nyxcosmetics\n🦋 born to glow foundation “fair”\n\n@milanicosmetics\n🦋conceal + perfect concealer “pure ivory 100”\n\n@milkmakeup\n🦋 matte bronzer “baked”\n\n@shopmissa\n🦋 hush cream blush “cozy”\n\n@kvdveganbeauty\n🦋 loose powder “translucent”\n\n@wetnwildbeauty\n🦋 loose highlighter “I’m so lit”\n\n@luminesscosmetics\n🦋 lion king contour kit (for faux freckles)\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n11w'}, {'username': 'cakefacehannahh', 'link': 'https://www.instagram.com/p/CK97kblp6dA/', 'likes': '149 likes', 'age': '2021-02-06T22:33:36.000Z', 'caption': 'cakefacehannahh\nliner shape is a recreation of @dumb.makeup ✨\n\n@trendbeautyofficial\n🐍 gimmie more palette\n\n@bymelolops\n✨ mini water ink “toxic”\n\n@glamvicecosmetics\n🐍 “keylime”\n😈 “gelato”\n\n@shopmissa\n✨ 3D faux mink lashes “Brianna”\n-\n-\n-\n\n#halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner\n11w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COJBNCWpCaL/', 'likes': '48 likes', 'age': '2021-04-26T19:28:40.000Z', 'caption': 'beatzbybritt\nReady, Player 1 💥💙\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n@danessa_myricks - Beauty Oil\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@elfcosmetics - brow cream pomade in “Espresso”\n\nEYES\n@stylcosmetics - pressed HD glitter in “Nice”\n@anastasiabeverlyhills - Amrezy palette\n@elfcosmetics - black liquid liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@nyxcosmetics - lip liner in “Cold Brew”\n@artistcouture - Uncensored 2.0\n•\n•\n•\n#blue #glammakeup #glitter #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #explore #explorepage\n2h'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COIux5epkpD/', 'likes': '78 likes', 'age': '2021-04-26T16:47:41.000Z', 'caption': 'beatzbybritt\nThat can’t eat, can’t sleep, reach for the stars, over the fence, world series kind of stuff 💙 #alwaysandforever #blacklove #myperson\n5h'},{'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COGdlMipuPz/', 'likes': '105 likes', 'age': '2021-04-25T19:38:55.000Z', 'caption': 'beatzbybritt\nOh, so this is 30 💙\n#dirtythirty #thirtyflirtyandthriving #thirty\n1d'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/COBNMC5JLfl/', 'likes': '93 likes', 'age': '2021-04-23T18:39:28.000Z', 'caption': 'beatzbybritt\n💙✨90’s baByYy✨💙\nIB: @stenss\n—————————————————————————\nHi babes! I missed you guys. Had to take a break but I’m back again 🥰\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n@danessa_myricks - Beauty Oil\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@elfcosmetics - brow cream pomade in “Espresso”\n\nEYES\n@danessa_myricks - Colorfix Glaze colors “Lift” “Fireworks” and “Limesickle” mixed\n@plouise_makeup_academy - White base\n@bperfectcosmetics - Carnival lll palette\n@elfcosmetics - black liquid liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@nyxcosmetics - lip liner in “Cold Brew”\n@artistcouture - Uncensored 2.0\n•\n•\n•\n#90s #teal #airbrush #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #explore #explorepage\n3d'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNdPRPOpU7U/', 'likes': '70 likes', 'age': '2021-04-09T19:25:00.000Z', 'caption': 'beatzbybritt\nFreaky Friday 🕷\n\n*ANSWER IN COMMENTS!* What is your fear or phobia ? I haaaatteeeeee spiders ! Everything about them freak me the fuck out and idc how small 😖 But what better way to face a fear then to draw it on your face lol\n\nAlso got inspo from a picture on Pinterest but couldn’t find the artist so if anyone knows please tag them !\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@elfcosmetics - brow cream pomade in “Espresso”\n\nEYES\n@plouise_makeup_academy - base pro Rumour 2\n@beautybaycom - Brights palette\n@elfcosmetics - black liquid liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@danessa_myricks - colorfix matte “Tribe” and Clear Glaze on top\n•\n•\n•\n#spider #freakyfriday #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #curlygirl #naturallycurly #curlyhair\n2w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNapafkpk2L/', 'likes': '70 likes', 'age': '2021-04-08T19:15:44.000Z', 'caption': 'beatzbybritt\nSooo I wasn’t gonna post this bc I was going for a marble table top look and I don’t think I achieved that and the perfectionist in me got annoyed as hell the more I looked at this picture but then I was like fuck it bc whatever look this is, it looks bomb so here ya go 🤣🤣\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@benefitcosmetics - brow microfilling pen in “Deep Brown”\n\nEYES\n@plouise_makeup_academy - bases “Touch of Frost”\n@colourpopcosmetics - Fade into Hue palette\n@nyxcosmetics - Gold glitter liquid liner\n@glamvicecosmetics - “Disco Fever” retro liner\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@beccacosmetics - highlight in “Champagne Pop”\n\nLIPS\n@nyxcosmetics - lip liner “Cold Brew”\n@fentybeauty - gloss Bomb in “Hot Chocolit”\n•\n•\n•\n#marblemakeup #marble #gold #graphicliner #muasupport #creativemakeup #100daysofmakeup #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme\n2w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNYFXPwJOSk/', 'likes': '82 likes', 'age': '2021-04-07T19:22:14.000Z', 'caption': 'beatzbybritt\nYou already know what we do on Wednesdays 💕\nIB : @visiblejune\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@benefitcosmetics - brow microfilling pen in “Deep Brown”\n\nEYES\n@plouise_makeup_academy - base “Winter Rose”\n@colourpopcosmetics - Fade into Hue palette\n@bymelolops - water ink liner in “Atomic”\n@prxettylashes - Tease\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@fentybeauty - highlight in “Wattabrat”\n\nLIPS\n@colourpopcosmetics - lippie stix “I heart this”\n•\n•\n•\n#pink #pinkmakeup #graphicliner #muasupport #creativemakeup #100daysofmakeup #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme #curlyhair #naturallycurly #curlygirl\n2w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNN5NCRpo0I/', 'likes': '101 likes', 'age': '2021-04-03T20:23:34.000Z', 'caption': 'beatzbybritt\nFlyYyYyYyY girl.\nIb: @jasmeannnn\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nBROWS\n@anastasiabeverlyhills - clear brow freeze\n@benefitcosmetics - brow microfilming pen in “Deep Brown”\n\nEYES\n@plouise_makeup_academy - bases “Winter Rose” and “Touch of Frost”\n@colourpopcosmetics - Fade into Hue palette shades “Paradise” and “Iconic”\n@glamvicecosmetics - “Disco Fever” and “Skate Date”\n@prxettylashes - “Tease”\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - setting powder in “Banana”\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@fentybeauty - Diamond Bomb highlight in “How Many Carats?!”\n\nLIPS\n@nyxcosmetics - lip lipliner in “Cold Brew”\n@nyxcosmetics - lip stick in “Lace Detail”\n@nyxcosmetics - soft matte lip cream in “Stockholm”\n@lagirlcosmetics - clear gloss lip topper\n•\n•\n•\n#bandana #graphicliner #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme #curlyhair #naturallycurly #curls #naturalhairjourney\n3w'}, {'username': 'beatzbybritt', 'link': 'https://www.instagram.com/p/CNIomLFJ03_/', 'likes': '90 likes', 'age': '2021-04-01T19:22:15.000Z', 'caption': 'beatzbybritt\nLadies and gentlemen....her 💙\nIb: @naezrahlooks\n•\n•\n•\nPREP\n@milkmakeup - hydro grip primer\n\nEYES\n@plouise_makeup_academy - blank canvas, black base, and Worldie palette\n@bperfectcosmetics - Carnival lll palette\n@glamvicecosmetics - retro liner in “Ice Pop”\n\nFACE\n@milkmakeup - Sunshine Skin Tint in “Medium Tan”\n@milkmakeup - Flex foundation stick in “Golden Sand”\n@fentybeauty - Pro Filtr matte foundation\n@fentybeauty - pro filtr concealer\n@fentybeauty - bronzer in “Caramel Cutie”\n@fentybeauty - cream blush “Strawberry Drip”\n@fentybeauty - Diamond Bomb highlight in “How Many Carats?!”\n\nLIPS\n@nyxcosmetics - lip liner in “Cold Brew”\n@fentybeauty - Gloss Bomb in “Hot Chocolit”\n•\n•\n•\n#graphicliner #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #curlyhair #naturallycurly #naturalhairjourney\n3w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/COGaDaEhIBR/', 'likes': '2,929 likes', 'age': '2021-04-25T19:08:05.000Z', 'caption': 'sophmartine\nuntouchable but you feel me 🪐\n\n#curlyhairkillas #naturalhairloves #curlyhairroutine #makeuplover💄\n1d'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CN5PaG3BIET/', 'likes': '1,183 likes', 'age': '2021-04-20T16:25:17.000Z', 'caption': 'sophmartine\n#ad Heylooo my loves 🥰 as you know ive been on a skincare journey & recently I’ve been looking for skincare which gives me a dewy finish as well as working on reducing my problematic areas - dark spots😩 I’ve been absolutely loving the @Caudalie Vinoperfect Range, these products give me that hydrating glow and at the same time work their magic with my hyperpigmentation 🤩 I’ll keep you updated!\n\nProducts used:\nRadience serm\nDark Spot Correcting Night Cream (dark areas only)\nInstant Brightening Moisturiser\n\n#Caudalie #Vinoperfect\n6d'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNxdQoZBUIg/', 'likes': '1,808 likes', 'age': '2021-04-17T15:52:11.000Z', 'caption': 'sophmartine\nhey shawtyyyy😻 happy saturday\n\n2 plaits 2 buns - when my hair is getting dry near wash day I love doing these cute up styles!\n\n@livingproofuk curl cream\n@verte_skin hair oil - put on my scalp/roots for moisture\n\n#curlyhairkillas #curlyhairstyle #naturalhairloves #livingproof #naturalhairstylist #protectivehairstyles\n1w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNun5pJBcgL/', 'likes': '4,244 likes', 'age': '2021-04-16T13:27:19.000Z', 'caption': 'sophmartine\ndon’t act like I’m average😌\n\nI’ve taken a week off from creating content/posting and i can’t wait to start again 🤩 feeling refreshedddddd. if you have any product questions on this look lemme know 💛\n1w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNcwrQVhdD2/', 'likes': '2,970 likes', 'age': '2021-04-09T14:57:40.000Z', 'caption': 'sophmartine\n@fentybeauty eaze drops first impressions on my YouTube 💛 link in ma bioooo! Swipe for full look 👉🏽\n\n#EazeDrops shade 15 - it was a little darker but it gave me a sun kissed look, in summer it’d be the perfect shade 😍 obsessed with this formula! Literally always reaching for it as my natural base to to 💛\n\n@fentybeauty concealer 310\n@fentybeauty caramel cutie bronzer\n\n#fentyface #naturalmakeuplook #summermakeup #summermakeuplook #naturalmakeuplooks #madebymitchell\n2w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNVOzNzJihG/', 'likes': '2,107 likes', 'age': '2021-04-06T16:46:58.000Z', 'caption': 'sophmartine\nin comfies always ☁️\n\n#comfyoutfit #comfystyle #comfyclothes #casualoutfits #casualfashion #streetstyleinspo #streetstylelook #skims #bershkastyle #jordanshoes\n2w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNSaji2hQlX/', 'likes': '2,240 likes', 'age': '2021-04-05T14:31:58.000Z', 'caption': 'sophmartine\nbank holiday enjoymenttttt🌞\n\n@fentybeauty eaze drop 15\n@tartecosmetics medium concealer\n@lauramercier honey power\n@maccosmeticsuk sun powder bronze\n@kkwbeauty x @makeupbymario blush\n@martinesmakeup Martiné lash\n@kvdbeauty tattoo liner\n@martinesmakeup coco liner\n@narsissist lipstick\n@martinesmakeup dime gloss\n\n#eazedrop #tarteshapetape #kkwbeauty #makeupbymario #martinesmakeup #kvdbeauty #narscosmetics #fauxfreckles #softglammakeup #makeuplover💄 #makeupjunky\n3w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNPsdM1Bm-i/', 'likes': '1,732 likes', 'age': '2021-04-04T13:12:35.000Z', 'caption': 'sophmartine\nkeeping the skin naturallll bby 🤩 the weather is giving me lifeee, to keep my skin looking natural i use a facial oil then just the smallest amount of a hydrating foundation for the base ✨\n\n@koraorganics noni glow oil\n@fentybeauty hydrating foundation 330\n@tartecosmetics shape tape tan\n@lauramercier honey powder\n@benefitcosmeticsuk hoola bronzer\n@maccosmeticsuk melba blush\n\ny’all know when I love a song I can’t stop playing it soooo I’m sorry not sorry 🤗😭💛\n\n#summermakeup #springmakeup #naturalmakeuplook #makeupobsession #koraorganics #tarteshapetape #fentybeauty #dewymakeup\n3w'}, {'username': 'sophmartine', 'link': 'https://www.instagram.com/p/CNKyhEWBqaN/', 'likes': '1,964 likes', 'age': '2021-04-02T15:27:25.000Z', 'caption': 'sophmartine\nhappy friday 🥰 I can’t stop with the dewy skin looks, love this finish especially for summer lightweight looks 🌞 I used @ciatelondon skin tint for my base in the shade 050 💛\n\n#ciatelondon #ciate #ciatedewyskin #dewyskin AD\n3w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/COIn18PliwN/', 'likes': '1,333 likes', 'age': '2021-04-26T15:48:03.000Z', 'caption': 'eeerinr\nUnbox & try @chamberlaincoffee with me💚☕️ final verdict is, it’s really good hehe! Ily @emmachamberlain\n—\n#chamberlaincoffee#reelsunboxing\n6h'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/COGcNxrl0HE/', 'likes': '5,340 likes', 'age': '2021-04-25T19:26:59.000Z', 'caption': 'eeerinr\ncowgirlin🤠💖\n1d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CODdSPyl7Dk/', 'likes': '3,649 likes', 'age': '2021-04-24T15:38:36.000Z', 'caption': 'eeerinr\n💎🦋🐬💦🌊\U0001fad0 p.s enjoy this photo dump of kittens I found on pinterest\n2d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CN-tHjlF3xF/', 'likes': '6,335 likes', 'age': '2021-04-22T19:20:45.000Z', 'caption': 'eeerinr\nin my natural habitat\n4d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CN5kT0OFQre/', 'likes': '8,441 likes', 'age': '2021-04-20T19:27:35.000Z', 'caption': 'eeerinr\n💚🧚🏻👒\U0001fab2🐛 inspo: @alexademie ✨ I wish I had this beautiful natural lighting all the time\n—\neyes🧚🏻\n@plouise_makeup_academy base 02 (use code EEERINR10)\n@anastasiabeverlyhills brow pen ‘medium’ & glitters ‘salem’ & ‘colour wave’\n@fairtolookfabulous brow soap\n@bperfectcosmetics x @staceymariemua love Tahiti palette\n@rarebeauty confident energy eyeshadow palette\n@makeupbymario pro pigment pencil ‘super black’\n@morphebrushes white liquid liner\nface🧚🏻\n@rarebeauty always an optimist illuminating primer\n@milkmakeup baked bronzer’ & skin tint ‘light’\n@lauramericer flawless fusion concealer 1N & translucent powder\n@makeupbymario master crystal reflector ‘quartz’\n@kyliecosmetics blush ‘kitten baby’\n@missguidedbeauty instant vacay bronzer ‘light’\n@tomfordbeauty shade & illuminate\nlips🧚🏻\n@kkwbeauty lip liner 1.5 nude\n6d'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CN0abDgFKyA/', 'likes': '9,301 likes', 'age': '2021-04-18T19:24:59.000Z', 'caption': 'eeerinr\nfelt like a lil garden fairy💚🌺🧚🏻🌷🐛\U0001fab2👒 @houseofsunny\n1w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CNsskWDlLPO/', 'likes': '11,276 likes', 'age': '2021-04-15T19:29:37.000Z', 'caption': 'eeerinr\n5 years with u🤍🔒\n1w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CNnh-BDFMgH/', 'likes': '8,263 likes', 'age': '2021-04-13T19:20:48.000Z', 'caption': 'eeerinr\nshe’s a libra\n1w'}, {'username': 'eeerinr', 'link': 'https://www.instagram.com/p/CNiZwk4FEdZ/', 'likes': '6,696 likes', 'age': '2021-04-11T19:32:51.000Z', 'caption': 'eeerinr\ncare bear💕🌸💞🌷 inspo: @stenss\n—\neyes💕\n@plouise_makeup_academy base 02 (use code EEERINR10)\n@anastasiabeverlyhills brow pen ‘medium’\n@fairtolookfabulous brow soap\n@morphebrushes x @avani palette\n@mavenbeauty lashes & liquid liner ‘black’\n@makeupbymario pro pigment pencil ‘super black’\nface💕\n@milkmakeup baked bronzer’, sunshine oil & skin tint ‘light’\n@lauramericer flawless fusion concealer 1N & translucent powder\n@colourpopcosmetics Lizzie McGuire blush ‘you are magnifico’\n@missguidedbeauty instant vacay bronzer ‘light’\nlips💕\n@kkwbeauty lip liner ‘nude 1.5’\n@benefitcosmetics love tint\n@diormakeup lip oil ‘cherry’\n2w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CKB7NPRLayC/', 'likes': '11 likes', 'age': '2021-01-14T15:16:01.000Z', 'caption': 'beautybybinta\nSo for @lethalcosmetics I created a guide with some our favorite 2020 looks? There are more but I could only include 30 in the guide and each one of them is an icone 🥺✨\n14w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CJCGWXCray0/', 'likes': '46 likes', 'age': '2020-12-20T20:21:59.000Z', 'caption': 'beautybybinta\n💚💜 Purple & Green is definitely one of my absolute favorite combos 🥰 Hair by the amazing @soshawn_ 🥰#makeup#prupleeyeshadow#gelliner#graphicliner#avangardmakeup#editorialmakeup#melaninmakeup#browngirlmakeup#blackwomenmakeup#blackgirl#braids#knotlessbraids\n18w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIl7EvtjtvZ/', 'likes': '42 likes', 'age': '2020-12-09T21:44:43.000Z', 'caption': 'beautybybinta\nLook inspired by the stunning @maryestheran! It was so much fun recreating it ❤️ Thank you\n.\n.\n.\n.\n.\n.\n.\n#makeup#christmasmakeup#holidaymakeup#editorialmakeup#colorfulmakeup#funmakeup#avantgardemakeup#redmakeup#redlipstick\n19w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIZSEhsjaE9/', 'likes': '33 likes', 'age': '2020-12-04T23:55:32.000Z', 'caption': 'beautybybinta\nFall vibes 🤎\n🍂🍂🍂🍂\n.\n.\n.\n.\n.\n#fallmakeup#fallmakeuplook#browngirlmakeup#naturalmakeup#lipstick#makeup#makeuplover#editorialmakeup#funmakeup#melaninmakeup#blackgirlmakeup#makeupoftheday\n20w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIUGdaPD7az/', 'likes': '36 likes', 'age': '2020-12-02T23:37:53.000Z', 'caption': 'beautybybinta\nCreated this look cause I’m kinda practicing doing my makeup now💚💓💙 hihi😘\n.\n.\n.\n.\n.\n.\n.\n#mekeupbyme#makeup#makeupartist#browngirlmakeup#eyeshadow#greeneyeshadow#melaninmakeup#editorialmakeup#advangardemakeup#colorfulmakeuplook#makeuplook\n20w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CILrICsja1e/', 'likes': '30 likes', 'age': '2020-11-29T17:05:06.000Z', 'caption': 'beautybybinta\nI created this look with the gorgeous Velvet Dusk Collection from @lethalcosmetics 💜💚 Would your this look?\n.\n.\n.\n.\n.\n#makeup#creativemakeup#lethalcosmetics#browngirlmakeup#melaninmakeup#cutemakeup#colorful@aleup#gelliner#duochrome#duochromeeyeshadow#prettymakeup#editorialmakeup#makeupinspo#makeupideas\n21w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CILFSaYoYJV/', 'likes': '29 likes', 'age': '2020-11-29T11:34:43.000Z', 'caption': 'beautybybinta\n🤎🤎 #naturalmakeup\n21w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CIBwZp7HKJQ/', 'likes': '38 likes', 'age': '2020-11-25T20:38:48.000Z', 'caption': 'beautybybinta\n💜💜💜\nThis gel liner is a vibe 💜\n.\n.\n.\n.\n.\n.\n.\n#makeup#creativemakeup#editorialmakeup#purplemakeup#browngirlmakeup#blackmakeupartist#eyeliner#wingedliner#gelliner#makeuplover#cutemakeup#fentyface#lethalcosmetics\n21w'}, {'username': 'beautybybinta', 'link': 'https://www.instagram.com/p/CH_X01AnhaX/', 'likes': '41 likes', 'age': '2020-11-24T22:25:34.000Z', 'caption': 'beautybybinta\n🤍🤍🤍🤍\n.\n.\n.\n.\n.\n#makeupart#creativemakeup#browngirlmakeup#makeuplook#makeup#editorialmakeup#photographymakeup#whiteeyeshadow#whiteeyeliner\n21w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CN-isgIJGsp/', 'likes': '3,296 likes', 'age': '2021-04-22T17:49:41.000Z', 'caption': 'ashanti.riv\nPurple spikes✨\n.\nI’ve been trying to post this tutorial for the past 3 days but it wouldn’t upload but finally it did!!!! Hope you enjoy it❤️\n.\nEyes\n@plouise_makeup_academy base’ic base in banging blue\n@makeupamurder pastel pigments\n@doe.bby lashes I crazy in love\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@maccosmetics powder kiss lipstick in devoted to chili\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #graphicliner #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #maccosmetics #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n4d'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNyS9PGJrRS/', 'likes': '1,584 likes', 'age': '2021-04-17T23:41:16.000Z', 'caption': 'ashanti.riv\nPurple spikes✨\n.\nFinally this look posted!! I’ve been trying to post this for the past two days .\n.\nEyes\n@plouise_makeup_academy base’ic base in banging blue\n@makeupamurder pastel pigments\n@doe.bby lashes I crazy in love\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@maccosmetics powder kiss lipstick in devoted to chili\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #graphicliner #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #maccosmetics #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n1w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNnXb75pgFu/', 'likes': '6,368 likes', 'age': '2021-04-13T17:48:46.000Z', 'caption': 'ashanti.riv\n🔥Neon flames 🔥\n.\nHere’s the tutorial for the neon look I did! Sorry it’s blurry\n.\nEyes\n@bymelolops water inks in beam\n@colourpopcosmetics lashes for the Bambi collection in “oh deer”\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #neonpigments #muaxdiscover #highfashionmakeup #neon #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #flames #graphic\n1w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNfYvF3p8QK/', 'likes': '1,292 likes', 'age': '2021-04-10T15:26:12.000Z', 'caption': 'ashanti.riv\n🔥Neon flames 🔥\n.\nI kinda forgot to take a picture in the purple lights:)) really like how this look turned out\n.\nEyes\n@bymelolops water inks in beam\n@colourpopcosmetics lashes for the Bambi collection in “oh deer”\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #neonpigments #muaxdiscover #highfashionmakeup #neon #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #flames #graphic\n2w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNYUmC0pKAU/', 'likes': '3,398 likes', 'age': '2021-04-07T21:35:19.000Z', 'caption': 'ashanti.riv\nHello Kitty❤️🤍\n.\nHere’s the hello kitty tutorial hope you enjoy it!✨\n.\nEyes\n@bymelolops x @cutcreaser water inks in point break\n@bymelolops water inks in toxic\n@colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #sanrio #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #cute #muaxdiscover #highfashionmakeup #hellokitty #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n2w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNV7vn4JpOb/', 'likes': '1,087 likes', 'age': '2021-04-06T23:19:42.000Z', 'caption': 'ashanti.riv\nHello Kitty❤️🤍\n.\nReally sorry about not posting in such a long time I’ve bee really uninspired lately. But here’s this hello kitty look I did last night might do a Sanrio series ✨\n.\nEyes\n@bymelolops x @cutcreaser water inks in point break\n@bymelolops water inks in toxic\n@colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #sanrio #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #cute #muaxdiscover #highfashionmakeup #hellokitty #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n2w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNDjPiypfcq/', 'likes': '8,768 likes', 'age': '2021-03-30T19:59:16.000Z', 'caption': 'ashanti.riv\nBlue 🦋✨\n.\nDidn’t really like how the video came out but oh well🖤🦋\n.\nEyes\n@milkmakeup Color chalk in YO YO and tattoo stamp in star\n@fentybeauty flypencil longwear in Sea about it\n@kvdbeauty shake primer\n.\nFace\n@milkmakeup sunshine skin tint in medium and flex highlighter in glazed\n@elfcosmetics poreless putty primer\n@kosas cloud set baked setting & smoothing powder\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n@milkmakeup gyro grip set + refresh spray\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup electric glossy lip plumper in buzzed\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #easymakeup #highfashionmakeup #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic #kosas\n3w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CNA2K2OJadO/', 'likes': '1,459 likes', 'age': '2021-03-29T18:46:56.000Z', 'caption': 'ashanti.riv\nBlue 🦋✨\n.\nI tried the @milkmakeup color chalk and all I have to say is they are amazing and really easy to use! I used a little bit of there hydro setting spray and it made the shadows even more pigmented.\n.\nEyes\n@milkmakeup Color chalk in YO YO and tattoo stamp in star\n@fentybeauty flypencil longwear in Sea about it\n@kvdbeauty shake primer\n.\nFace\n@milkmakeup sunshine skin tint in medium and flex highlighter in glazed\n@elfcosmetics poreless putty primer\n@kosas cloud set baked setting & smoothing powder\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n@milkmakeup gyro grip set + refresh spray\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup electric glossy lip plumper in buzzed\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #easymakeup #highfashionmakeup #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic #kosas\n4w'}, {'username': 'ashanti.riv', 'link': 'https://www.instagram.com/p/CMtWO1tJL8q/', 'likes': '13,682 likes', 'age': '2021-03-22T05:02:17.000Z', 'caption': 'ashanti.riv\n🌼SPRING 🌼\n.\n*Please tag @colourpopcosmetics *\nThe tutorial is a little late but hope you enjoy it💞✨\n.\nEyes\n@bymelolops x @cutcreaser water inks in point break, gauntlet\n@colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow\n.\nFace\n@milkmakeup sunshine skin tint in medium\n@elfcosmetics putty blush in Bahamas and poreless putty primer\n@patmcgrathreal skin fetish sublime perfection setting powder in light medium 2\n@lorealparis infallible full wear in biscuit\n@fentybeauty cream bronzer in teddy\n@milanicosmetics conceal + perfect in medium beige\n@colourpopcosmetics cheek dew serum blush in hot fuss\n.\nLips\n@nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss\n@milkmakeup lipstick in new wip\n.\n#beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #flowers #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic\n5w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/COCDPeeFnWH/', 'likes': '131 likes', 'age': '2021-04-24T02:35:48.000Z', 'caption': 'abigalesonline\nblush of the day - Peach For The Stars from @mentedcosmetics 🧡\n\ndescribed as “a radiant, shimmery peach” this color also has lots of little gold flecks in it! formula is vegan and cruelty free, and Mented Cosmetics is Black and Women owned! although i prefer a cream formula these days, this powder definitely has PIGMENT and might be fighting w Milani’s Sunrise Serenita for a spot on my top orange blushes list! the two formulas are super similar and very close in color! for reference this Mented shade is less “red” than Nars Taj Mahal! 🍊\n\n#orangemakeup #orangeblush #makeuptutorial #monochromaticmakeup #reels #makeupreels #crueltyfreecosmetics #powderblush #redheadmakeup #blackownedbeauty\n2d'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CN-YSt6l_WF/', 'likes': '97 likes', 'age': '2021-04-22T16:18:47.000Z', 'caption': 'abigalesonline\nthe first touch of Rush Hour 🍑\n4d'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CN6RvKcFr1l/', 'likes': '120 likes', 'age': '2021-04-21T02:08:16.000Z', 'caption': 'abigalesonline\ntesting @tower28beauty beach please luminous tinted balm in Rush Hour (sun-kissed peach) + Golden Hour (sun-kissed orange) 🍑🍊 also added shine on lip jelly in Magic✨💫\n\nthese two colors are super similar and i wanted to showcase how different they can look! have u tried these yet??? and if so what’s ur fave shade👀☀️\n\n#tower28beauty #itsoktobesensitive #beachplease #rushhour #goldenhour #peachmakeup #orangemakeup #reels #makeupreels #funmakeup #springmakeup #softglam\n5d'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNgrB--Fg4c/', 'likes': '229 likes', 'age': '2021-04-11T03:25:33.000Z', 'caption': 'abigalesonline\nwow wow wow the sun made me feel sooooo incredible today🥺☀️ also shoutout @stylingwithkaitlyn for these curtain bangs!!!!! wearing my beloved Sol necklace from @solsisterofficial ☀️🧡\n\nproducts used:\n✨ @glowrecipe niacinamide dew drops\n✨ @nyxcosmetics born to glow foundation in Vanilla + brow glue\n✨ @elfcosmetics camo concealer in Fair Warm\n✨ @narsissist Taj Mahal blush (and on eyes!) + Audacious Lipstick in Raquel\n✨ @danessa_myricks enlight halo powder in Sun + Dewy Forever Mist\n✨ @freck Freck OG freckle pen\n\n#softglam #springmakeup #fauxfreckles #narsissist #narscosmetics #nyxcosmetics #danessamyricksbeauty #danessamyricksangels #glowrecipe #redhead #redheadmakeup #redheadsofinstagram #heysolsister\n2w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNTiTuuFNdB/', 'likes': '300 likes', 'age': '2021-04-06T00:58:57.000Z', 'caption': 'abigalesonline\nok yea i’m obsessed w these dark brows!!!! didnt add any product to them today, only added the @nyxcosmetics brow glue! only wearing 2 other face products too and i’m obsessed w this sun-kissed look it’s giving☀️ i’m wearing @tower28beauty beach please cream blush in Rush Hour, and @freck Freck OG🚀 highkey gonna start skipping foundation more often cuz i love how soft this turned out!\n\n#springmakeup #fauxfreckles #orangemakeup #funmakeup #redheadmakeup #nyx #beachplease #tower28beauty #redhair #nomakeupmakeup #healthyskin\n2w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNLB9cuF4M4/', 'likes': '116 likes', 'age': '2021-04-02T17:42:39.000Z', 'caption': 'abigalesonline\nquick lil skin refresh with the Snail Rescue line from @peach_slices 🍑\n\n🐌 step 1: intensive wash-off mask. i’ve never tried a mask that’s this texture before buts sooo fun + very hydrating! i wish i put this in the fridge before trying it tho👀\n🐌 step 2: blemish busting toner. helps calm redness + works to prevent future breakouts while being super gentle on the skin!\n🐌 step 3: all in one oil free moisturizer. this step locks in all that moisture and love from the first 2 steps.\n\ni have pretty dry and sensitive skin and these products honestly worked so well for me! my favorite is prob the mask, but using all 3 together makes me feel proud of my skincare for the morning 🥰\n\n#peachslices #justpeachygoals #snailrescue #kbeautyskincare #healthyskinisin #skincareaesthetic\n3w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CNJJfisFoVB/', 'likes': '175 likes', 'age': '2021-04-02T00:09:42.000Z', 'caption': 'abigalesonline\nhi a project i’ve been working rly hard on is now live!!!!!! i’ve been keeping these products a secret for a while and i’m so excited to share with the world!!!!!\n\nmeet @getyouthforia 💚 in this pic i’m wearing #byoblush, a color changing lip oil that reacts to the natural pH of your skin + gives a unique color (that looks dif on everyone!) and #dewygloss, a hydrating high-shine gloss (without stickiness!) in the shade Play With Fire🔥🔥\n3w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CM5qKvoFO7_/', 'likes': '245 likes', 'age': '2021-03-26T23:47:36.000Z', 'caption': 'abigalesonline\nblush in action💥🚀 @getyouthforia\n\n#euphoriamakeup #graphicliner #glossylips #byoblush #youthforia #funmakeup #creativemakeup #goldenhour\n4w'}, {'username': 'abigalesonline', 'link': 'https://www.instagram.com/p/CM3VHgTFRdJ/', 'likes': '299 likes', 'age': '2021-03-26T02:04:57.000Z', 'caption': 'abigalesonline\nhi spring💥 i missed u!!! my body has always been v sensitive to the seasons changing and i know it’s only March and we have so much rain ahead of us but @ the same time I’m so thankful we have evening sunsets again!!! this lil Washington bb has a lot of growing to do this season!!! also here’s another orange look bc why not🍊\n\n💥 @bymelolops water ink in “Aether” applied w the C2 brush\n💥 @kvdbeauty good apple foundation in 006\n💥 @nyxcosmetics brow glue\n💥 2 products from @getyouthforia that are launching sooner than u may think...\n💥 necklace from @solsisterofficial\n\n#graphicliner #orangemakeup #nyxbrows #youthforia #lifesmessy #funmakeup #creativemakeup #bretmansvanity #consciousbeauty #redheadmakeup #bymelolopsxcutcreaser #euphoriamakeup #maddyperez #editorialmakeup #naturalredhead #abstractmakeup #runwaymakeup\n4w'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/COGiRXDhNeU/', 'likes': 'None', 'age': '2021-04-25T20:27:14.000Z', 'caption': 'densydonbosco\n@madebymitchell - posy rosey (a raspberry pink) blursh liquid blush 💕 // such a beautiful formula, blends like a dream and it is pigmented affffff. I love love love!! .\nPurchased @beautybaycom .\n.\n.\n.\n#madebymitchell #blursh #mmmmitchell #maryhadalittleglam #melaninfantasy #colourpopmeblack #sesbeauty #fakeupfix #blushpink #blusher #colourpopcollection #makeupforblackwomen #makeupforbarbies2 #tutorialsvideos #makeuptutorialx0x #makeupvideosdailyx #skinmakeup #makeupmafiadollz #makeupglamor #pinkblush #plouisemakeupacademy #beautybay #beautybayprsearch #dewyskinmakeup\n1d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/COD9zC7heny/', 'likes': '139 likes', 'age': '2021-04-24T20:22:42.000Z', 'caption': 'densydonbosco\n💕\n2d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CODGVk7BtcI/', 'likes': '617 likes', 'age': '2021-04-24T12:18:05.000Z', 'caption': 'densydonbosco\n90’s R&B type heart 🖤\n2d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/COBTv5mh4vO/', 'likes': '571 likes', 'age': '2021-04-23T19:36:48.000Z', 'caption': 'densydonbosco\njust me and my canvas 🤎\n3d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN-mkxVB1Ue/', 'likes': '1,032 likes', 'age': '2021-04-22T18:23:35.000Z', 'caption': "densydonbosco\nLookin' so deep into your eyes, I can read your thoughts, so\nShut the f*ck, I mean, please don't talk 🐍💜\n4d"}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN-lxzWh_O2/', 'likes': '141 likes', 'age': '2021-04-22T18:16:37.000Z', 'caption': 'densydonbosco\n💖\n4d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN8KRi_Bs6D/', 'likes': 'None', 'age': '2021-04-21T19:43:36.000Z', 'caption': 'densydonbosco\nContains musics/ @thekatvond good Apple skin-perfecting foundation balm- tan 074 + @lottielondon LF020 dense buffer brush 🍏💕 . -\n- finally got to try this foundation and I love it. I don’t think you need to ham with it (as I’ve seen people do). A little goes a long way and a dense brush like this is perfect to get maximum coverage. It’s definitely long lasting and dry skin friendly, I did my skin prep before and applied the foundation lightly so that my skin looked more natural and had room to breathe. With foundations like this if you drag it or pack too much on it looks good to begin with but during the day it will be oily and most likely appear cakey. Overall the formula is beautiful 😍 .\n.\n.\n#katvondmakeup #goodapplefoundation #katvondfoundation #hypnaughtymakeup #maryhadalittleglam #makeupapplication #plouisemakeupacademy #foundationapplication #makeupmafiadollz #tutorialsvideos #makeuptutorialx0x #bootsuk #makeupvideosdailyx #lottielondon #fakeupfix #exploremakeup #mafiamakeup #muaunderdogs #superdrugspotlight #melaninmakeupdaily #slave2beautyy\n5d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN5fDI7hj45/', 'likes': 'None', 'age': '2021-04-20T18:44:42.000Z', 'caption': 'densydonbosco\nFollow @densydonbosco for more / contains music 💖 .\n.\n.\n@hudabeauty easy bake setting powder - blondie / my all time favourite powder, it’s been my go to since it was released, safe to say I genuinely can’t do my makeup without it. Leaves my skin looking like smoooooth af😻 .\n.\n.\n#hudabeautyshop #easybakepowder #foundationapplication #hypnaughtymakeup #maryhadalittleglam #makeupforbarbies2 #glammakeuplook #settingpowders #smoothskinisin #glam4good #slave2makeup #huda_beauty #exploremakeup #reelstoreels #makeupmafiadollz #hudaminis #fauxfilter #plouisemakeupacademy\n6d'}, {'username': 'densydonbosco', 'link': 'https://www.instagram.com/p/CN0LCHSBEqd/', 'likes': 'None', 'age': '2021-04-18T17:17:07.000Z', 'caption': 'densydonbosco\nHappy Sunday, hope ur well my loves🦋// Follow @densydonbosco for more makeup content ❤️.\n.\n.\n.\n#sesbeauty #glambaddiies #fakeupfixup #hypnaughtymakeup #foundationapplication #maryhadalittleglam #makeupforbarbies2 #goldenhourmakeup #sunmakeup #mua_underdogs #fakeupfix #311makeup #basemakeup #skinlikebutter #makeupforblackwomen #smashboxcosmetics #instagramalgorithmsucks #instagrammakeup #melaninmakeupdaily #dailymakeuptutorial #tutorialsvideos #makeuptutorialx0x #exploremakeup #plouisemakeupacademy\n1w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/COIxyrNJwD_/', 'likes': '683 likes', 'age': '2021-04-26T17:14:00.000Z', 'caption': 'alaihandra\n🍪\nib: @esantoinette 🤎 happy monday friends! i am incredibly happy because tomorrow is my last final exam and i will finally be done with this semester 😌\n⇢ eyes:\n•@karabeautyofficial ‘amore’ and ‘road tripping’ palettes*\n•@glamnetic ‘twinkle’ brown magnetic lashes* use code ‘ALAIHANDRA’ for 15% off 🤎\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty stay vulnerable melting blush ‘nearly neutral’*\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@absnyproducts matte lipstick ‘bad attitude’*\n•@essencemakeup juicy bomb lipgloss ‘07 ahh-çaí’*\n*gifted products\n5h'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CN5PYTbJ5t9/', 'likes': '1,097 likes', 'age': '2021-04-20T16:24:42.000Z', 'caption': 'alaihandra\n🍪\n⇢ using @glamnetic new ‘twinkle’ BROWN magnetic lashes 🤎\n⇢ use code ‘ALAIHANDRA’ for 15% off!\n⇢ ib: @esantoinette ✨\n@glamnetic came out with a couple of new brown magnetic lashes! you can pair them with their brown magnetic felt tip liner 🤎 as you know, the magnetic lashes come with 2 pairs of magnetic anchors that you apply underneath the lash line so the corners won’t move!\ncheck out their products and don’t forget to use my code if you want to 🤎\n6d'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNqCovEJ6Ks/', 'likes': '9,660 likes', 'age': '2021-04-14T18:44:44.000Z', 'caption': 'alaihandra\n🌻\nhi friends! a little bit of an update is that even though i still have some symptoms, i am feeling better today:) thank you for all the support ✨\n⇢ eyes:\n•flowers are from amazon! (the direct link is on my highlights)\n•@milkmakeup color chalk ‘hopscotch’*\n•@kittielashes ‘play4keeps’ for corner lashes*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@getyouthforia dewy gloss ‘02 coral fixation’*\n*gifted\n1w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNkz_nWJ11-/', 'likes': '1,954 likes', 'age': '2021-04-12T18:00:35.000Z', 'caption': 'alaihandra\n🌻\nhappy monday! i want to thank everyone who’s been checking up on me these past couple of days that i’ve been sick, i appreciate every single one of your sweet messages 💕\n⇢ eyes:\n•flowers are from amazon! (the direct link is on my highlights)\n•@milkmakeup color chalk ‘hopscotch’*\n•@kittielashes ‘play4keeps’ for corner lashes*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@getyouthforia dewy gloss ‘02 coral fixation’*\n*gifted\n2w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNSwYjSpeB8/', 'likes': '12,176 likes', 'age': '2021-04-05T17:42:42.000Z', 'caption': 'alaihandra\n👩🏼\u200d🎤\ni will never understand why instagram messes with the video quality and colors once i’m trying to upload! i’ve tried everything to balance them out and i haven’t been able to figure it out 😭\n⇢ eyes:\n•@karabeautyofficial ‘sweetest treat’ palette*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@milkmakeup sunshine skin tint ‘sand’*\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@morphebrushes lip gloss ‘tipsy’*\n*gifted\n3w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CNNqrCSpv8N/', 'likes': '1,946 likes', 'age': '2021-04-03T18:16:36.000Z', 'caption': 'alaihandra\n👩🏼\u200d🎤\nhi everyone! 💕 i am not sure if you all noticed but i took a bit of a break this week to get caught up with schoolwork but it looks like next week will be busy too:( i’m trying to keep up 😳\n⇢ eyes:\n•@karabeautyofficial ‘sweetest treat’ palette*\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@milkmakeup sunshine skin tint ‘sand’*\n•@rarebauty concealer ‘230N’*\n•@essencemakeup brighten up banana powder*\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@nyxcosmetics lip liner ‘nude truffle’\n•@morphebrushes lip gloss ‘tipsy’*\n*gifted\n3w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CMxPtycpZTt/', 'likes': '4,839 likes', 'age': '2021-03-23T17:22:19.000Z', 'caption': 'alaihandra\n🌺\nlove this look drawn by @srntsls 💕 i wanna get back on posting my videos to tiktok but i don’t know:/ would you guys like to see them on there too? ✨\n⇢ eyes:\n•@beautybaycom bright matte color palette\n•@hudabeautyshop naughty palette\n•@kittielashes ‘play4keeps’ for corner lashes\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@essencemakeup pretty natural hydrating foundation ‘070’\n•@glossier stretch concealer ‘G9’\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@anastasiabeverlyhills blush trio ‘pink passion’\n⇢ lips:\n•@bissucosmeticsmx waterproof lip liner ‘02’\n•@fentybeauty gloss bomb ‘fenty glow’\n4w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CMkm5UwJzEn/', 'likes': '1,228 likes', 'age': '2021-03-18T19:34:44.000Z', 'caption': 'alaihandra\n🌺\nthank you @srntsls for drawing this look for me!! getting a bit out of my comfort zone 💕\n⇢ eyes:\n•@beautybaycom bright matte color palette\n•@hudabeautyshop naughty palette\n•@kittielashes ‘play4keeps’ for corner lashes\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@essencemakeup pretty natural hydrating foundation ‘070’\n•@glossier stretch concealer ‘G9’\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@anastasiabeverlyhills blush trio ‘pink passion’\n⇢ lips:\n•@bissucosmeticsmx waterproof lip liner ‘02’\n•@fentybeauty gloss bomb ‘fenty glow’\n5w'}, {'username': 'alaihandra', 'link': 'https://www.instagram.com/p/CMfWBMCpGxa/', 'likes': '4,850 likes', 'age': '2021-03-16T18:31:03.000Z', 'caption': 'alaihandra\n🧚🏼\u200d♀️🧚🏽🧚🏻\u200d♂️\nrecreation of @glowbysoph ‘s look who was inspired by @jemmebeauty ‘s packaging ✨\ni never do cute hairstyles (because i’m too lazy) but i’m so obsessed with these space buns 🥺\n⇢ eyes:\n•@jemmebeauty flor pastel watercolor liner palette\n•@sohllashes ‘first class’ lashes\n⇢ brows:\n•@benefitcosmetics precisely, my brow pencil ‘3.5’\n•@got2b styling spiking glue\n⇢ face:\n•@milkmakeup hydro grip primer\n•@glossier futuredew\n•@fentybeauty pro filt’r hydrating longwear foundation ‘190’\n•@glossier stretch concealer ‘G9’\n•@fentybeauty match stix contour skinstick ‘mocha’\n•@rarebeauty liquid blush ‘lucky’\n⇢ lips:\n•@bissucosmeticsmx waterproof lip liner ‘02’\n•@fentybeauty gloss bomb ‘fenty glow’\n5w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/COD0W1YJv6q/', 'likes': '15,089 likes', 'age': '2021-04-24T19:00:13.000Z', 'caption': 'evyxo_\nForever on my cozy shit☁️\nSweats: @sorellaboutique\nCoat: @prettylittlething\n2d'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CN28tKJpqBx/', 'likes': '21,078 likes', 'age': '2021-04-19T19:03:02.000Z', 'caption': 'evyxo_\nnostalgic ✨ //\nHiii I hope everyone has a great start to their week! <3\nDetails:\n@colourpopcosmetics x Lizzie McGuire what dreams are made of palette, you are magnifico blush, Miranda so juicy gloss\n@maybelline fit me foundation\n@nyxcosmetics lift & snatch brow pen\n1w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNxyzn3pZ_X/', 'likes': '19,301 likes', 'age': '2021-04-17T19:00:20.000Z', 'caption': 'evyxo_\nbring ya Nikes if you checkin me ✔️\n1w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNspsIfpo71/', 'likes': '17,744 likes', 'age': '2021-04-15T19:04:28.000Z', 'caption': 'evyxo_\nColor block 🟡//\nHi bbys It’s been kinda gloomy this week so my energy has been low /: Comment some good tv shows & movies down below🤍\nDetails:\n@glamvicecosmetics liners [Code: EVYXO]\n@maybelline fit me foundation\n@themakeupshack silhouette contour palette\nHat & shirt @jadedldn\n1w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNk7EPrpNoy/', 'likes': '21,182 likes', 'age': '2021-04-12T19:02:23.000Z', 'caption': 'evyxo_\nHappy Monday you gorgeous souls! // I’m really liking this wavy liner & lip combo 〰️\n\nLook inspo: @cheriserenee @maytahmi\n\nWearing @abonicosmetics new lippie they just launched in the shade ‘forget me not’ & it’s such a unique color I’m loving it! Wore it as liner & didn’t crack at all so definitely an A+ from me!🌼\n2w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNfx5qZpX_7/', 'likes': '12,252 likes', 'age': '2021-04-10T19:06:05.000Z', 'caption': 'evyxo_\nDecade palettes! //\nAre you more of an 80’s, 90’s or 00’s kinda babe? I honestly couldn’t choose which palette was my favorite they all are such a vibe!\n@bhcosmetics decade palettes are now available for purchase! Use code “EVYXO” for $$ off ✨A D\n2w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNYD6arpIl5/', 'likes': '40,608 likes', 'age': '2021-04-07T19:09:33.000Z', 'caption': 'evyxo_\n🌼 Bloom 🌼\nSo I’ve been taking a small break to give myself some much needed me time/ mental health break. So excited to be playing with spring looks & colors. Send me inspo pics bbys! <3\nInspo: @ericaswn\nDetails:\n@colourpopcosmetics x Lizzie McGuire palette\n@glamvicecosmetics liners ‘blue raspberry, gelato, hot pants, roller skate’ [Code: EVYXO]\n@kvdbeauty ‘Poppy’ blush\n@mavenbeauty black liquid eyeliner\n@anastasiabeverlyhills ‘strawberry’ liquid lipstick\n2w'}, {'username': 'evyxo_', 'link': 'https://www.instagram.com/p/CNRFz7Op2wV/', 'likes': '7,090 likes', 'age': '2021-04-05T02:11:28.000Z', 'caption': 'evyxo_\nHappy Easter everyone! // I’m still very much in love with brown clothes atm <3\nPants: @shoptigercherry\nBag: @ava_losangeles\n3w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/COIpg9HJFG4/', 'likes': '602 likes', 'age': '2021-04-26T16:01:59.000Z', 'caption': 'indiarose_makeup\nSpeedy little reel\n-\n-\n-\n@suvabeauty hydra liner in cherry bomb\n@uomabeauty that’s woke concealer\n@milkmakeup hydrogrip primer, kush lash primer and the kush mascara\n@morphebrushes lip gloss in tipsy\n@lindahallberg anger mood eyeliner\n@lottielondon freckle tint\n-\n-\n#morpheglamfam #redmakeup #redliner #redeyemakeup #makeuptutorialx0x #editorialbeauty #makeuptransformation #editorial #highfashionmakeup #makeuptutorial #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #tiktokmakeup #makeuptiktok #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #undiscoveredmakeupartist #makeupartist\n6h'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/COIbcdAppgH/', 'likes': '1,106 likes', 'age': '2021-04-26T13:58:44.000Z', 'caption': 'indiarose_makeup\nIdk what to call this 🙃\n-\n-\n-\n@suvabeauty hydra liner in cherry bomb\n@uomabeauty that’s woke concealer\n@milkmakeup hydrogrip primer, kush lash primer and the kush mascara\n@lindahallberg anger mood eyeliner\n@lottielondon freckle tint\n-\n-\n#redmakeup #redliner #redeyemakeup #graphicmakeup #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #dewyskin #runwaymakeup #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #eyemakeupideas #eyemakeupinspo #makeupinspiration #undiscoveredmakeupartist #makeupartist #funmakeup #colourfulmakeup #naturallashes\n8h'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/COF24a7pPgD/', 'likes': '3,997 likes', 'age': '2021-04-25T14:00:45.000Z', 'caption': 'indiarose_makeup\nIgnore my grim nails xoxoxo\n-\n-\n-\n@suvabeauty hydra liner in cherry bomb\n@uomabeauty that’s woke concealer\n@milkmakeup hydrogrip primer, kush lash primer and the kush mascara\n@morphebrushes lip gloss in tipsy\n@lindahallberg anger mood eyeliner\n@lottielondon freckle tint\n-\n-\n#morpheglamfam #redmakeup #redliner #redeyemakeup #graphicliner #editorialbeauty #editorialmakeup #editorial #highfashionmakeup #graphicmakeup #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #dewyskin #runwaymakeup #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #undiscoveredmakeupartist #makeupartist\n1d'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CN-IgIQpbwQ/', 'likes': '3,243 likes', 'age': '2021-04-22T14:00:48.000Z', 'caption': 'indiarose_makeup\nThis green is actually my new favourite eye shadow colour\n-\n-\n-\n@xxrevolution XX cloud eyeshadow palette\n@uomabeauty that’s woke concealer\n@milkmakeup kush brow fibre gel in herb\n@glisten_cosmetics wet liner in strawberry\n@lolaslashesofficial in sapphire\n@scottbarnescosmetics pumped up mascara\n@elfcosmetics @elfcosmeticsuk putty eye primer\n@mulaccosmetics loose powder in seal the deal\n-\n-\n-\n#pastelmakeup #pasteleyeliner #pastelpink #contrastingcolors #colourcombo #graphicliner #wingedliner #fireliner #pasteleyeshadow #runwaymakeup #v93oo #pastelgreen #greenmakeup #asosfaceandbody #milkmakeup #colourfulmakeup #colourfuleyeshadow #glistencosmetics #wetliner #glistencosmeticswetliners #undiscovered_muas #smallmakeupaccount #pastel #soapbrows #theartistedit #highfashionmakeup #makeuplook #makeupjunkie\n4d'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CN7o9abJGtA/', 'likes': '2,395 likes', 'age': '2021-04-21T14:46:42.000Z', 'caption': 'indiarose_makeup\nThis didn’t look how I expected but I’m not mad at it\n-\n-\n-\n@suvabeauty hydra liner in Aztec and space panda\n@glisten_cosmetics wet liner in grapeade and mint\n@milkmakeup hydrogrip primer and setting spray\n@uomabeauty that’s woke concealer in fair lady\n@morphebrushes lip gloss in tipsy\n@illamasqua lip liner in undressed\n@lottielondon freckle tint\n@odenseyecosmetics Alva II highlighter palette\n@scottbarnescosmetics pumped up mascara\n@benefitcosmeticsuk @benefitcosmetics 24 hour brow setter\n-\n-\n-\n#highfashionmakeup #editorialmakeup #editorial #runwaymakeup #suvabeauty #suvabeautyhydraliner #glistencosmetics #hydraliner #pastelmakeup #v93oo #graphicliner #graphiceyeliner #graphicmakeup #milkmakeup #morpheglamfam #studiofam #soapbrows #fluffybrows #fakefreckles #freck #fauxfreckles #dewymakeup #glowymakeup #glossyskin #fullfacemakeup #greenmakeup #bluemakeup #colourfulmakeup #linergoals\n5d'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CN2aUHpp_kf/', 'likes': '3,285 likes', 'age': '2021-04-19T14:02:31.000Z', 'caption': 'indiarose_makeup\nJust want my coursework and exams to be over so I can go live in the pub 😩\n-\n-\n-\n@suvabeauty hydra liner in sea nymph and freezie\n@glisten_cosmetics wet liner in chocolate chip\n@spectrumcollections Oceana palette\n@milkmakeup kush mascara\n@uomabeauty that’s woke concealer\n@benefitcosmeticsuk @benefitcosmetics 24 hour clear brow gel\n-\n-\n-\n#graphicliner #v93oo #graphicmakeup #graphiceyeliner #linerlook #wingedliner #cutcrease #spectrumcollections #suvacreatorquest #suvabeauty #suvabeautyhydraliner #glistencosmetics #milkmakeup #kushmascara #studiofam #soapbrows #runwaymakeup #highfashionmakeup #greenliner #brownliner #greeneyeliner #colourfuleyeliner #colourfulmakeup #colourcombo #eyemakeupcloseup #fluffylashes #eyemakeupideas #eyemakeuplook\n1w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CNxQmyIJH5E/', 'likes': '4,810 likes', 'age': '2021-04-17T14:01:29.000Z', 'caption': 'indiarose_makeup\nKinda feel like I belong in a ballet or on a runway with this makeup\n-\n-\n-\n@milkmakeup sunshine skin tint in light and the hydrogrip primer\n@aboutfacebeauty fluid eye paint in cloned and smoke signal\n@colourpopcosmetics lux gloss in gelato\n@scottbarnescosmetics pumped up mascara\n@lottielondon freckle tint\n@uomabeauty that’s woke concealer\n-\n-\n-\n#editorialmakeup #editorial #runwaymakeup #runwaymakeupartist #avantgardemakeup #avantgarde #makeupartist #aboutface #aboutfacebeauty #milkmakeup #hydrogrip #studiofam #makeupbyme #asosfaceandbody #colourfulmakeup #creativemakeup #creativemakeuplooks #funmakeuplooks #makeuplooks #whiteliner #whitemakeup #summermakeup #dewyskin #smallmakeupaccount #simplemakeup #easymakeup #easymakeuptutorial #easymakeuplook\n1w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CNuvGRsJypx/', 'likes': '3,184 likes', 'age': '2021-04-16T14:30:12.000Z', 'caption': 'indiarose_makeup\nThis glitter stuff is so funky\n-\n-\n-\n-\n@glisten_cosmetics wet liner in grapeaid\n@uomabeauty that’s woke concealer\n@benefitcosmetics @benefitcosmeticsuk 24 hour brow setter\n@milkmakeup kush mascara\n@mmmmitchell @beautybaycom me myself and mmmmitchell palette\n@odenseyecosmetics Alva II highlight palette\n-\n-\n-\n#pastelmakeup #pastel #graphicliner #glittermakeup #glistencosmetics #editorialmakeup #editorial #soapbrows #milkmakeup #studiofam #mmmmitchell #beautybay #pastelpurple #eyemakeup #kushmascara #v9300 #underratedmuas #theartistedit #muasupport #asosfaceandbody #smallmakeupaccount #simplemakeup #satisfyingmakeup #easymakeup #eyelinerlook #wingedliner #wingedeyeliner\n1w'}, {'username': 'indiarose_makeup', 'link': 'https://www.instagram.com/p/CNsK_HFp_cD/', 'likes': '2,664 likes', 'age': '2021-04-15T14:36:10.000Z', 'caption': 'indiarose_makeup\nHaven’t done neon orange in a while so here u go x\n-\n-\n-\n@milkmakeup hydrogrip primer\n@scottbarnescosmetics pumped up mascara\n@unicorncosmetics neon orange pigment\n@suvabeauty hydra liner in acid and grease\n@benefitcosmetics @benefitcosmeticsuk 24 hour brow setter\n@morphebrushes tipsy lipgloss #morpheglamfam\n@3ina the lipstick in 503\n@lottielondon freckle tint\n@uomabeauty that’s woke concealer in fair lady\n@diegodallapalma_official blossom tulle blush\n@brilhobeautyuk lashes in savage\n@morphebrushes brontour in celebutante\n-\n-\n-\n#graphicliner #neonmakeup #undiscoveredmakeupart #undiscoveredmuas #v93oo #suvacreatorquest #suvabeauty #hydraliner #colourfulliner #makeupartist #neonmakeuplook #neoneyeliner #uvliner #uvmakeup #lashes #fluffylashes #milkmakeup #graphiceyeliner #graphicmakeup #wingedliner #neonorange #fakefreckles #dewyskin #glowyskin #clubmakeup #colourfulmakeup #colorfulmakeuplook #summermakeup\n1w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/COGs_1pFgbB/', 'likes': '21,744 likes', 'age': '2021-04-25T21:53:37.000Z', 'caption': 'hellaspicy_\nMommy and Daddy. Reversing genocide one birth at a time ❤️\n1d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/COGfXyJlqQo/', 'likes': '11,068 likes', 'age': '2021-04-25T19:54:34.000Z', 'caption': 'hellaspicy_\nMy family ❤️\nSoon Ollin Ixpol will be making an appearance\n1d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CN-m2Irl4oJ/', 'likes': '3,798 likes', 'age': '2021-04-22T18:25:57.000Z', 'caption': 'hellaspicy_\nA collection of stories written by a chicana bringing awareness on women’s issues linked to the rigid roles imposed onto them by their men and their culture, often with the aid of the Church. Bitch I am crying and I’ve only read the first story 😭\n4d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CN8jCbGFuWg/', 'likes': '20,568 likes', 'age': '2021-04-21T23:14:11.000Z', 'caption': 'hellaspicy_\nYea I know 😌💋\nI forgot how much I love creating vintage hair looks. Wow\nLashes @lokasboutique in “milf” my favorite!\nRing: @palacerings\n4d'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNySQdEl1pq/', 'likes': '13,314 likes', 'age': '2021-04-17T23:35:09.000Z', 'caption': 'hellaspicy_\nThat evil eye don’t work on me baby, you got the wrong goddess✨\n1w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNY5yyTlprs/', 'likes': '16,600 likes', 'age': '2021-04-08T03:00:22.000Z', 'caption': 'hellaspicy_\n🐄🐮it’s the drama and cheekbones for me. My baby registry is on my bio! The whole fit is from @glassons Glassonspartner\n2w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNYYGL4l_Lc/', 'likes': '1,290 likes', 'age': '2021-04-07T22:05:56.000Z', 'caption': 'hellaspicy_\nThe BROWN collection is here! @hudabeautyshop #hudabeautypr\n2w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNQ2nw2FDpe/', 'likes': '10,890 likes', 'age': '2021-04-04T23:58:44.000Z', 'caption': 'hellaspicy_\n😘 my baby girl\n3w'}, {'username': 'hellaspicy_', 'link': 'https://www.instagram.com/p/CNOl598FOIp/', 'likes': '11,794 likes', 'age': '2021-04-04T02:54:11.000Z', 'caption': 'hellaspicy_\nAlmost that time 💕Whole denim set is from @fashionnova fashionnovapartner\n3w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CMnPjkjJB-z/', 'likes': '175 likes', 'age': '2021-03-19T20:08:31.000Z', 'caption': 'apika1ia\nI’ve been away for such a long time! I really, really missed this. I’m so happy to be back. Hopefully, I’ll be back to creating looks regularly.\n\n🪀 base\n@fentybeauty concealer\n@fentybeauty invisimatte\npowder\n@fentybeauty bronzer\n@fentybeauty killawatt in ginger binge\n\n🪀 brows\n@glossier brow gel in clear\n\n🪀 eyes\n@glamvicecosmetics retro liners in spandex and tie dye\n\n🪀 lips\n@fentybeauty mattemoissele in spanked\n@urbandecaycosmetics hi-fi ultra cushion lipgloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n5w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CJzLpaBpGxv/', 'likes': '207 likes', 'age': '2021-01-08T21:51:03.000Z', 'caption': 'apika1ia\nSome hot pink for ya feed. My first post of 2021 is a collaboration with the talented @verothemind. I hope you enjoy what we created 💖💖💖💖\n\n🛍 base\n@milkmakeup hydrogrip primer\n@narsissist natural radiant longwear foundation\n@toofaced concealer\n@lauramercier translucent\npowder\n@fentybeauty bronzer\n@fentybeauty killawatt in sangria sunset\n\n🛍 brows\n@anastasiabeverlyhills brown definer in graphite\n@glossier brow gel in clear\n\n🛍 eyes\n@juviasplace palette\n@danessa_myricks waterproof cream vivid palette\n\n🛍 lips\n@fentybeauty mattemoissele in candy venom\n@urbandecaycosmetics hi-fi ultra cushion lipgloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n15w'},{'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CJW5MwTpyAK/', 'likes': '252 likes', 'age': '2020-12-28T22:11:07.000Z', 'caption': 'apika1ia\nSome of my favorite looks from 2020. It really took a whole pandemic for me to create a makeup account lol, but I’m so glad i finally came around to doing it. Thank you for your love and support. I appreciate it so so much 🥰🥰🥰\n.\n.\n.\n.\n.\n#graphicliner #makeupideas #makeupartist #makeuplooks #makeupinspiration #motd #eyeshadowlooks #explorepage #fentybeauty #glossbomb #graphicliner #editorialmakeup #editorialblk #v93oo #avantgardemakeup #alternativemakeup #blackmua #undiscoveredmuas #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty\n17w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CJJwIKhJp7B/', 'likes': '169 likes', 'age': '2020-12-23T19:41:44.000Z', 'caption': 'apika1ia\nI’ve missed doing looks that include the nose bridge 🥰\n.\n.\n.\n🪐 base\n@fentybeauty soft matte primer\n@narsissist natural radiant longwear foundation\n@narsissist radiant creamy concealer\n@lauramercier translucent\npowder\n@fentybeauty matchstix\n@glossier cloud paint in dawn\n@fentybeauty killawatt in mimosa sunrise\n\n🪐 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🪐 eyes\n@fentybeauty snap shadows #8\n@glamvicecosmetics retro liner in hot pants\n\n🪐 lips\n@fentybeauty mattemoissele in tigertini\n@bitebeauty lipstick crayon in coganc\n@fentybeauty gloss bomb in chocolit\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n17w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CI_72M_pbJe/', 'likes': '231 likes', 'age': '2020-12-20T00:11:44.000Z', 'caption': 'apika1ia\nI’d be wearing this to the club if Ms. Rona wasn’t around\n.\n.\n.\n🪁 base\n@fentybeauty soft matte primer\n@narsissist radiant creamy concealer\n@fentybeauty invisimatte powder\n@fentybeauty killawatt in ginger binge\n@fentybeauty matchstix\n\n🪁 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🪁 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@fentybeauty snap shadows #8\n\n🪁 lips\n@urbandecaycosmetics hi-fi ultra cushion lip gloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #muaawesome #AnastasiaBrows #fentybeauty\n18w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CI6YNnPpYj5/', 'likes': '192 likes', 'age': '2020-12-17T20:24:09.000Z', 'caption': 'apika1ia\nI might name this one “neon vortex.” A gateway to another dimension right between my eyes :)\n.\n.\n.\n🍊 base\n@fentybeauty soft matte primer\n@fentybeauty conealer\n@fentybeauty invisimatte powder\n@fentybeauty killawatt in sangria sunset\n@fentybeauty matchstix\n\n🍊 brows\n@anastasiabeverlyhills brown definer in graphite\n@glossier boy brow in clear\n\n🍊 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@glamvicecosmetics retro liners in tie dye and chill pill\n\n🍊 lips\n@fentybeauty mattemoiselle in griselda\n@fentybeauty gloss bomb in glass slipper\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #muaawesome\n18w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CI1SuKkpb1a/', 'likes': '169 likes', 'age': '2020-12-15T20:59:58.000Z', 'caption': 'apika1ia\nI wanted to do something christmasy without being christmasy, ya feel me lol?? So I settled on christmasy colors but I’m kinda annoyed that they aren’t showing up how I want them to 😩😩\n.\n.\n.\n🌺 base\n@fentybeauty soft matte primer\n@narsissist radiant creamy conealer\n@lauramercier translucent powder\n@glossier cloud paint in dawn\n@fentybeauty bronzer\n\n🌺 brows\n@anastasiabeverlyhills brown definer in graphite\n@glossier boy brow\n\n🌺 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@danessa_myricks waterproof cream palettes in primary\n@fentybeauty vivid liquid liners\n\n🌺 lips\n@romandyou lip stain in deepsoul\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #glossier\n18w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CIq1oQiptXl/', 'likes': '203 likes', 'age': '2020-12-11T19:33:21.000Z', 'caption': 'apika1ia\nI’m living for this color combo. I wish I had a chance to wear this out 🥺🥺\n.\n.\n.\n🧿 base\n@fentybeauty soft matte primer\n@fentybeauty concealer\n@fentybeauty invisimatte blotting powder\n@fentybeauty killawatt freestyle highlighter in sangria sunset\n@fentybeauty matchstix\n\n🧿 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🧿 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@danessa_myricks waterproof cream palettes in primary\n@fentybeauty snap shadows #8\n\n🧿 lips\n@fentybeauty mattemoiselle\n@urbandecay lip gloss\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #explore #explorepage\n19w'}, {'username': 'apika1ia', 'link': 'https://www.instagram.com/p/CIY3hw8pFgg/', 'likes': '191 likes', 'age': '2020-12-04T20:03:36.000Z', 'caption': 'apika1ia\n#bittyblackbeauties\nI did a collab with these lovely black women and we’re serving ✨OMBRÉ✨\n\nSwipe to see our looks and make sure to show some love: @desubeauty @yinniethepoohh @advnni @mua.alexr @kehindes_korner @mimipenka @whitscanvas @bbaldhi @itstanip\n.\n.\n.\n🔥 base\n@fentybeauty soft matte primer\n@toofaced born this way concealer\n@lauramercier translucent powder\n@fentybeauty killawatt freestyle highlighter in mimosa sunrise\n@fentybeauty bronzer\n\n🔥 brows\n@anastasiabeverlyhills brown definer in graphite\n\n🔥 eyes\n@danessa_myricks waterproof cream palettes in vivid\n@danessa_myricks waterproof cream palettes in primary\n\n🔥 lips\n@fentybeauty stunna lip paint in uncensored (blotted)\n.\n.\n.\n.\n.\n#graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup\n20w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNxlETGJKWl/', 'likes': '6,883 likes', 'age': '2021-04-17T17:00:17.000Z', 'caption': 'cheriserenee\n〰️ fluidity 〰️\nthis liner by @makeupbykavondre has been living in my brain for weeks!!!\n\nDETAILS\nEYES\n@mavenbeauty liquid liner ‘black’*\n@suvabeauty hydra FX ‘space panda’\n@tattilashes ‘TL3’ lashes\n@maybelline sky high mascara*\nBROWS\n@nyxcosmetics_uk brow pen ‘ash brown’\nFACE\n@nyxcosmetics total control drop foundation ‘15’*\n@elfcosmeticsuk hydrating camo concealer ‘medium sand’\n@fentybeauty loose setting powder ‘banana’ + sun stalk’r bronzer ‘i$land ting’\n@maccosmetics blush ‘gingerly’\n@mavenbeauty highlighter ‘dripped out’*\nLIPS\n@maccosmeticsuk kohl eyeliner ‘coffee’\n@meltcosmetics liquid lipstick ‘golden’\n@jordanaticiacosmetics lipgloss ‘baege’*\n(all products marked * were kindly gifted)\n1w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNiIU10pc7e/', 'likes': '9,296 likes', 'age': '2021-04-11T17:00:31.000Z', 'caption': 'cheriserenee\n🎯 BULLSEYE 🎯\nI’m so inspired by 70s patterns atm.. expect a few more to come ✨\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nPRODUCT DETAILS\nEYES\n@suvabeauty - cherry bomb, freezie, taffy, acid trip & tracksuit hydra FX\n@maybelline - sky high mascara*\n@bxbygirl.lashes - laila lashes*\nBROWS\n@nyxcosmetics - brow glue* & brow pen\nFACE\n@nyxcosmetics_uk - total control drop foundation*\n@elfcosmeticsuk - hydrating camo concealer\n@fentybeauty - i$land ting bronzer\n@lottielondon - freckle tint\nLIPS\n@maccosmeticsuk - costa riche eyeliner\n@meltcosmetics - golden liquid lipstick\n@jordanaticiacosmetics - butter candy lipgloss*\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(all products marked * have been kindly gifted)\n2w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNS4CGBpgwU/', 'likes': '1,972 likes', 'age': '2021-04-05T18:49:33.000Z', 'caption': 'cheriserenee\n🍃🍂 leafy 🍂🍃\nthis is high key giving autumn instead of spring but let’s ignore that 😅\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nPRODUCT DETAILS\nEYES\n@urbandecayuki ‘wild west’ palette *\n@bxbygirl.lashes ‘laila’ lashes *\n@urbandecaycosmetics ‘lash freak’ mascara *\nBROWS\n@nyxcosmetics brow pen\nFACE\n@milkmakeup hydro grip primer\n@urbandecayuki stay naked foundation * & hydromaniac foundation mixed *\n@elfcosmeticsuk hydrating camo concealer\n@lauramercier translucent & translucent honey setting powders\n@maccosmeticsuk ‘gingerly’ blush\n@fentybeauty ‘i$land ting’ bronzer\n@lottielondon freckle tint\n@mavenbeauty ‘dripped out’ highlighter *\nLIPS\n@nyxcosmetics_uk ‘urban cafe’ lip liner\n@meltcosmetics ‘ginger’ liquid lipstick\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(all products marked * were kindly gifted)\n3w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CNF0JqbJlGL/', 'likes': '6,180 likes', 'age': '2021-03-31T17:05:30.000Z', 'caption': 'cheriserenee\n💗🌺💗🌺💗🌺💗\nPRODUCT DETAILS\n\nEYES\n@madebymitchell ‘head in the clouds’ palette *\n@suvabeauty ‘cherry bomb’ & ‘space panda’ hydra FX\n@makeupbytammicosmetics pastel cake liners\n@bxbygirl.lashes ‘laila’ lashes *\nFACE\n@urbandecayuki hydromaniac foundation\n@elfcosmeticsuk hydrating camo concealer\n@madebymitchell ‘posey rosey’ & ‘where’s the spf?’ blursh mixed *\n@beccacosmetics rose glow highlighter\n@lottielondon freckle tint\nLIPS\n@nyxcosmetics_uk ‘urban cafe’ lip liner\n@mybeautybrand x @nikkideroest colour changing lip oil *\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(all products marked * have been gifted)\n3w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMz464QpdM9/', 'likes': '9,884 likes', 'age': '2021-03-24T18:00:50.000Z', 'caption': 'cheriserenee\n♥️⚪️ PEARLY GIRL ⚪️♥️\ninspired by my angel @samtalukder ✨\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@esteelauderuk ‘wheat’ double wear foundation\n@elfcosmeticsuk 16hr camo concealer\n@fentybeauty ‘banana’ loose setting powder & ‘shady biz’ #sunstalkrbronzer\n@plouise_makeup_academy ‘shade 0’ #plouisebase\n@madebymitchell ‘where’s the spf?’ blursh & ‘head in the clouds’ palette\neyes:\n@anastasiabeverlyhills white cake liner\n@tatti_lashes ‘TL3’ lashes\n@fentybeauty ‘how many carats?!’ diamond bomb highlighter\n@maccosmetics IED mascara\nlips:\n@maccosmeticsuk ‘coffee’ eyeliner\n@fentybeauty ‘uncensored’ #stunnalippaint\n@sephoracollection ‘07 carmine elixir’ cream lip shine\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#creativemakeup #makeupartist #editorialmakeup #glammakeup #pearls #edges #fentybeauty #fentyface #mondaysbymitchell #tattilashes #sephoracollection #abhbrows #norvina #elfcosmetics #myartistcommunity #redlips #anastasiabeverlyhills #editorialblk #graphicliner\n4w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMkcIDCJoOf/', 'likes': '4,446 likes', 'age': '2021-03-18T18:00:37.000Z', 'caption': 'cheriserenee\n🦋 FLUTTERBIES 🦋\nPSA: I think butterflies are disgusting.. if you’ve ever seen that traumatising episode of spongebob, yk they were right to burn down bikini bottom 😌\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@maybelline superstay foundation\n@plouise_makeup_academy rude boy red, winter rose, yummy yellow, hint of mint & touch of frost bases\n@depixym #0446, #0942 & #0567\n@bperfectcosmetics x @staceymariemua #carnivalxlpro & #carnivallovetahiti palettes\n@suvabeauty space panda hydra FX liner\n@madebymitchell mango daiquiri & peach sugar blursh\n@mavenbeauty dripped out highlighter\n@lottielondon freckle tint\neyes:\n@mavenbeauty black liquid liner\n@tatti_lashes TL3 lashes\nlips:\n@maccosmeticsuk cork lip liner\n@jordanaticiacosmetics butter candy lipgloss\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#creativemakeup #graphicliner #butterflymakeup #tattilashes #suvabeauty #bperfectcosmetics #lottielondon #maybelline #editorialblk #butterfly #mondaysbymitchell #plouisebase #depixym #staceymariemua #jordanaticiacosmetics #avantgardeblk #makeupartist #freckles\n5w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMU_WwBJ5RU/', 'likes': '6,481 likes', 'age': '2021-03-12T18:00:37.000Z', 'caption': 'cheriserenee\nmatchy matchy 🤎➕\nomg I can’t believe there’s 10K of you now 🥺 thank you for all the constant love & support!!\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nusing @mavenbeauty products\nDETAILS:\n- @mavenbeauty basic beat eyeshadow palette - medium blend\n- @mavenbeauty ‘black’ & ‘24K’ waterproof liquid eyeliners\n- @mavenbeauty ‘dripped out’ highlighter\n- @mavenbeauty ‘brûlée’ basic beat cream eyeshadow on eyes & lips\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nsold exclusively at fashionnova.com/beauty\nmavenbeautypartner #ad\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#glammakeup #mavenbeauty #creativemakeup #graphicliner #editorialmakeup #editorialblk #avantgardeblk #eyeliner #nudemakeup #makeupartist #mavenbeautypartner #asos #asosdesign #asosfashion #asosfaceandbody\n6w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CMC9yzbJQbo/', 'likes': '11,855 likes', 'age': '2021-03-05T18:00:39.000Z', 'caption': 'cheriserenee\ngroovy baby 💚✨\ninspired by two of my absolute faves @maytahmi & @the_brooksbrother\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@urbandecaycosmetics ‘50NN’ stay naked foundation\n@elfcosmetics hydrating camo concealer\n@urbandecayuki ‘50NN’ the fix powder\n@fentybeauty ‘shady biz’ bronzer\n@madebymitchell ‘mango daiquiri’ blursh\n@lottielondon freckle tint\neyes:\n@suvabeauty ‘freezie’, ‘fanny pack’ & ‘dance party’ hydra FX liners & ‘UV taffies’ palette\n@tatti_lashes ‘TL3’ lashes\nbrows:\n@nyxcosmetics @nyxcosmetics_uk ‘ash brown’ lift & snatch brow pen\nlips:\n@maccosmetics @maccosmeticsuk ‘costa riche’ & ‘coffee’ eyeliners\n@meltcosmetics ‘golden’ liquid lipsticks with yellow shadow on top\n@elfcosmeticsuk clear lipgloss\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#makeupartist #creativemakeup #graphicliner #editorialmakeup #editorialblk #avantgardeblk #tattilashes #urbandecay #lottielondon #nyx #suvabeauty #fentybeauty #fentyface #freckles #meltcosmetics #mondaysbymitchell\n7w'}, {'username': 'cheriserenee', 'link': 'https://www.instagram.com/p/CLusLMjpaWP/', 'likes': '4,246 likes', 'age': '2021-02-25T21:01:53.000Z', 'caption': 'cheriserenee\nrazor sharp 📐\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\nDETAILS:\n@urbandecaycosmetics ‘50NN’ stay naked foundation\n@fentybeauty ‘240’ #profiltrconcealer\n@maccosmeticsuk ‘dark’ msf powder\n@lauramercier translucent powder\n@goodmelaltd ‘angel’ highlighter\neyes:\n@kvdveganbeauty ‘trooper’ tattoo liner\n@makeupbytammicosmetics pastel cake liner\n@urbandecayuki lash freak mascara\n@lunabellezstore ‘fibre trap’ lashes\nbrows:\n@nyxcosmetics ‘ash brown’ lift & snatch brow pen\n@benefitcosmeticsuk 24hr brow setter\nlips:\n@maccosmeticsuk ‘coffee’ eyeliner & ‘primordial’ lipglass\n@meltcosmetics ‘golden’ liquid lipstick\n\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#cherisemakeup #makeupartist #fentybeauty #kvdbeauty #urbandecay #graphicliner #eyeliner #editorialmakeup #editorialblk #meltcosmetics #nyx #benefitcosmetics #nyxcosmetics #lauramercier #maccosmetics #myartistcommunity #cutcrease\n8w'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/COGdSqDnHLI/', 'likes': 'None', 'age': '2021-04-25T19:37:35.000Z', 'caption': 'kafayatx\nAD| with the warmer months approaching love how I created this lightweight and affordable base using @technic_cosmetics now available at @lovewilko ❤️ Everything used will be listed below x\n\nProducts used:\n- Gold elixir facial oil\n- ProGlow Foundation\n- 3-in-1 Canvas Concealer\n- Highlighting wand illuminator\n- Gel blusher ‘siren’\n- Illuminating skin mist\n- Rice setting powder\n\n#bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin\n1d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/COD4n14MZQm/', 'likes': '6,324 likes', 'age': '2021-04-24T19:37:29.000Z', 'caption': 'kafayatx\nMiss 20somethin...\n_____________________\nProducts:\n@toofaced HighCoverage concealer @madebymitchell liquid blursh “where’s the spf”\n@blackopalbeauty Stick Foundation\n@jouercosmetics High coverage concealer\n@sleekmakeup Lifeproof Concealer\n@hudabeauty EasyBake loose powder\n@ciatelondon Coconut translucent powder\n@juviasplace Nubian loose Highlighter\n@morphebrushes Continuous setting mist\n•\n•\n•\n•\n•\n•\n•\n•\n•\n#1minutemakeup #melaninmakeupdaily #makeupfanatic1 #makeupformelanin #wakeupandmakeup #blackgirlmakeup #melaninmakeup #hudabeauty #melaninbeautiesunite #brownmelaninmakeup #makeupforwoc #makeupforblackwomen #dewymakeup #hairnbeautydirectory #makeupbyme #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies\n2d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/COBTr3znLyL/', 'likes': '3,160 likes', 'age': '2021-04-23T19:36:35.000Z', 'caption': 'kafayatx\nCute and simple cut crease with @mavenbeauty exclusively at FashionNova.com 🧡\n\nProducts used:\ncream eyeshadow ’Alpaca’\nEyeshadow palette’Define’\nHighlighter ‘Dripped Out’\n\n-Mavenbeautyparter\n\n#tiktokmakeup #makeupreels #makeupjunkie #maryhadalittleglam #reelsInstagram #wamfam #makeupforblackwomen #flawlessdolls #slave2beauty #makeuptricks #wakeupandmakeup #glowymakeup #makeupforbeginners #makeuphacks\n3d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CN-u4eeHc0C/', 'likes': 'None', 'age': '2021-04-22T19:36:28.000Z', 'caption': 'kafayatx\nAD| @sheglam_official new completion pro foundation 😍\nI used the shade ‘hazelnut ’, this gave me such a lightweight but buildable coverage. Super long lasting, swear proof and water resistant!\nUse the coupon code: SF556 to get an extra 15% off any purchase on us.shein.com\nhttps://www.shein.co.uk/ and br.shein.com\n\nAll the products used will be listed and linked below ❤️\n\nhttp://shein.top/sy6fr5n 2144866 COMPLEXION PRO Long Lasting Breathable Matte Foundation-Camel\nhttp://shein.top/6hgn1lz 2144873 COMPLEXION PRO Long Lasting Breathable Matte Foundation-Hazelnut\nhttp://shein.top/ktgb1ua 1686645 COMPLEXION PRO Long Lasting Breathable Matte Foundation-MOCHA\nhttp://shein.top/cqdq9b6 2189084 Multi-Faceted Makeup Sponge\n\n#sheglam #sheglamprettycommittee #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies\n4d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CN8J5BZnHjU/', 'likes': 'None', 'age': '2021-04-21T19:34:45.000Z', 'caption': 'kafayatx\nAD I really did this entire base in under 5 minutes! Love this everyday quick base I did with @collectioncosmetics_uk 🤍 Everything used will be listed down below x\n\nLasting Perfection Glow Foundation ‘Cocoa’ - £6.49\nLasting Perfection Concealer ‘Honey’ - £4.19\nLasting Perfection Concealer ‘Café’ - £4.19\nLasting Perfection Sheer Loose Setting Powder ‘Banana’ - £2.99\nBlush&Glow Palette - £4.99\nPrimed & Ready Dewy Fixing Spray - £5.99\n5d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CN5lFFSsIVL/', 'likes': '7,484 likes', 'age': '2021-04-20T19:34:19.000Z', 'caption': 'kafayatx\nWasn’t sure where this look was going but I like the end result 💜💜\n______________\nProducts:\n@madebymitchell liquid blush “where’s the spf”\n@revlon_ ColorStay Foundation “mocha”\n@toofaced High coverage concealer\n@sleekmakeup Lifeproof Concealer “Flat white”\n@lauramercier Translucent Powder “Honey”\n@ciatelondon Coconut translucent powder\n@juviasplace Nubian loose Highlighter\n@morphebrushes Continuous setting mist\n•\n•\n•\n•\n•\n•\n•\n•\n•\n#1minutemakeup #melaninmakeupdaily #makeupfanatic1 #makeupformelanin #wakeupandmakeup #blackgirlmakeup #melaninmakeup #hudabeauty #melaninbeautiesunite #brownmelaninmakeup #makeupforwoc #makeupforblackwomen #dewymakeup #hairnbeautydirectory #makeupbyme #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies\n6d'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CNx2nwsnCcB/', 'likes': 'None', 'age': '2021-04-17T19:34:04.000Z', 'caption': 'kafayatx\nAD| Loved creating this effortless glowy glam using @kikomilano products\n\nProducts used:\n- Hydra Pro Glow Moisturiser\n- Unlimited Foundation ‘9.5N’\n- Universal Stick Concealer ’08’\n- Smart Eyeshadow Palette\n- Perfect Eyes Duo Highlighter Pencil\n- Unlimited Double Touch liquid lipstick duo ’120’\n\nAll products available at www.kikocosmetics.com\nwww.ulta.com\nAmazon\n#Kikounbeatable\n\n-\n-\n\n#makeuptutorial #glowymakeup #dewymakeup #flawlessdolls\n1w'}, {'username': 'kafayatx', 'link': 'https://www.instagram.com/p/CNvR3rZn47_/', 'likes': '12,223 likes', 'age': '2021-04-16T19:34:15.000Z', 'caption': 'kafayatx\nWhat do you think of this look? ___________________\nProducts:\n@madebymitchell “Feet on the ground” palette\n@iconic.london sheer liquid blush “Power Pink”\n@kvdbeauty Good Apple Foundation “Tan 26”\n@toofaced High coverage concealer\n@sleekmakeup Lifeproof Concealer “Flat white”\n@lauramercier Translucent Powder “Honey”\n@ciatelondon Coconut translucent powder\n@juviasplace Nubian loose Highlighter\n@morphebrushes Continuous setting mist\n\n#tiktokmakeup #makeupreels #makeupjunkie #maryhadalittleglam #reelsInstagram #wamfam #makeupforblackwomen #flawlessdolls #slave2beauty #makeuptricks #wakeupandmakeup #glowymakeup #makeupforbeginners #makeuphacks\n1w'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/COIWP5HjjmV/', 'likes': '487 likes', 'age': '2021-04-26T13:13:46.000Z', 'caption': 'itznamara\nHOW I PREP MY SKIN BEFORE MAKEUP 💗\n\nPlease SAVE & SHARE\nFollow (@itznamara ) for more beauty content ✨\n\nHey dolls! So I finally filmed a SKINCARE 🥳! These are my holy grails!! They’ve really helped my skin tremendously. Excuse my puffy eyes (they just like to do their own thing 🙄)\n\nI have a dry combination skin 💗\n~~~~~~~~~~~~~~~\nProducts\n\n@renskincare ready steady glow daily AHA tonic\n@nivea_uk nourishing day cream\n@deciem ascorbic acid 8% + Alpha Arbutin 2%\n@deciem 100% organic virgin chai seed oil\n@larocheposay anthelios 50 + SPF invisible fluid\n@nivea_uk rosehip oil ( lip scrub + moisture)\n@mycarmex moisturising lip balm\n\n#skincareroutine #skincare #radiantskin #melaninpoppin #glowingskin #larocheposay #renskincare #naturalskin #melaninbeauty #hydratedskin #teamfantastic #nomakeup #reelskin #reelvideos #nomakeupface #niveacreme #glowyskincare #melanindaily #brownskinbeauties #skinprep #skincareproducts\n9h'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/COF4ezUMLQb/', 'likes': '786 likes', 'age': '2021-04-25T14:14:44.000Z', 'caption': 'itznamara\nIt’s a Bob season 😻\nFollow (@itznamara ) for more ✨\nPlease SAVE & SHARE 💗\n\n*🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨\n*LINK IN MY BIO*🎥\n\n~~~~~~~~~~~~~~~~~~~~\nHAIR. INFO\n\n@myshinywigs\nCAMILA COLOUR BOB HUMAN HAIR\n12 inches\n180% density\n13x5.5 T-PART Highlighted Lace Wig\n\n🚨use code “kAEDI” for $25 off @myshinywigs 🚨\n\n#melanindaily #basemakeup #highlightedhair #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #bobwigs #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #blackgirlmagic #blendtherules #melaninmakeupdaily #blackgirlmakeup #tpartwig\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin #highlightandcontour\n#brownskinmakeup #wocmakeup #makeupforwoc\n1d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CODVinODtVg/', 'likes': '1,149 likes', 'age': '2021-04-24T14:31:26.000Z', 'caption': 'itznamara\nIts the Bob for me 😍\nHey dolls 💝 this wig comes in courtesy of @myshinywigs. This is their Highlighted T -PART Lace wig.. let’s just say this will definitely be one of my summer staple wigs!! Let me know your thoughts on this wig in the comment?💗\n\n🚨use code “kAEDI” for $25 off @myshinywigs 🚨\n\nFollow (@itznamara ) for more ✨\nPlease SAVE & SHARE 💗\n\n*🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨\n*LINK IN MY BIO*🎥\n\n~~~~~~~~~~~~~~~~~~~~\nHAIR. INFO\n\n@myshinywigs\nCAMILA COLOUR BOB HUMAN HAIR\n12 inches\n180% density\n13x5.5 T-PART Highlighted Lace Wig\n\n🚨use code “kAEDI” for $25 off @myshinywigs 🚨\n\n#blackgirlmakeup #flawlessbase\n#blackgirlmagic #melaninmakeup #bobwigs #basemakeup #makeupfanatic1 #highlightwig #glowyskin #dewyskin #highlightandcontour #morphebabes #makeupreelsvideos #wakeupnmakeup #tpartwig #reelsmakeup #blendtherules #explorepage #hypnaughtymakeup #stiffwhere\n#brownskinmakeup #melanindaily #blendtherules #melaninmagic #softglammakeup #wocmakeup #exploremakeup #makeupforwoc #hairnbeautydirectory @melaninbeautiesunite @melaninmakeupdaily @brownmelaninmakeup\n2d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/COAt2aSsuc6/', 'likes': '1,463 likes', 'age': '2021-04-23T14:05:38.000Z', 'caption': 'itznamara\nSWIPE..🥰\nFollow (@itznamara ) for more ✨\nPlease save & share\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@dolahairmall\n20 inches\n180% density\nStraight\n5x5 HD glueless lace\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\n#hdclosure #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #crimpedhair #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #brownskingirls #blackgirlmagic #blendtherules #melaninmakeupdaily #blackgirlmakeup #closurewigs\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin\n#brownskinmakeup #wocmakeup #makeupforwoc @melaninbeautiesunite @hairnbeautydirectory @melaninmakeupdaily @brownmelaninmakeup\n3d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN-U6FejjcO/', 'likes': 'None', 'age': '2021-04-22T15:55:19.000Z', 'caption': 'itznamara\nWATCH THIS GLUESS INSTALL || this GORGEOUS GORGEOUS 5x5 HD unit comes in courtesy of @dolahairmall !!! The lace on this unit is incredibly thin and melts like a dream!! It holds a curl beautifully and The lustre and shine just tops it off for me !! chefs kiss ** let me know what you think in the comments!?.💗\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\nIf watching please Follow (@itznamara ) for more✨\nPlease save & share 💕\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@dolahairmall\n20 inches\n180% density\nStraight\n5x5 HD glueless lace\n\n@pinkhotcomb- hot comb chefs kiss ✨\n\n🚨Use my code: “Mara” get Extra 16% OFF!!🚨\n\n*🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨\n*LINK IN MY BIO*🎥\n\n~~~~~~~~~~~~\n* I don’t own rights to this song!\nNever mind- WSTRN\n\n#hairtutorials #lacewiginstall #hdlaceclosure #wigtutorial #wiginstallation #blackgirlmagic #hdwigs #crimpedhair #gluelesswig #protectivehairstyles #closurewigs #hairnbeautydirectory #hairinstall #wigtransformation #frontalinstall #dolamallhair #hairtransformation #blackgirlmakeup #closureinstall #darkskinbeauty #wigstyling #melaninpoppin #gluelesswigs @hairnbeautydirectory @makeupmelanin\n4d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN7qYY6j8FY/', 'likes': 'None', 'age': '2021-04-21T14:59:51.000Z', 'caption': 'itznamara\nGlammed up look 💄||\nIf watching please follow (@itznamara ) for more beauty content ✨\nPlease SAVE & SHARE 💗\n\nSo your girl caved in and got some stuff from @patmcgrathreal 😻🔥 I just had too and guys I am in loooove !!\n\nThe @patmcgrathreal skin fetish sublime perfection foundation is VERY light weight, it did not feel like I was wearing makeup at all!! It is a buildable coverage foundation. And also has a satin finish, and definitely gives you “your skin but better!! However the formula is Very watery/ runny which I don’t mind at all.. 2 pumps practically covered my whole face!! I DEFINITELY STAN!!\n\n@patmcgrathreal mothership IV divine rose 2 palette is *chefs kiss*!! It is SUPER PIGMENTED and don’t get me started on the SHIMMERS AND DUO CHROME!! Definitely towards the pricier but it is super pretty and definitely multi-use .. you can definitely use some of the shades as a blush as well 🤩!\noverall i STAN!! And will definitely be getting some more products after me and my account get back on good terms😂😅\n\n~~~~~~~~~~~~~~~~~\nPRODUCTS 💗\n\n@patmcgrathreal sublime perfection concealer (17 & 22 )\n@patmcgrathreal skin fetish sublime perfection foundation (26)\n@patmcgrathreal matte liptrance lipstick (Christy)\n@patmcgrathreal lustgloss (faux real)\n\nEYES💗\n@patmcgrathreal mothership VIII divine rose II palette\n@rdbeautty lashes style SAVAGE ✨\n\nI DONT OWN RIGHTS TO THIS SONG\nBling - blaqbonez\n\n#melanindaily #melaninpoppin #basemakeup #afrocentricmakeup #highlightandcontour #contourtutorial #makeuphowto #patmcgrathreal #softglamlook #patmcgrathlabs #skinfetish #glowymakeup #superdrugspotlight #makeuptipsandtricks #noirebeautyworld #hairnbeautydirectory #makeuphacks #melaninmakeupdaily #patmcgrathlipstick #brownmelaninmua #makeupmelanin #brownmelaninmakeup #blackbeautyrep #hdclosures #melaninbeautiesunite @makeupmelanin #makeupforbarbies2 @brownmelaninmakeup @melaninbeautiesunite @melaninmakeupdaily @hairnbeautydirectory\n5d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN5Cx80sL-u/', 'likes': '948 likes', 'age': '2021-04-20T14:34:36.000Z', 'caption': 'itznamara\nThis raw hair wig by @silkopulence is just amazing!🔥😍✨\n\n🚨full review & install of this unit is now on my YouTube Channel!! Link in my bio 🚨\n\nFollow (@itznamara ) for more ✨\nPlease SAVE & SHARE 💗\n\n~~~~~~~~~~~~~~~~\nHAIR INFO\n\n@silkopulence\n18 inches\nRaw wavy texture\n5x5 Hd Closure\n\n~~~~~~~~~~~~~~\n\n#basemakeup #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #blackgirlmagic #blendtherules #makeupinspiration\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin\n6d'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CN2wUfMMXNN/', 'likes': '1,041 likes', 'age': '2021-04-19T17:14:49.000Z', 'caption': 'itznamara\nFollow (@itznamara ) for more beauty content\nPlease save & share 💕\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@wigencountersofficial\n22 inches\n180% density\n13x5 T- Part lace glueless lace front cap\n~~~~~~~~~~~~\n\n#basemakeup #highlightwig #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #bodywavewigs #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #melaninmakeupdaily #blackgirlmakeup #makeupinspiration\n#melaninmakeup #makeupfanatic1 #glowyskin #dewyskin\n#brownskinmakeup #wocmakeup #makeupforwoc\n1w'}, {'username': 'itznamara', 'link': 'https://www.instagram.com/p/CNz0_oIDzqg/', 'likes': 'None', 'age': '2021-04-18T14:05:00.000Z', 'caption': 'itznamara\nWatch this T-PART Wig Install// this gorgeous unit comes in courtesy of @wigencountersofficial !!! The lace on this unit is impeccable the subtle highlights is just chefs kiss ** let me know what you think in the comments!?.💗\n\nFollow (@itznamara ) for more beauty content\nPlease save & share 💕\n\n~~~~~~~~~~~~~~\nH A I R. I N F O\n@wigencountersofficial\n22 inches\n180% density\n13x5 T- Part lace glueless lace front cap\n\n\n~~~~~~~~~~~~\n* I don’t own rights to this song!\nMama stay - WSTRN\n\n#frontalwigs #wigtutorial #wiginstallation #blackgirlmagic #lacefrontal #protectivehairstyles #tpartwig #hairnbeautydirectory #hairinstall #wigtransformation #frontalinstall #wigencountersofficial #hairtransformation #highlightwig #lacefrontalinstall\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/COJAWj1nyDd/', 'likes': '478 likes', 'age': '2021-04-26T19:21:30.000Z', 'caption': 'enzi_rengel\nHey loves!\n\nI can’t wait for the weekend😪this week has gone so slow for me.. I’m ready to relaxxxx. Obsessed how this look turned out! Pinks and purples are just a vibe. They’re my fave shadows to play with! I’m wearing some exciting new @beautybaycom product I cannot WAIT for you all to see😌😉\n\nIB @imogenchetalmakeup\n\nEyes\n- @beautybaycom eye base 2\n- @beautybaycom bright matte palette and @nikkietutorials palette\n- @samplebeauty liquid eyeshadow ‘virtue’ and brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter ‘beam’\n- @beautybaycom lip gloss mudslide\n3h'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/COGW3gWHhHF/', 'likes': '911 likes', 'age': '2021-04-25T18:40:15.000Z', 'caption': 'enzi_rengel\nThese colours do sth to me😅🥰\n\nHey my loves! Happy Sunday. These colours together are everything. So annoyed the camera doesn’t pick up the shimmers well cause they were poppinnn\n\nEyes\n- @plouise_makeup_academy blank canvas\n- @laroc_cosmetics artistry book chapter 2\n- @madebymitchell head in the clouds palette\n- @makeupaddictioncosmetics bare green\n- @peachesmakeup fantasy\n- @beautybaycom eye crayon ‘minted’\n- @kvdbeauty tattoo liner ‘trooper’\n\nFace\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation shade ’buff’\n- @physiciansformula @physiciansformulauk butter bronzer\n- @plouise_makeup_academy ‘winter rose’ base\n- @beautybaycom beam\n1d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN-n1e6H_6r/', 'likes': '1,186 likes', 'age': '2021-04-22T18:34:36.000Z', 'caption': 'enzi_rengel\nHey loves!\n\nI can’t wait for the weekend😪this week has gone so slow for me.. I’m ready to relaxxxx. Obsessed how this look turned out! Pinks and purples are just a vibe. They’re my fave shadows to play with! I’m wearing some exciting new @beautybaycom product I cannot WAIT for you all to see😌😉\n\nIB @imogenchetalmakeup\n\nEyes\n- @beautybaycom eye base 2\n- @beautybaycom bright matte palette and @nikkietutorials palette\n- @samplebeauty liquid eyeshadow ‘virtue’ and brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter ‘beam’\n- @beautybaycom lip gloss mudslide\n4d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN8D4sWn5bK/', 'likes': '1,345 likes', 'age': '2021-04-21T18:41:59.000Z', 'caption': 'enzi_rengel\nFlower power🤎\n\nHey my loves! I adore this super cute look which was IB @paulina.yl 🤎 you’ll see how I’ve done this look soon on @beautybaycom s stories which is so exciting!!!\n\nEyes\n- @beautybaycom eye bases shades 2 and 5\n- @beautybaycom nude palette\n- @samplebeauty liquid eyeshadows shades ‘strapping’ and ‘robust’\n- @beautybaycom eyeliner shade ‘vanilla’\n- @samplebeauty brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation shade ‘buff’\n- @beautybaycom bronzer ‘fawn’ and highlighter ‘beam’\n- @beautybaycom lip liner ‘vintage’ and glosses shades ‘mudslide’ and ‘ballet’\n5d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN5egGknIPW/', 'likes': '1,174 likes', 'age': '2021-04-20T18:37:04.000Z', 'caption': 'enzi_rengel\nFierceee💗\n\nI am liiiiving for this look!!! You guys will be able to see a more in depth tutorial on how I achieved this on @beautybaycom stories soon as there will be a step by step over there so watch out for them. This is also IB by the amazing @laur_elyse 💖\n\nEyes\n- @beautybaycom eye base shade 2\n- @samplebeauty single shadows shade ‘polar’, ‘cobweb’, ‘tutu’ and ‘piglet’\n- @samplebeauty liquid eyeshadow shade ‘intense’ and ‘virtue’\n- @samplebeauty ultimate hold brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @samplebeauty liquid shadow ‘virtue’ as blush and lip\n- @samplebeauty single shadow ‘cobweb’ as highlighter\n- @beautybaycom lip liner ‘vintage’ and lip gloss ‘petal’\n- @beautybaycom bronzer ‘fawn’\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation ‘buff’\n6d'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN25RdEHJo3/', 'likes': '1,875 likes', 'age': '2021-04-19T18:33:02.000Z', 'caption': 'enzi_rengel\nFierceee💗\n\nI am liiiiving for this look!!! You guys will be able to see how I achieved this on @beautybaycom stories soon as there will be a step by step over there so watch out for them. This is also IB by the amazing @laur_elyse 💖\n\nEyes\n- @beautybaycom eye base shade 2\n- @samplebeauty single shadows shade ‘polar’, ‘cobweb’, ‘tutu’ and ‘piglet’\n- @samplebeauty liquid eyeshadow shade ‘intense’ and ‘virtue’\n- @samplebeauty ultimate hold brow gel\n\nFace\n- @beautybaycom day one moisturiser\n- @samplebeauty liquid shadow ‘virtue’ as blush and lip\n- @samplebeauty single shadow ‘cobweb’ as highlighter\n- @beautybaycom lip liner ‘vintage’ and lip gloss ‘petal’\n- @beautybaycom bronzer ‘fawn’\n- @nyxcosmetics_uk @nyxcosmetics born to glow foundation ‘buff’\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CN0UrvunUv8/', 'likes': '2,608 likes', 'age': '2021-04-18T18:34:50.000Z', 'caption': 'enzi_rengel\n🔥🔥🔥\n\nHey guys!! @kanchatbmakeup did this Smokey sunset liner moment and I just had to try it. I’ve been doing these Smokey liners for some time and love trying out different variations of it.. it’s been funnn!\n\nEyes\n- @beautybaycom by beauty bay eye base 2\n- @beautybaycom fiery 2.0 palette\n- @samplebeauty single shadows ‘school bus’, ‘cardinal’, ‘hot coal’ and ‘collectors item’\n- @samplebeauty ultimate hold brow gel\n\nFace\n- @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter’beam’\n- @beautybaycom lip gloss ‘mudslide’\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CNsoJKAHQrT/', 'likes': '847 likes', 'age': '2021-04-15T18:51:31.000Z', 'caption': 'enzi_rengel\nJewelss💚💙✨💎\n\nHey loves! If you seen my stories lately you would’ve seen the brand new @samplebeauty The Plush Palette which I used to create this look and I’m obsessed!! The video doesn’t lie so you can really see how good it performs. So sad you can’t see the stars well on the picture:’( they looked so cute! But thank you guys so much for the love on this look.\n\nEyes\n- @beautybaycom base 2\n- @samplebeauty the plush palette, ultimate hold brow gel\n- @beautybaycom pastel eye crayon ‘Mint’\n\nFace\n- @beautybaycom oil control priming mist, one day moisturiser mixed with calming serum\n- @beautybaycom bronzer ‘beach’, blush ‘blossom’, highlighter’beam’\n- @beautybaycom lip gloss ‘ballet’\n1w'}, {'username': 'enzi_rengel', 'link': 'https://www.instagram.com/p/CNqBUQSnsDR/', 'likes': '3,839 likes', 'age': '2021-04-14T18:33:12.000Z', 'caption': 'enzi_rengel\nJewelss💚💙✨💎\n\nHey loves! If you seen my stories lately you would’ve seen the brand new @samplebeauty The Plush Palette which I used to create this look and I’m obsessed!! Video will be up tomorrow to really show you how good the palette is but honestly.. these colours are everything😍 also ignore how you can’t see the stars I stuck on\U0001f972 so sad.\n\nEyes\n- @beautybaycom base 2\n- @samplebeauty the plush palette, ultimate hold brow gel\n- @beautybaycom pastel eye crayon ‘Mint’\n\nFace\n- @beautybaycom oil control priming mist, one day moisturiser mixed with calming serum\n- @beautybaycom bronzer ‘beach’, blush ‘blossom’, highlighter’beam’\n- @beautybaycom lip gloss ‘ballet’\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/COJEY50DNUO/', 'likes': '3,084 likes', 'age': '2021-04-26T19:56:30.000Z', 'caption': 'lsgmakeup\n🍊💗🍊💗🍊💗🍊💗\n\nSong - Levitating by @dualipa *I do not own the rights to this music!!!*\nSwipe to see finished look 👉🏼\n#TikTok - LSGMAKEUP 🧡\n\nProducts: (most of which have been kindly gifted *adgifted)\n@plouise_makeup_academy eye paints in Glow girl, raver, blank canvas, firecracker, and rumour 02 base (use code LSGMAKEUP10 - Aff)\n@peachesmakeup Pixie pigment\n@pinkhoneyuk brow glue\n@morphebrushes hint hint skin tint shade Beige\n@fentybeauty gloss Bomb\n@hudabeautyshop pinky nude lip liner\n@ofracosmetics Mai Tai blush\n@ofracosmetics X @nikkietutorials Cloud 9 highlighter\n3h'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/COGUlrKjKMB/', 'likes': '7,410 likes', 'age': '2021-04-25T18:20:38.000Z', 'caption': 'lsgmakeup\nDoech👀💋\nTransition IB: @jordanlipscombee\n\n#mua#makeupartist#transition#explorepage#igreels#reels#featureme#lsgmakeup#doechii\n1d'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/COD5av3jMgP/', 'likes': '8,688 likes', 'age': '2021-04-24T19:44:26.000Z', 'caption': 'lsgmakeup\n🍊💗🍊💗🍊💗🍊💗\n\nObsessedddd with the orange / pink colour combo! Barbie vibes 👄💅🏼🎀💕\n\nProducts: (most of which have been kindly gifted *adgifted)\n@plouise_makeup_academy eye paints in Glow girl, raver, blank canvas, firecracker, and rumour 02 base (use code LSGMAKEUP10 - Aff)\n@peachesmakeup Pixie pigment\n@pinkhoneyuk brow glue\n@morphebrushes hint hint skin tint shade Beige\n@fentybeauty gloss Bomb\n@hudabeautyshop pinky nude lip liner\n@ofracosmetics Mai Tai blush\n@ofracosmetics X @nikkietutorials Cloud 9 highlighter\n2d'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CN-pmR_jWkB/', 'likes': '10,428 likes', 'age': '2021-04-22T18:50:18.000Z', 'caption': 'lsgmakeup\nAD🍷✨🍷✨🍷✨🍷✨\n\nCreated this look using all @mavenbeauty products! 👇🏼\n\n- “Bold Blend” eyeshadow palette\n- “Define” eyeshadow palette\n- “Coquito” cream eyeshadow\n- “Aurora” Liquid glitter eyeshadow\n- “Draped Up” highlighter\n- “Shook” lipstick\n- “05” Eyelashes\n\n(Sold exclusively at FashionNova.com/beauty )💄\n\nMavenbeautypartner\n\n#makeup#explore#explorepage#makeupartist#mua#eyeshadow#spliteyeshadow#eyeshadowtutorial#makeuptutorial#tutorial#lsgmakeup\n4d'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CN3BgHDDVNk/', 'likes': '12,081 likes', 'age': '2021-04-19T19:44:57.000Z', 'caption': 'lsgmakeup\nAD🍷✨🍷✨🍷✨🍷✨\n\nCreated this look using all @mavenbeauty products! 👇🏼\n\n- “Bold Blend” eyeshadow palette\n- “Define” eyeshadow palette\n- “Coquito” cream eyeshadow\n- “Aurora” Liquid glitter eyeshadow\n- “Draped Up” highlighter\n- “Shook” lipstick\n- “05” Eyelashes\n\n(Sold exclusively at FashionNova.com/beauty )💄\n\nMavenbeautypartner\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNvS0bXjV5z/', 'likes': '7,491 likes', 'age': '2021-04-16T19:42:21.000Z', 'caption': 'lsgmakeup\nNo Bad Vibes baby ✌🏼💜☮️\n\nCollage/edit style IB my angel @eeerinr\nTop & Jeans: @boohoo *adgifted*\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNqKU0sDvIn/', 'likes': '10,417 likes', 'age': '2021-04-14T19:51:55.000Z', 'caption': 'lsgmakeup\n💚🌍💚🌍💚🌍💚🌍\n\nSong - “Peaches” by Justin Bieber & “What’s Luv” remix by @sickickmusic *I do not own the rights to this music!!*\n\nProducts:\n@bperfectcosmetics Carnival Love Tahiti palette\n@plouise_makeup_academy Blank Canvas eye paint & salty AF eye paint\n@juviasplace Zulu palette\n@mulaccosmetics blue eyeliner pen\n@ofracosmetics Rodeo drive highlighter\n1w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNk_oYKjMTe/', 'likes': '10,065 likes', 'age': '2021-04-12T19:42:16.000Z', 'caption': 'lsgmakeup\n💚🌍💚🌍💚🌍💚🌍\n\nProducts:\n@bperfectcosmetics Carnival Love Tahiti palette\n@plouise_makeup_academy Blank Canvas eye paint & salty AF eye paint\n@juviasplace Zulu palette\n@mulaccosmetics blue eyeliner pen\n@ofracosmetics Rodeo drive highlighter\n2w'}, {'username': 'lsgmakeup', 'link': 'https://www.instagram.com/p/CNiKIluDY3f/', 'likes': '15,180 likes', 'age': '2021-04-11T17:16:35.000Z', 'caption': 'lsgmakeup\nMy followers draw my eyeliner looks pt.2! Which is your fave?! 🖊\n\nInsp. by @byjeannine 🖤\n\n#makeup#eyeliner#graphicliner#wingedliner#eyelinerlooks#graphiceyeliner#instadaily #explore#featureme\n2w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/COEJYrThyi3/', 'likes': '10,198 likes', 'age': '2021-04-24T22:03:58.000Z', 'caption': 'beatsbylizzie\nLegit so excited to be using the NEW Collection from @aboutfacebeauty 💕 It’s so cool to create something for this collection when Halsey and I are both preggers 🤰🏀 (Yes, most of you new guessed correctly in my stories 😂) I’m SO impressed with all the formulas! I especially love that all these products are SO easy to use, which will come in handy when this little boy is born 💕\n:\n:\n:\nI’m wearing:\n-Freaked and Incoming Matte Fluid Eye Paint\n-Frenzy Light Lock Stick\n-Light Lock Lip Gloss in It’s not You it’s me\n:\n:\n:\n#aboutfacebeauty #aboutface #flowermakeup #makeupinspo #makeuplook #70saesthetic #70smakeup #60smakeup #halseymakeup\n2d'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CN53akRhy5y/', 'likes': '18,908 likes', 'age': '2021-04-20T22:14:32.000Z', 'caption': 'beatsbylizzie\nBeing in the third trimester, I haven’t had a single food craving. Is that weird? I just figured mine would be chocolate (I have a major sweet tooth) or maybe Mexican food, but NOTHING! I’ve had more of an aversion to foods- ordering something from a restaurant and then not being able to eat it 🍽 Im so curious what other people’s cravings have been or are 🤔 I’m still measuring small (no shocker) but at least I didn’t leave my OBGYN crying today 😅\n:\n:\n:\n@hudabeautyshop Farah lashes\n@plouise_makeup_academy Pink Paint Cream\n@ctilburymakeup Legendary Brows in Taupe, Flawless Filter 01 and color corrector in Fair 01\n@anastasiabeverlyhills Luminous Foundation 130N & Blonde Brow Pen\n@moiracosmetics pretty little thoughts palette\n@colourpopcosmetics Pretty Fresh concealer and Ghost Gel liner\n@ardellbeauty Faux Mink Short clusters\n@milanicosmetics Peach Primer\n:\n:\n:\n#pinkaesthetic #pastelpink #pinkmakeup #milanicosmetics #colourpopcosmetics #colourpopme #anastasiabeverlyhills #anastasiabrows #charlottetilbury #hudabeauty #makeuplook #makeupinspo #beret #60smakeup #60sstyle\n6d'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNvlMifhNv7/', 'likes': '18,791 likes', 'age': '2021-04-16T22:22:55.000Z', 'caption': 'beatsbylizzie\nI LOVE a good liquid glitter eyeshadow like the ones from Maven Beauty! ✨All the sparkle with none of the mess! Maven is sold exclusively at FashionNova.com 💕 Also, I’m bringing back the berets because I forgot how they put together any look 😂MavenBeautyPartner\n:\n:\nI used these Maven Beauty Products:\n-Super moon Asteroid Tears\n-Brown Liquid Eyeliner\n-Define And Medium Blend (for freckles) Basic Beat Eyeshadow Palettes\n-Buena Maven Lipstick\n-Draped Up Highlighter\n:\n:\nEarrings from @shosh.and.bird 💕\n:\n:\n:\n#mavenbeauty #70sstyle #70saesthetic #orangeaesthetic #graphicliner #70smakeup #60smakeup #twiggymakeup #twiggy #fauxfreckles\n1w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNgJSynhZBv/', 'likes': '32,391 likes', 'age': '2021-04-10T22:30:30.000Z', 'caption': 'beatsbylizzie\nIt’s a baby boy💙🤰👼 Pregnancy has been a huge mental and physical struggle for me. As much as I’ve tried to enjoy it, my anxiety has never been higher. The first trimester I dealt with placenta previa, depression, and the baby being under 10% in size. I’m so grateful my previa resolved itself in the second trimester, but it’s still been incredibly stressful knowing that baby is still measuring small... I’ve been told for months, by my OBGYN and perinatal, to gain weight and eat whatever I want plus more of it- which is hard when every organ is crunched together and I’m almost always uncomfortable. I’ve undergone every possible genetic testing and toxicology testing to see why the baby is small. This week, I got all the results back and there’s nothing abnormal. Baby’s just small 🤷\u200d♀️ I’m so unbelievably relieved and finally feel like I can breathe. Its been such a scary and financially taxing 6 months, BUT I’m ready to be able to enjoy the last few months with my baby boy inside my belly! 🤰👼 I realized, when the OBGYN told me it was a boy, that I had been secretly hoping it was a girl... it just makes sense! 😂 But, six months in, I’m excited to have a little boy so I can make sure he knows how to treat and respect women. Also, everyone keeps telling me boys are easier 😂😂 I just hope he looks exactly like his daddy but has my temperament- otherwise, we are in trouble 🙃\n:\n:\n:\n@poppicosmetics See You Never palette in “Fuck Off”\n@morphebrushes White Concealer for the flowers\n@colourpopcosmetics gel liner in Prance\n@milanicosmetics Peach Primer\n@limecrimemakeup Freckle Pen in Amber\n@anastasiabeverlyhills Soft Brown Brow Pen and Luminous Foundation in 30N\n@nyxcosmetics Epic Ink Liner and Born To Glow Concealer\n@makeupbymario Lip Palette\n@meltcosmetics Blushlight in Cali Dream\n@ctilburymakeup Contour Wand in Light/Medium, Flawless Filter in 01 and Setting Spray\n:\n:\n:\n#charlottetilbury #nyxcosmetics #nyx #milanicosmetics #milani #anastasiabeverlyhills #abh #morphebrushes #morphe #colourpopme #colourpop #meltcosmetics #melt #bluemakeup #flowerpower #limecrime #makeuplook #flowermakeup\n2w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNbCpgjBdsW/', 'likes': '12,010 likes', 'age': '2021-04-08T22:56:14.000Z', 'caption': 'beatsbylizzie\nA neutral moment 🤎🖤Swipe for a tutorial with no sound 😅 I’ll put it on Reels with some tunes lol. And, this vinyl hat from Topshop is giving me life!\n:\n:\n:\n@mavenbeauty Black Liquid liner and Asteroid Glitter Eyeshadow and Thrills lipstick\n@colourpopcosmetics Pretty Fresh concealer and LipLiner in Love Bug 🐛\n@anastasiabeverlyhills Soft Brown Brow Wiz, Brow Freeze and Luminous Foundation in 130N\n@ctilburymakeup Contour Wand in light medium and Flawless filter in 01\n@meltcosmetics Golden Ticket Gel Liner and Lynx Blush\n@makeupbymario Eye Primer and Lip Palette\n@kimchichicbeauty Freckle Pen\n@nyxcosmetics Born To Glow in Alabaster and Dewy Setting Spray\n@baddieblashes in #babydoll\n@peach_slices Starlit Glow to prime\n:\n:\n:\n#graphicliner #graphiceyeliner #mavenbeauty #colourpopme #colourpop #anastasiabeverlyhills #meltcosmetics #charlottetilbury #asos #topshop #abh #makeupbymario #editorialmakeup #nudemakeup #redlips #freckles #egirlmakeup #nyxcosmetics #nyx #makeupbymario\n2w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CNOGyxMhJ6p/', 'likes': '16,883 likes', 'age': '2021-04-03T22:22:19.000Z', 'caption': 'beatsbylizzie\nI’ve teamed up with NYX to show you guys that vegan products don’t have to break the bank! NYX has such affordable products that are amazing quality! I love sharing great products with you all and NYX definitely has my seal of approval ✨Swipe for a video 💕# ad\n:\n:\n:\nI used:\n-Ultimate Utopia palette\n-Beach Casual Filler Instinct\n-Taupe Micro Brow Pencil\n-Clear Control Freak Eyebrow Gel\n-Honey Dew Primer\n-Total Drop Pro in Porcelain\n-On the Rise Mascara\n-Epic Ink Liner in Brown\n:\n:\n:\n#goldeyeshadow #nyxcosmetics #cutcrease #nyxpartner #summermakeup #NYX #makeupinspo #eyeliner #flowerpower #makeupinspiration #makeuplook #60smakeup #70smakeup #nudelips #60shair\n3w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CM8KSFChTpj/', 'likes': '27,827 likes', 'age': '2021-03-27T23:06:29.000Z', 'caption': 'beatsbylizzie\nNose blush is, apparently, cool 💕 I’ll jot down what I remember I used cause pregnancy brain is real 🤷\u200d♀️🤰Oh, and I realized I never formally told everyone I’m pregnant! Me and my fiancé are so happy! He’s shy and doesn’t like pictures taken of himself, so that’s why you may have never seen him on IG 😂 But, we’ve been together for over 4 years ✨\n:\n:\n:\n@colourpopcosmetics Pretty Fresh Concealer and Foundation\n@freck faux freckles\n@trixiecosmetics Lipstick in Bauble\n@limecrimemakeup Extra Poppin Cherry Gloss and Redhead brow gel\n@hauslabs Doll LipLiner\n@ctilburymakeup Contour Wand\n@nyxcosmetics Matte Setting Spray and Clear Brow Gel\n@meltcosmetics Blushlight\n@milkmakeup Hydro Grip Primer\n@baddieblashes\n@anastasiabeverlyhills Iced Out Highlighter\n:\n:\n:\n#egirl #blush #freckles #hauslabs #abh #limecrime #colourpop #makeupinspo #makeuplook #cutemakeup #blondehair #pinklips #y2k #egirlmakeup #milkmakeup #nyxcosmetics #nyx #colourpopcosmetics\n4w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CM0ZoXlBuqS/', 'likes': '20,480 likes', 'age': '2021-03-24T22:46:40.000Z', 'caption': 'beatsbylizzie\nThis wig must have belonged to Miley Cyrus at some point because it could NOT be tamed 😅😝 Sorry, but also not because it’s been hours since I came up with that and I’m still smiling about it 🙃 Totally inspired by @ericaswn 💕💕💕\n:\n:\n:\n@meltcosmetics Golden Hour Blushlight\n@nyxcosmetics Lilac and Yellow Epic Wear Liquid Liners\n@morphebrushes Voodoo Gel liner and Filter Effect foundation\n@bhcosmetics Los Angeles Palette in Abbot Kinney\n@colourpopcosmetics Amethyst Hour Gel Liner & pretty fresh concealer fair 33C\n@baddieblashes lite\n@kimchichicbeauty Faux Freckles and Peach Ivory Concealer\n@anastasiabeverlyhills Iced Out Highlighter and Auburn Brow Wiz\n@ctilburymakeup Contour Wand and Penelope Pink lipstick\n@pacificabeauty Stella Gaze mascara and Crystal Dew Setting Spray\n:\n:\n:\n#morphebrushes #morphebabe #bhcosmetics #nyxcosmetics #flowerpower #flowermakeup #70saesthetic #70s #daphne #meltcosmetics #anastasiabeverlyhills #abh #redhair #makeupinspo #70smakeup #pacificabeauty #colourpopcosmetics\n4w'}, {'username': 'beatsbylizzie', 'link': 'https://www.instagram.com/p/CMVtHmThDYT/', 'likes': '13,721 likes', 'age': '2021-03-13T00:40:30.000Z', 'caption': 'beatsbylizzie\nWasn’t sure about these colors together but here we are 🤷\u200d♀️ Oh, and my new fav thing is matching my nails to my makeup 😁\n:\n:\n:\n@limecrimemakeup Fawn Liquid Liner and Aura Eyeshadow Palette\n@morphebrushes Filter Foundation in Light 2\n@ctilburymakeup Contour Wand in Light/Medium and Setting spray\n@anastasiabeverlyhills Iced Out Highlighter\n@makeupbymario lip palette\n@nyxcosmetics Taupe Brow Pencil\n@freck faux freckles\n@kevynaucoin Sensual Skin Primer\n@ardellbeauty Faux Mink individual lashes\n:\n:\n:\n#70smakeup #60smakeup #charlottetilbury #anastasiabeverlyhills #nyxcosmetics #limecrime #twiggymakeup #editorialmakeup #morphebrushes #ardelllashes #makeupbymario #makeupinspo\n6w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/COGjkcVjSZl/', 'likes': '1,546 likes', 'age': '2021-04-25T20:31:14.000Z', 'caption': 'tashajuptr\n☀️\n“embrace” lashes & “shade” gloss: @ytluxuries\n1d'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CN3BEZ2jYJp/', 'likes': '1,676 likes', 'age': '2021-04-19T19:41:10.000Z', 'caption': 'tashajuptr\nsymphonies in blue, remind me of you..\n(leftovers from the other day)\n1w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CN0ke6BDbUa/', 'likes': '2,723 likes', 'age': '2021-04-18T20:52:54.000Z', 'caption': 'tashajuptr\ncome 2 my planet..\nnose rings: @shop.seven22\n1w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNvhkOGj6kp/', 'likes': '3,277 likes', 'age': '2021-04-16T21:51:12.000Z', 'caption': 'tashajuptr\nlove me long time\n(thanks to nova for the photobomb 😘)\nnose cuffs: @2tachi\n1w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNgR6RND7qm/', 'likes': '3,984 likes', 'age': '2021-04-10T23:45:48.000Z', 'caption': 'tashajuptr\ntyrese_sweet_lady.mp3\n2w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNdrhVvjDkF/', 'likes': '9,475 likes', 'age': '2021-04-09T23:31:52.000Z', 'caption': 'tashajuptr\nshe.\n2w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNN6VlCDGq0/', 'likes': '10,793 likes', 'age': '2021-04-03T20:33:29.000Z', 'caption': 'tashajuptr\ni know you dream of me..\nlashes: @yofavmostwanted “barbie”\nliner: @brianbeautyofficial\nnose chain: @vanessaynichols\n3w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNLd8QhjucY/', 'likes': '12,388 likes', 'age': '2021-04-02T21:46:52.000Z', 'caption': 'tashajuptr\nmedia update: [april 2, 2021]\nliner: @brianbeautyofficial\nmascara: @makeuprevolution 5d mascara #zeroretouchrevolution\n3w'}, {'username': 'tashajuptr', 'link': 'https://www.instagram.com/p/CNDsfCMDuov/', 'likes': '2,548 likes', 'age': '2021-03-30T21:20:02.000Z', 'caption': 'tashajuptr\nleftovers from yesterday.. here’s to 21.\n\nproducts used:\n@makeuprevolution pore perfecting primer\n@makeuprevolution affinity palette\n@makeuprevolution 5D mascara\n#zeroretouchrevolution\n3w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CNqaiCAJTp_/', 'likes': '6,149 likes', 'age': '2021-04-14T22:13:32.000Z', 'caption': 'chaylachaylene\npink & blue r so sexy together\n🦋🎀\n1w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CNpziDjpSDM/', 'likes': '1,882 likes', 'age': '2021-04-14T16:32:45.000Z', 'caption': 'chaylachaylene\n🤎🐻\n1w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CNZAWMdJS65/', 'likes': '1,254 likes', 'age': '2021-04-08T03:57:38.000Z', 'caption': 'chaylachaylene\n✨💙\n2w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CMYXJGABucs/', 'likes': '2,488 likes', 'age': '2021-03-14T01:26:11.000Z', 'caption': 'chaylachaylene\n🤍🐄🖤\n6w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CL0RM0opc9l/', 'likes': '2,431 likes', 'age': '2021-02-28T01:01:37.000Z', 'caption': 'chaylachaylene\nFeelin blue 💙✨\n8w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CLS88frpH-w/', 'likes': '6,947 likes', 'age': '2021-02-15T02:29:41.000Z', 'caption': 'chaylachaylene\nOut of alllll of these vday looks, which ones your fave?! 💗\n10w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CLDAcM7p2_3/', 'likes': '1,397 likes', 'age': '2021-02-08T21:52:23.000Z', 'caption': 'chaylachaylene\nMy signature pink look 💗💕\n11w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CK7rkBsJari/', 'likes': '3,105 likes', 'age': '2021-02-06T01:35:16.000Z', 'caption': 'chaylachaylene\nGiving you 🎀doll face🎀\n11w'}, {'username': 'chaylachaylene', 'link': 'https://www.instagram.com/p/CK2CuDkJpTC/', 'likes': '1,441 likes', 'age': '2021-02-03T21:02:10.000Z', 'caption': 'chaylachaylene\nVery simple yet very cute 💗🤍\n11w'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COI5USIJpG3/', 'likes': '562 likes', 'age': '2021-04-26T18:19:45.000Z', 'caption': 'caitssdarling\nSpring Fling 🌼💜 this purple and yellow combo with a pop of coral orange is giving me serious summer vibes, where’s the beach and cocktails at? 🏖\n\n42/100\n\nProducts:\n#plouisebase in Vivid Violet & #plouise Secret Sinner Palette\n#abh Iced Out Highlighter & Liquid Lipstick in Spicy*\n#amazonuk Pressed Flowers\n#nyxcosmetics Marshmallow Primer & Born to Glow Foundation in Warm Vanilla\n#annabelleswigs Silver Wig*\nItems * are ad gifted\n\n#flowermakeup #nyxcosmetics_uk #editorialmakeup #editorialbeauty #editoriallook #avantgardemakeup #highfashionmakeup #muaxdiscover #beautybay #beautybaycom #myartistcommunity #springmakeup #makeupideas #creativemakeup\n4h'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COF5W09JpXK/', 'likes': '2,408 likes', 'age': '2021-04-25T14:22:23.000Z', 'caption': 'caitssdarling\nheart eyes for you 😻💙 pastel heart fantasy in today’s look... how gorgeous is my new wig from @wigs_and_co & matching earrings from @thepixiewand 🥺 so stunning 💜\n\n41/100\n\nKey Products\n#sheencosmetics Pastel Liners in Orchid, French Rose, Peach Puff, Ocean & Mellow*\n#tattilashes in Faux Me TL4*\n#makeuprevolution Lip Liner in White Wedding\n#nyxcosmetics Butter Gloss in Tiramisu\nItems * are gifted\n\n#graphicliner #graphiceyeliner #pastelmakeup #creativemakeup #uniquemakeup #100daysofmakeup #editorialbeauty #editoriallook #avantgardemakeup #muaxdiscover #nyxcosmetics_uk #v93oo #modelmalay #highfashionmakeup #beautybaycom #revolutionpro\n1d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COC6lApJGPX/', 'likes': '871 likes', 'age': '2021-04-24T10:35:27.000Z', 'caption': 'caitssdarling\n6 looks in 10 seconds, what’s your favourite? 📞\n\n#creativemakeup #100daysofmakeup #makeupinspo #editorialmakeup #runwaymakeup #ravvebeauty #theartistedit #avantgardemakeup #tiktokmakeup #highfashionmakeup #muaxdiscover #uniquemakeup\n2d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COBDI9GpUjH/', 'likes': '4,816 likes', 'age': '2021-04-23T17:11:40.000Z', 'caption': 'caitssdarling\nchoco swirls 🍫 happy friday everyone, I hope you have a lovely weekend & get to enjoy some sun if it makes an appearance 🤎\n\n39/100\n\nKey Products:\n#mehronmakeup Paradise Paints\n#eldorafalseeyelashes B803 Lashes (CAITLIN20 for 20% off)\n#plouise Read all About It Palette\n#nyxcosmetics Butter Gloss in Fortune Cookie\n#annabelleswigs Platinum Wig\n#graphicliner #graphiceyeliner #100daysofmakeup #avantgardemakeup #avantgardemakeupartist #uniquemakeup #creativemakeup #whitemakeup #makeupinspo #editorialbeauty #highfashionmakeup #theartistedit #v93oo\n3d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/COA2MOkpVyE/', 'likes': '1,047 likes', 'age': '2021-04-23T15:18:49.000Z', 'caption': 'caitssdarling\nHead in the Clouds Tutorial in 15 seconds 🌈☁️ using the new @xxrevolution XX Cloud Collection 😻\n\nKey Products:\n#xxrevolution XX Cloud Eyeshadow Palette, Cloud Burst Primer Serum, Cloud Blush in Cirrus & Cloud Highlighter in Haze*\n#revolutionpro Lipstick in Cashmere\n#nyxcosmetics Born to Glow Foundation in Warm Vanilla & Concealer in Alabaster, Lip Liner in Nude Beige\nItems * are ad gifted\n\n#makeuptutorials #rainbowmakeup #colourfuleyeshadow #colorfuleyeshadow #bretmansvanity #makeuprevolution #euphoriamakeup #modelmalay #editorialmakeup #editorialmua #nyxcosmetics_uk #makeuplook\n3d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN-k7lDJNB1/', 'likes': '4,187 likes', 'age': '2021-04-22T18:09:13.000Z', 'caption': 'caitssdarling\nHead in the Clouds ☁️🌈 today I used the new @xxrevolution XX Cloud Collection & obsessed is actually an understatement! 😻 I couldn’t decide what colours to use, so I thought I would use as many as possible cos they are all stunning 🌈\n\n38/100\n\nKey Products:\n#xxrevolution XX Cloud Eyeshadow Palette, Cloud Burst Primer Serum, Cloud Blush in Cirrus & Cloud Highlighter in Haze*\n#revolutionpro Lipstick in Cashmere\n#nyxcosmetics Born to Glow Foundation in Warm Vanilla & Concealer in Alabaster, Lip Liner in Nude Beige\n\nItems * are ad gifted\n\n#rainbowmakeup #colourfuleyeshadow #colorfuleyeshadow #bretmansvanity #editorialmakeup #avantgardemakeup #makeuplook #highfashionmakeup #euphoriamakeup #makeuprevolution #nyxcosmetics_uk #modelmalay #theartistedit #v93oo\n4d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN-aZSopmx4/', 'likes': '556 likes', 'age': '2021-04-22T16:37:33.000Z', 'caption': 'caitssdarling\nperfect smokey nudes in 20 seconds using @mavenbeauty AD 🤎\n\nI used:\n\nMaven Basic Beat Cream Eyeshadow Base in Alpaca\nWaterproof Liquid Eyeliner in Brown\nMaven Basic Beat Eyeshadow Palette in Soft Blend, Medium Blend, Bold Blend & Define\nMaven Highlighter in Dripped Out\nMaven Lipstick in Buena\n\n- sold exclusively at FashionNova.com\nmavenbeautypartner\n\n#mavenbeauty #smokeyeyeshadow #glowyskin #fullglam #nudemakeup #100daysofmakeup #smokeyeye #muaxdiscover #smokeyeye #cutcrease #editorialbeauty\n4d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN8BOk_JKjq/', 'likes': '3,153 likes', 'age': '2021-04-21T18:18:45.000Z', 'caption': 'caitssdarling\na smokey graphic wing & ombré eye using @mavenbeauty AD 🤎\n\nI used:\n\nMaven Basic Beat Cream Eyeshadow Base in Alpaca\nWaterproof Liquid Eyeliner in Brown\nMaven Basic Beat Eyeshadow Palette in Soft Blend, Medium Blend, Bold Blend & Define\nMaven Highlighter in Dripped Out\nMaven Lipstick in Buena\n\n- sold exclusively at FashionNova.com\nmavenbeautypartner AD\n\n#mavenbeauty #nudemakeup #nudeeyeshadow #graphiceyeliner #fullglam #glowyskin #smokeyeye #brownmakeup #cutcrease #muaxdiscover #editorialbeauty #100daysofmakeup #makeuplook #makeupinspo #undiscoveredmuas #v93oo #modelmalay #theartistedit\n5d'}, {'username': 'caitssdarling', 'link': 'https://www.instagram.com/p/CN7tCStpnva/', 'likes': '932 likes', 'age': '2021-04-21T15:22:29.000Z', 'caption': 'caitssdarling\na recap of some recent looks in 15 seconds 🌼🤍 what ones your favourite? 🦋\n\n#editorialmakeup #runwaymakeup #highfashionmakeup #editorialmakeup #makeuplooks #editorialmua #springmakeup #summermakeup #colorfulmakeup #graphicliner #100daysofmakeup #makeuptutorial #muaxdiscover #uniquemakeup #mehronmakeup #theartistedit\n5d'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNslGSrpMr0/', 'likes': '939 likes', 'age': '2021-04-15T18:24:37.000Z', 'caption': 'justjadelauren\nSo I turned myself into Sandy from Grease❤️ What do you guys think?🤔\n\nKey Products 👇🏼\n@beautybaycom EYN nude palette\n@thekatvond ‘Outlaw’ lipstick\n@thekatvond liquid black liner\n@lolaslashesofficial in the style ‘moonstone’\n*products have been gifted* #sandy #grease #hopelesslydevotedtoyou #makeuplooks\n1w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNdNGQrpUZD/', 'likes': '8,005 likes', 'age': '2021-04-09T19:06:01.000Z', 'caption': 'justjadelauren\nPurple Rain ☔️\n\nHair ib: @jennseren\nFollow @justjadelauren for more 👀\n\nThese pics were taken in my bathroom before I decided to climb into the tub for a shoot and ruin this entire makeup, hair and outfit 🥴 Which do you prefer? Filter or no filter? 💜\n\nKey products used⬇️\n@barrymcosmetics intrigued eyeshadow\n@plouise_makeup_academy vivid violet base\n@beautyblvd real Ronnie liquid lipstick as eyeliner\n@tatti_lashes TL6\n@pinkhoneyuk super hold\n@__dollbeauty_ like a diamond and shine bright\n2w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNSqNEZJGhw/', 'likes': '1,388 likes', 'age': '2021-04-05T16:49:04.000Z', 'caption': 'justjadelauren\nDojii stop clowning around 🤡💜\n\nMakeup inspired by @greta.mikki and @mmmmitchell\n\nI hope you’ve all had a lovely bank holiday weekend and Easter! Check out the product list for this look on my recent post 👀 #aprilfoolsday #clownmakeup #makeuplooks #clowncheck #undiscoveredmuas\n3w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNIlYWgpoFw/', 'likes': '1,519 likes', 'age': '2021-04-01T18:54:09.000Z', 'caption': 'justjadelauren\nHappy 1st April Fools 🤡💜\n\nInspired by @abbyroberts @greta.mikki @mmmmitchell\n\nDid you pull any pranks today? Follow @justjadelauren for more 👀\n\nKey Products👇🏼\n@laroc_cosmetics the artistry book\n@tatti_lashes TL4\n@soulsistercosmetics sis pigment\n@mehronuk paints\n@lorealparis true match\n@barrymcosmetics all night long concealer\n@yslbeauty foundation stick for contour\n@pinkhoneyuk super hold\n\nCode ‘LFTFJADEH’ on @lookfantastic website 💜\n3w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CNDckhapAgM/', 'likes': '1,061 likes', 'age': '2021-03-30T19:00:58.000Z', 'caption': 'justjadelauren\nNudes 🤎🤍\n\nMakeup by @glowbychloegibbons\n3w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMxVcSvpSHQ/', 'likes': '1,955 likes', 'age': '2021-03-23T18:13:22.000Z', 'caption': 'justjadelauren\nI didn’t realise reels could only be 30 seconds long so head on over to my tiktok to watch the rest of this tutorial and find out how I achieved the milk bath 💜 #godisawoman #purplerain #makeupartist #makeuptutorial #milkbath\n4w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMuvPy0JNEn/', 'likes': '3,276 likes', 'age': '2021-03-22T18:00:07.000Z', 'caption': 'justjadelauren\n𝕲𝖔𝖉 𝖎𝖘 𝖆 𝖜𝖔𝖒𝖆𝖓 💜\n\nInspired by @arianagrande’s music video in support of @beautyblvd #womenshistorymonth campaign 🙌🏼\n\nHair and bath ib: @jennseren\nEdit ib: @ellejamesmakeup\n\nUsing @beautyblvd Mattitude Lip Liquid in the shade ‘Real Ronnie’ for eyeliner\nMattitude Lip Liquid in the shade ‘Miss Serenity’ on the lips and cheeks\nDiamond Ligloss in the shade ‘Adorn’\n\nShop all products using ‘JADE’ for 20% off! #beautyblvd #internationalwomensday #bossbabe #godisawoman #arianagrande #femaleempowerment\n5w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMNRgDLJHdM/', 'likes': '1,313 likes', 'age': '2021-03-09T18:05:15.000Z', 'caption': 'justjadelauren\n🧚🏼 𝔏𝔢𝔭𝔯𝔢𝔠𝔥𝔞𝔲𝔫 🧚🏼\u200d♀️\n\nMakeup inspired by @aphitenza ✨\n\nFollow @justjadelauren for more 👀\n\nHere’s some bad b fairy vibes for a St.Patrick’s day makeup look 🍀 I really wish I had coloured hair spray to complete this look but here’s the edited version instead 🥴 Which one do you prefer? 💚\n\nProducts used👇🏼\n@pinkhoneyuk super hold\n@primark.beauty emerald kohl pencil\n@barrymcosmetics hi viz green eye pencil\n@nycluckychick gold mine liquid eyeshadow\n@bperfectcosmetics X @staceymariemua XL carnival palette\n@beautyblvd ysmeina glitter eyeshadow\n@angellashes_uk 24K pigment\n@fabulash_cosmeticsx ‘Queen’ lashes cut in half\n@tatti_lashes X @mmmmitchell bottom lashes\n@lorealparis true match foundation\n@yslbeauty foundation stick for cream contour\n@narsissist soft matte concealer\n@barrymcosmetics all night long concealer\n@lagirlcosmetics orange concealer\n@maybelline life’s a peach blush\n@__dollbeauty_ highlight\n@morphebrushes bite me lip pencil\n@sleekmakeup locked up lip liner\n@shadesoflondon spiced rum\n\n#kashbeauty #kashgold #keilidhmua\n6w'}, {'username': 'justjadelauren', 'link': 'https://www.instagram.com/p/CMAcVjSpU01/', 'likes': '1,559 likes', 'age': '2021-03-04T18:29:49.000Z', 'caption': 'justjadelauren\nPop of green, keeps ‘um keen 💚\n\nMakeup modelling for the amaze @glowbychloegibbons 😍\n7w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/COGQmBYjdT4/', 'likes': '6,221 likes', 'age': '2021-04-25T17:45:26.000Z', 'caption': 'babenexttdoor\n✖️DOTS✖️\nHappy Sunday 💖\nIb @beautybypeach\n::\n::\n#shapes #graphicliner #pokerdots #editorialblk #editorialmakeup #editorialbeauty #colouredlashes\n1d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CODnaWYDZKv/', 'likes': '11,704 likes', 'age': '2021-04-24T17:07:06.000Z', 'caption': 'babenexttdoor\n✖️FELINE✖️\nGraphic liner has been my obsession every since I knew about it , I find it exciting & fun even tho most of the time am not breathing in other to assure a straight line 😅 , i love editorials because they help me see past the norms and also try something new even tho “it might not be aesthetically pleasing for everyone “ and that arts , an impulse of freedom & relief ..... I finally wrote a caption 😅🤭 thank you and thank you again for the love much needed I need to bit open for once I love you all 💖\n::\n::\nProduct Oh it giving what it should GAVE!\n::\nIb; @byjeannine\n🏷 🏷🏷🏷\nSKIN PREP\nRose water ; @mariobedescu\nMoisturizer ; vegan milk @milkmakeup\nPrimer; hydro grip @milkmakeup\nIlluminator ; @dannessamyricks in radiance\n\nBASE;\nFoundation; @maybelline super stay caramel\nConcealer; @milkmakeup flex\nPowder; @milkmakeup\nBlush; @elfcosmetics\nHighlighter; @icywifeycosmetics foxy brown\n\nEyes\nBrows; I used a black shadows from my @morphecosmetics dare 2 create\nMascara ; kush by @milkmakeup\nLiner; @icywifeycosmtics\n\nLips; @maccosmetics photos\nLiner; @inglot_cosmetics\nGloss; clear gloss\n::\n::\n#agraphicliner #editorial #editorialbeauty\n#editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #aboutface #studiofam #springmakeup #brightmakeup #colourfulmakeup #studiofam #hydraliner #suvacreatorquest #morphebabe\n2d'},{'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/COBD1VLj2qt/', 'likes': '11,624 likes', 'age': '2021-04-23T17:17:43.000Z', 'caption': 'babenexttdoor\nOkay she’s edgy 🥵\nAlmost done posting these graphic liner from the reels I made ,bare with me I did 17 looks 🥵 , thank you for the l response to my dm’s am a going little less emotional😅\n::\n::\nIb @blondetaki\n::\n::\n#graphicliner #feline #drappedblusher #editorial\n3d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN74aq6DWWS/', 'likes': '6,165 likes', 'age': '2021-04-21T17:01:46.000Z', 'caption': 'babenexttdoor\n🐙 🐚🌸\nIb ; @glamxbrit 💝\n::\n::\n🏷🏷🏷;\nEyeshadow ; @ibeautifi_ Cindy pallete\nLiners @suvabeauty hydra liner\nLips @milkmakeup electric lip plumper\nSKIN PREP\nRose water ; @mariobedescu\nMoisturizer ; vegan milk @milkmakeup\nPrimer; hydro grip @milkmakeup\nIlluminator ; @dannessamyricks in radiance\n\nBASE;\nFoundation; @maybelline super stay caramel\nConcealer; @milkmakeup flex\nPowder; @milkmakeup\nBlush; @elfcosmetics\nHighlighter; @icywifeycosmetics foxy brown\n\nMascara ; kush by @milkmakeup\n::\n#agraphicliner #editorial #editorialbeauty\n#editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #aboutface #studiofam #springmakeup #brightmakeup #colourfulmakeup #studiofam #hydraliner #suvacreatorquest #morphebabe\n5d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN5ULf_jAxC/', 'likes': '12,279 likes', 'age': '2021-04-20T17:06:38.000Z', 'caption': 'babenexttdoor\n✖️FELINE✖️\nAm considering bleaching my brows 🤭 and am obsessed with this look! We hit 70k already thank you so much💝⚡️\nGiveaway coming soon\n::\n::\n#bleachedbrows #graphicliner #feline #editorial #editorialbeauty #runwaymakeup #theartistedit #voguemagazine #darkart #gothic\n6d'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN2v9lejpKt/', 'likes': '13,124 likes', 'age': '2021-04-19T17:13:50.000Z', 'caption': 'babenexttdoor\nI really do not have caption lol 💝🙈\nProduct details would be updated 🌸\n#graphicliner #bantuknots #editorialmakeup #beautyeditorial #reels\n1w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN0KQMSDe_u/', 'likes': '7,723 likes', 'age': '2021-04-18T17:03:42.000Z', 'caption': 'babenexttdoor\n✖️RETRO FUTURISM✖️\nI tried a different aesthetics with multitalented @stephs_monolids please check her out⚡️⚡️\nIb; @deemakeupart @junobirch\nFace paint\n@mehronmamakeup\nLashes\n@icywifeycosmetics pride lashes\nHair;\n@nubiianhair\n::\n::\n#retrofuturism #alienmakeup #planether #creativemakeup\n1w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CN0Gi9SjTU9/', 'likes': '9,320 likes', 'age': '2021-04-18T16:35:21.000Z', 'caption': 'babenexttdoor\n✖️RETRO FUTURISM✖️\nHey guys this look is a collab with the multitalented @stephs_monolids (photos dropping soon) please check her out she’s AMAZE BALLS🥵\nLet’s excuse the fact that am acting like am in a Music video 😂😂 anyways I hope you like it I got to try a new aesthetics 😍 product details would be listed in the image post , happy Sunday! My only fans for tutorial would be up by this weekend 💝💝\n::\n::\nIb @deemakeupart & @junobirch 🦋\n::\n::\n#retrofuturism #alienlife #alienmakeup #junobirch #facepainting #reels\n1w'}, {'username': 'babenexttdoor', 'link': 'https://www.instagram.com/p/CNxmAfiDCmK/', 'likes': '14,384 likes', 'age': '2021-04-17T17:08:30.000Z', 'caption': 'babenexttdoor\n✖️GLOSSY✖️\nServing you with a little bit of editorial\n::\n::\n🏷 🏷🏷🏷\nSKIN PREP\nRose water ; @mariobedescu\nMoisturizer ; vegan milk @milkmakeup\nPrimer; hydro grip @milkmakeup\nIlluminator ; @dannessamyricks in radiance\n\nBASE;\nFoundation; @maybelline super stay caramel\nConcealer; @milkmakeup flex\nPowder; @milkmakeup\nBlush; @elfcosmetics\nHighlighter; trophy wife @fentybeauty\nBlush @juviasplace\n\nEyes\nShadow @meltcosmetics mixed with clear gloss by @maccosmeticsafrica\nMascara ; kush by @milkmakeup\n\nLips; @milkmakeup electric lip plumper\nLip Liner; @drugstore\n::\n::\n#glossylids #editorial #editorialbeauty\n#editorialmakeup #graphiceyeliner #muaxdiscover #fentybeauty #311makeup #v93oo #aboutface #studiofam #editorialblk #brightmakeup #chocolatemakeup #studiofam #hydraliner #juviasplace #suvacreatorquest #morphebabe #maccosmetics #fingerwaves\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CODoF2-JYP9/', 'likes': 'None', 'age': '2021-04-24T17:15:36.000Z', 'caption': 'beatsbydeb\nBling BLING💎\n__________\nI was extremely inspired by the BOMB @jarrytheworst 😍\n__________\nMAJOR DEETS ⤵️\nHair: @tressesbymvllibu\nEyeshadow Base 4 @plouise_makeup_academy\nColors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics\nAcid Reign Base @plouise_makeup_academy\nRhinestones @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nBlurring Primer @lauramercier\nFoundation “Tahoe” @narsissist\nConcealer 13 @juviasplace\nContour “Chocolat” (foundation stick) @blackopalbeauty\nTranslucent Setting Powder @lauramercier\nIce Me Out Loose Highlighter @beatsbydebcosmetics\nLippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics\nBling Hoops @beatsbydebcosmetics\nOutfit: @shopakira\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #cutcreasemakeup #cutcrease #lauramercier\n2d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/COBEC5kJk0q/', 'likes': 'None', 'age': '2021-04-23T17:19:59.000Z', 'caption': 'beatsbydeb\nmy bestie reaction got me hype😍💃🏽*she has never worn a wig before yall, she in love😂*\n_________\nSo basically I been wanting to put a wig on her for a few months now 😭 We finally had some time to do this and it turned out BOMBBB😍 Also, im no professional, and nope i dont take clients anymore 😂\n\nNow dont get me wrong, her locs are gorgeous! She is in between retwists so I’m like perfect we throwin on a wig. She’s been natural literally her whole life so a little change is always welcomed and I have straight up created a monster😂👏🏽 baby a baddie and SHE KNOW IT! Before AND After PURRRR💅🏽 Follow her @__special_kay\n___________\nMAKEUP DEETS⤵️\nWig: @alexisjeanellcollection\nGot2b Glue @got2b\nMousse @shea__moisture\nEdge Band @mywigclosett\nBrow Pencil “Ebony” @anastasiabeverlyhills\nConcealer @beautybakeriemakeup use code “beatsbydeb”\nFoundation @lancomeofficial\nTranslucent Setting Powder @lauramercier\nContour “Zambia” @juviasplace\nPowder Foundation (contour powder) 420 @fentybeauty\nLashes “Bad B” Medium Lash Book @beatsbydebcosmetics\nLippie “Spice” Lip Liner @beatsbydebcosmetics\nLipstick Palette @anastasiabeverlyhills\nGloss “Bubble” @beatsbydebcosmetics\nMiami Beach Loose Highlighter @beatsbydebcosmetics\nSong: Come Through @hermusicofficial\n___________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #wiginstall #lacefrontwigs #lacewigs #lacefrontal #makeover\n3d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CN761spJSP0/', 'likes': '18,400 likes', 'age': '2021-04-21T17:22:56.000Z', 'caption': 'beatsbydeb\nas you can see... i like bling 💎\n__________\n*Disclaimer- YES I WORE MY MASK! I only took it off for 3 minutes, where others weren’t around to snap a few pictures.*\nMAJOR DEETS ⤵️\nHair: @tressesbymvllibu\nEyeshadow Base 4 @plouise_makeup_academy\nColors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics\nAcid Reign Base @plouise_makeup_academy\nRhinestones @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nIce Me Out Loose Highlighter @beatsbydebcosmetics\nLippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics\nBling Hoops @beatsbydebcosmetics\nOutfit: @shopakira\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #wiginstall #lacewigs #shopakira\n5d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CN5US7IJEIE/', 'likes': 'None', 'age': '2021-04-20T17:17:43.000Z', 'caption': 'beatsbydeb\nICE ME OUT TUH💅🏽💎\n___________\nOkay so I was in such a rush doing this look! I wanted to film another talk through, but I was leaving😢 *AHHHH I WAS INSPIRED BY THE BOMB @jarrytheworst *ALSO it didn’t turn our quite how I wanted buttttt it was still alright😅 Anywhooo watch my eyes disappear from how heavy my freakin lids were LAWD😩\n__________\nMAJOR DEETS ⤵️\nHair: @tressesbymvllibu\nEyeshadow Base 4 @plouise_makeup_academy\nColors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics\nAcid Reign Base @plouise_makeup_academy\nRhinestones @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nBlurring Primer @lauramercier\nFoundation “Tahoe” @narsissist\nConcealer 13 @juviasplace\nContour “Chocolat” (foundation stick) @blackopalbeauty\nTranslucent Setting Powder @lauramercier\nIce Me Out Loose Highlighter @beatsbydebcosmetics\nLippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics\nBling Hoops @beatsbydebcosmetics\nOutfit: @shopakira\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #cutcreasemakeup #cutcrease #lauramercier\n6d'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CN2u-E2psB0/', 'likes': '42,707 likes', 'age': '2021-04-19T17:03:07.000Z', 'caption': 'beatsbydeb\na real life mermaid🧜🏽\u200d♀️\n__________\nA tutorial coming tomorrow but for now, enjoy this snippet from TikTok😍 Makeup Deets coming on tomorrow’s post!\n__________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #wiginstall #lacewigs #lacefrontwigs #lacefrontal\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNx1-UJJBLX/', 'likes': '28,944 likes', 'age': '2021-04-17T19:28:01.000Z', 'caption': 'beatsbydeb\nwhat I’ve been doing in my free time #glasspainting 🧡\n___________\nSo basically my fam loves anime. Me and my man have been watching a bunch together lately, so for V-day I did this collage of some of our favs! We had a covid-safe vday and cooked together anddd decided to make eachother some art instead of crazy gifts! He was so shocked🥺🥰\n\nIt came out sooo dope that my Twin bro @obejays wanted one! I decided to do it for our 22nd bday, butttt I kept procrastinating 🤣 FINALLY finished it a few days ago... a month late but better than never💀 So glad he loved it!\n\nDo things that make you happy love! My two favorite boys are special and I thought this would be so relaxing and fun, which it was😁👏🏽 Have been super unmotivated lately so surround yourselves with ppl you love💓\n_____________\n#beatsbydeb #anime #blackmuas #blackmakeupartist #blackmua #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #animeart #animeglasspainting\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNp32Qxpb58/', 'likes': '36,797 likes', 'age': '2021-04-14T17:10:28.000Z', 'caption': 'beatsbydeb\nsunset goddess🍊🌻🌅\n____________\nWOW! Such an overwhelming response from yesterday’s swipe over talk through tutorial 🧡 Thank you all for the love like sheeeshhh! Over 700 comments in 24 hours is AMAZING! Love y’all new look otw👀\n____________\nMAKEUP DEETS:\nEyeshadow Base 3 @plouise_makeup_academy\nEyeshadow Palette COMING SOON 👀 @beatsbydebcosmetics\nMakeup Wipes @glamlite\nBlank Canvas Base @plouise_makeup_academy\nCut Crease Brush @beatsbydebcosmetics\nRhinestones @beatsbydebcosmetics\nEverything Glue @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nMascara @hudabeauty\nMattifying Primer @fentybeauty\nFoundation @hudabeauty\nConcealer “Tan Sand” @tartecosmetics\nSetting Powder @beautybakeriemakeup\nBlush (eyeshadow ^^^)\nLippie:\n“Spice” Liner @beatsbydebcosmetics\n“Milk Chocolate” Liquid Lipstick @beatsbydebcosmetics\nGloss Bomb Cream @fentybeauty\nMiami Beach Loose Highlighter @beatsbydebcosmetics\nCustom Wig @mywigclosett\n____________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #blackgirlmakeup #blackgirlmagic #makeupformelanin #melaninqueen #sunsetmakeup #hudabeauty #fentybeauty #fentyglossbomb #blackmua #blackmakeupartist\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNnUkGYJGPX/', 'likes': '45,112 likes', 'age': '2021-04-13T17:23:40.000Z', 'caption': 'beatsbydeb\nno music, no fancy transitions... a real TALK THROUGH TUTORIAL👏🏽 #swipe\n___________\nI am SO glad excited to post this! I’ve been wanting to post this type of tutorial for soooo long👏🏽 Please please COMMENT YOUR THOUGHTS! I would really love to know how you all like this..? I loveeee talking as you can see🤣 Lmk how you like this look! I loved it😩😍 It’s time to start filming again👏🏽\n____________\nMAKEUP DEETS (slide by slide):\nEyeshadow Base 3 @plouise_makeup_academy\nEyeshadow Palette COMING SOON 👀 @beatsbydebcosmetics\nMakeup Wipes @glamlite\nBlank Canvas Base @plouise_makeup_academy\nCut Crease Brush @beatsbydebcosmetics\nRhinestones @beatsbydebcosmetics\nEverything Glue @beatsbydebcosmetics\nLashes “Flare” @beatsbydebcosmetics\nMascara @hudabeauty\nMattifying Primer @fentybeauty\nFoundation @hudabeauty\nConcealer “Tan Sand” @tartecosmetics\nSetting Powder @beautybakeriemakeup\nBlush (eyeshadow ^^^)\nLippie:\n“Spice” Liner @beatsbydebcosmetics\n“Milk Chocolate” Liquid Lipstick @beatsbydebcosmetics\nGloss Bomb Cream @fentybeauty\nMiami Beach Loose Highlighter @beatsbydebcosmetics\nCustom Wig @mywigclosett\n____________\n#beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #blackgirlmakeup #blackgirlmagic #makeupformelanin #melaninqueen #sunsetmakeup #hudabeauty #fentybeauty #fentyglossbomb #blackmua #blackmakeupartist\n1w'}, {'username': 'beatsbydeb', 'link': 'https://www.instagram.com/p/CNkvWC6JO0Q/', 'likes': '43,552 likes', 'age': '2021-04-12T17:21:56.000Z', 'caption': 'beatsbydeb\nthis hair got me feelin like SPRING HERSELF 🌻🍊\n___________\nCustom Wig @mywigclosett\nLace Glue @hairsofab\nGlue Spray @got2b\nLOOK COMING TOMORROW!\n___________\n#beatsbydeb #beatsbydebcosmetics #wiginstall #lacefrontwigs #melaninmagic #melaninmakeup #wigsforblackwomen #melaninpoppin #makeupforblackwomen #blackgirlmagic #blackgirl #blackgirlmakeup #blackmakeupartist #lacewigs\n2w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/COI-DSXJGHX/', 'likes': '4,064 likes', 'age': '2021-04-26T19:01:07.000Z', 'caption': 'iamkaylabeauty\n“Flower child, beautiful child I’m in your zone” 🌸🌺🌹🌷💐✨\n\nSpring time collab with my boo boo @shawtycynthia_makeup !! Loved doing this with her!! Be sure to follow and show her support guys!! 🌷💕💐🌹✨\n\nProduct Details:\nPonytail from @insertnamehere style “Shayla”\n\nNose cuffs from @dasannispeakswirejewelry styles “Eden” & “Badu”\n\nNails from @nefertariinails\n\nChain from @sheinofficial\n\nAll flowers from @dollartree\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax\n@mavenbeauty liquid liner “Brown”\n\nEyes:\n@juviasplace Eye Primer “Shade 1”\n@morphebrushes 35XO palette shade “Come Here Often”\n@colourpopcosmetics “Uh-Huh Honey” palette shade “Sweet Pot”\n@glamourvault Sun Sign loose pigment (Use code “Kaylabeauty15” for $$ off!)\n\nLashes:\n@shoplustingambition lash trio\n@milkmakeup Kush mascara\n\nBase:\n@milkmakeup Hydro Grip Primer\n@hudabeautyshop #fauxfilterfoundation shade “Cinnamon”\n@colourpopcosmetics No Filter Concealer shade “Medium Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder shade “Cool Caramel”\n@fruitscosmetics loose pigment shade #8\n@beatsbydebcosmetics loose highlighter “Miami Beach”\n\nLips:\n@maybelline Smokey Gel Liner “Smokey Brown”\n@pop_beauty Permanent Pout Liquid Lip Colour “Butter Babe”\n•••••••••••••••••••••••••••••\n#springtimemakeup #springtime #flowerpower #flowers #makeupforblackwomen #barbs #makeupcollab #bejewelednails #highponytail #melaninmakeup #melaninbeautiesunite #uniquemakeup #advantegarde #springglam #milkmakeup #boldmakeup #eazedrop @fentybeauty #hudabeauty #hudaboss #fentybeauty\n4h'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/COGZbEGJtiY/', 'likes': '1,822 likes', 'age': '2021-04-25T19:02:35.000Z', 'caption': 'iamkaylabeauty\n⚔️💕\n\nQuestion: y’all getting super villain or super hero vibes from this? I’m def getting super villain 😩 and I’m okay with it! What would my super hero/villain name be? 🤔\n\nProduct Details:\nBrows:\n@mavenbeauty liquid liner: “Brown”\n\nEyes:\n@nyxcosmetics Epic Wear Waterproof Eye & Body liquid liners: “Silver Metal”\n@nyxcosmetics Liquid Ink Liner “Black”\n@nyxcosmetics Epic Wear Pencil “Pink Spirit”\n\nLashes: @beatsbydebcosmetics style “Deb”\n\nBase:\n@milkmakeup hydrogrip primer\n@fentybeauty Eaze Drops: “18”\n@colourpopcosmetics No Filter Concealer: “Medium Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@onesize Turn Up The Base Versatility power “Dark 4”\n@fruitscosmetics loose pigment: “8”\n@beatsbydebcosmetics loose highlighting powder: “Ice Me Out”\n\nLips:\n@maybelline Smokey Gel Pencil “Smokey Brown”\n•••••••••••••••••••••••••••••\n#nyxcosmeticspartner #makeitepic #liquidliner #graphicliner #supportblackbeauty #makeupforblackwomen #goldhoops #blackhair #volumelashes #wispielashes #symmetrical #symmetry #extramakeup #selfcare #glam #symmetry #advantgarde #silverjewelry #makeupforever #makeupforblackwomen @nyxcosmetics @milkmakeup #eazedrop\n1d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN-q_WUp8mk/', 'likes': '8,421 likes', 'age': '2021-04-22T19:02:19.000Z', 'caption': 'iamkaylabeauty\nMidas Touch ⚱️✨\n\nMidas touch ⚱️✨\n\nLooks inspired by @e.bmakeupxx ✨\n\nProduct Details:\nHair from @sdamey_humanhair\n\nNails from @theenailbeautyco\n\nNose Cuffs from the @dasannispeakswirejewelry x @iamkaylabeauty Diamond Collection styles “MAJESTY” and “DEA” (USE MY CODE “KAYLABEAUTY10” FOR $$ OFF!)\n\nEarrings from @forever21\n\nRings from @sheinofficial\n\nBrows:\n@kvdbeauty 24 hour super brow pomade: “Bleached”\n@colourpopcosmetics Feather Effect Brow Wax: “Clear”\n\nEyes:\n@juviasplace eye primer: “Shade 1”\n@shanel_cosmetics The Carnival Palette\n@thebeautybar.cosmetics “Champagne Mami” and “Koffee”\nGold flakes from @amazon\n@maybelline Smokey Gel pencil “Smokey Black”\n\nLashes:\n@shoplustingambition lash trio (last lash)\n@makeupamurder Evidence Marker Lashes: “5” (cut up as bottom lashes) (USE MY CODE “Kaylabeauty” FOR $$ OFF!)\n\nBase:\n@hudabeautyshop #fauxfilterfoundation: “Cinnamon”\n@colourpopcosmetics No Filter Concealer “Medium Dark 36”\n@juviasplace eye primer “Shade 1”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@dkybeauty_ loose powder “#5”\n@onesize Turn Up The Base Versatility Powder: “Dark 4”\n@fruitscosmetics loose pigment: “#8”\n@beatsbydebcosmetics loose powder highlighter: “Ice Me Out”\n\nLips:\n@ilmakiage Long Wear Eye Pencil - “Batman”\n@hudabeautyshop Matte Lipstick “El Cinco De Mayo”\n•••••••••••••••••••••••••••••\n#makeupcollab #supportblackbeauty #supportblackownedbusinesses #makeupforblackwomen #advantgarde #royalty #blackroyalty #midastouch #redlipstick #hudabeautyshop #royaltynails #golddrip #queen #blackqueen👑 #bleachedbrows #nosecuffs #nosechains #majesty #blackroyals #crown #goldcrown #theshaderoom #goldmakeup @theshaderoom\n4d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN8GRflJ_0-/', 'likes': '8,287 likes', 'age': '2021-04-21T19:02:51.000Z', 'caption': 'iamkaylabeauty\nMidas touch ⚱️✨\n\nRoyalty nail collab with @riostellaa (King of the Darkness), and @theequeen_kee (Queen of Candy Land). Make sure to show their posts love y’all! Nails by @theenailbeautyco\n✨🏆\n\nLooks inspired by @e.bmakeupxx 😍\n\nProduct Details:\nHair from @sdamey_humanhair\n\nNails from @theenailbeautyco\n\nNose Cuffs from the @dasannispeakswirejewelry x @iamkaylabeauty Diamond Collection styles “MAJESTY” and “DEA” (USE MY CODE “KAYLABEAUTY10” FOR $$ OFF!)\n\nEarrings from @forever21\n\nRings from @sheinofficial\n\nBrows:\n@kvdbeauty 24 hour super brow pomade: “Bleached”\n@colourpopcosmetics Feather Effect Brow Wax: “Clear”\n\nEyes:\n@juviasplace eye primer: “Shade 1”\n@shanel_cosmetics The Carnival Palette\n@thebeautybar.cosmetics “Champagne Mami” and “Koffee”\nGold flakes from @amazon\n@maybelline Smokey Gel pencil “Smokey Black”\n\nLashes:\n@shoplustingambition lash trio (last lash)\n@makeupamurder Evidence Marker Lashes: “5” (cut up as bottom lashes) (USE MY CODE “Kaylabeauty” FOR $$ OFF!)\n\nBase:\n@hudabeautyshop #fauxfilterfoundation: “Cinnamon”\n@colourpopcosmetics No Filter Concealer “Medium Dark 36”\n@juviasplace eye primer “Shade 1”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@dkybeauty_ loose powder “#5”\n@onesize Turn Up The Base Versatility Powder: “Dark 4”\n@fruitscosmetics loose pigment: “#8”\n@beatsbydebcosmetics loose powder highlighter: “Ice Me Out”\n\nLips:\n@ilmakiage Long Wear Eye Pencil - “Batman”\n@hudabeautyshop Matte Lipstick “El Cinco De Mayo”\n•••••••••••••••••••••••••••••\n#makeupcollab #supportblackbeauty #supportblackownedbusinesses #makeupforblackwomen #advantgarde #royalty #blackroyalty #midastouch #redlipstick #hudabeautyshop #royaltynails #golddrip #queen #blackqueen👑 #bleachedbrows #nosecuffs #nosechains #majesty #blackroyals #crown #goldcrown #theshaderoom #goldmakeup @theshaderoom\n5d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN5nslZJX6w/', 'likes': '4,757 likes', 'age': '2021-04-20T19:57:11.000Z', 'caption': 'iamkaylabeauty\nGraphic Liners for the win! 🙏🏾😍\n\nDid this look a while back and I’m OBSESSED with it! I use the new @nyxcosmetics Epic Wear liners to achieve this look! They’re easy to apply, pigmented, and waterproof? 😍✨\n\nProduct Details:\nBrows:\n@mavenbeauty liquid liner: “Brown”\n\nEyes:\n@nyxcosmetics Epic Wear Waterproof Eye & Body liquid liners: “Fuchsia” & “Teal”\n\nLashes: @beatsbydebcosmetics style “Deb”\n\nBase:\n@milkmakeup hydrogrip primer\n@fentybeauty Eaze Drops: “18”\n@colourpopcosmetics No Filter Concealer: “Medium Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel”\n@onesize Turn Up The Base Versatility power “Dark 4”\n@fruitscosmetics loose pigment: “8”\n@beatsbydebcosmetics loose highlighting powder: “Ice Me Out”\n\nLips:\n@maybelline Smokey Gel Pencil “Smokey Brown”\n•••••••••••••••••••••••••••••\n#nyxcosmeticspartner #makeitepic #liquidliner #graphicliner #supportblackbeauty #makeupforblackwomen #goldhoops #blackhair #volumelashes #wispielashes\n6d'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CN282CPJKsg/', 'likes': '8,791 likes', 'age': '2021-04-19T19:04:15.000Z', 'caption': 'iamkaylabeauty\nMint Condition ❄️✨\n\nHappy Monday babes! This the new color I post on my story 😍 do y’all like? Details will be on my story shortly!\n\nProduct Details:\n\nWig details will be posted on my stories soon!\n\nNose cuffs from @dasannispeakswirejewelry styles “Zariah” and “Infinite” use my code “Kaylabeauty10” for $$ off!\n\nNecklace from @sheinofficial\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax: “Clear”\n\nEyes:\n@makeupamurder Burner Phone palette: “OMG”\n@morphebrushes x @nikitadragun palette: “Nasty”\n@makeupamurder Pastel Poison Neon Pigments - Pastel Green\n@nyxcosmetics Epic Wear “Blue Trip”\n\nLashes:\n@shoplustingambition lash trio (top row)\n\nBase:\n@hudabeautyshop #fauxfilterfoundation: “Cinnamon”\n@colourpopcosmetics No Filter Concealer: “Medium Dark 36”\n@juviasplace Eye Primer: “Shade 1”\n@colourpopcosmetics No Filter Setting Powder: “Translucent Caramel”\n@onesize Turn Up The Base Versatility Powder: “Dark 4”\n@fruitscosmetics loose pigment: “8”\n@beatsbydebcosmetics loose highlighting powder: “Ice Me Out”\n\nLips:\n@maybelline Tattoo Studio Smokey Gel Pencil: “Smokey Brown”\n•••••••••••••••••••••••••••••\n#mintgreenhair #lightbluehair #syntheticwigs #makeupforblackwomen #baddiebeat #slay #supportblackbeauty #melaninpoppin #makeupamurder #hudabeauty #anastasiabeverlyhills #orangeblush #nosecuffs #blindinghighlight #overlinedlips #goldjewelry #simplebeat #30mmlashes\n1w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CNxzF6QJXz5/', 'likes': 'None', 'age': '2021-04-17T19:12:48.000Z', 'caption': 'iamkaylabeauty\nHow to: Wallet Friendly Brows\n\nHey guys! Here’s a little video comparing my new brow routine to my old routine! I achieve bomb, AFFORDABLE fluffy brows using @colourpopcosmetics new Feather Effect Brow Wax in “Clear” and their Boss Brow Pencil in “Soft Black”\n\nI’ll be posting a more in-depth tutorial soon!\n____________________________\n#colourpopmeblack #colourpopambassador #colourpopcosmetics #brows #fluffybrows #bushybrow\n1w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CNvOBaeJ5LT/', 'likes': '8,732 likes', 'age': '2021-04-16T19:00:38.000Z', 'caption': 'iamkaylabeauty\nOh you fancy, huh? 💅🏾💇🏾\u200d♀️🙆🏾\u200d♀️💚✨\n\nCut crease inspired by @itskaijasmine\n\nLiner detail was inspired by a look I saw months ago. I don’t remember who created the look but she bodied it!! Tag her recognize the style please!\n\nHead Scarf:\n@izayla_\n\nHair from @sdamey_humanhair\n\nNose cuffs from @dasannispeakswirejewelry styles “Eden” & “Lacey Lace”\n\nNails from @rondasplace\n\nNecklace from @shopkweensessentials\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax “Clear”\n@kvdbeauty 24 Super Brow Pomade “Bleached”\n\nEyes:\n@juviasplace eye primer “Shade 2”\n@morphebrushes x @nikitadragun Palette\n@shanel_cosmetics Carnival Palette (Use code “Kaylabeauty10” for $$ off!)\n@shanel_cosmetics x @iamkaylabeauty Melaliner palette (DROPPING SOON!!)\n@suvabeauty “Grease” hydra liner\n@maybelline Smokey Gel Pencil “Smokey Black”\n@ilmakiage Long Wear Eye Pencil “Batman”\n\nLashes:\n@diamond_luxxe_exxtensions lashes style “Keke”\nBottom lashes: @icywifeycosmetics “ Diva” lashes\n\nBase:\n@milkmakeup hydro grip primer\n@fentybeauty Eaze Drops shade “18”\n@milkmakeup Flex Concealer “Caramel”\n@colourpopcosmetics No Filter Concealer - “Medium Dark 36” + “Deep Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder “Cool Caramel”\n@fruitscosmetics loose pigment “8” (Use my code “Kaylabeauty” for $$ off!)\n@beatsbydebcosmetics “Miami Beach” loose highlighter\n\nLips:\n@ilmakiage Long Wear Eye Pencil “Batman”\n•••••••••••••••••••••••••••••\n#blackavante #blackavantegarde #avantgardemakeup #graphicliner #supportblackbeauty #hoodcouture #couture #blackgirlmagic #blackgirlsinluxury #luxury #expensivetaste #fentybeauty #eazedrops #glowyskin #headscarf #extraglam #colourpopambassador #blingnails #extranails #babyhairs #bejeweled #makeupforblackwomen #flawlessbase #goldjewelry\n1w'}, {'username': 'iamkaylabeauty', 'link': 'https://www.instagram.com/p/CNsp-92pjNi/', 'likes': '12,338 likes', 'age': '2021-04-15T19:07:02.000Z', 'caption': 'iamkaylabeauty\nHood Couture 🖤🔫✨\n\nThis look was so fun to create 😩✨kinda made me love make up@even more\n\nCut crease inspired by @itskaijasmine\n\nLiner detail was inspired by a look I saw months ago. I don’t remember who created the look but she bodied it!! Tag her recognize the style please!\n\nHead Scarf:\n@izayla_\n\nHair from @\n\nNose cuffs from @dasannispeakswirejewelry styles “Eden” & “Lacey Lace”\n\nNails from @rondasplace\n\nNecklace from @shopkweensessentials\n\nBrows:\n@colourpopcosmetics Feather Effect Brow Wax “Clear”\n@kvdbeauty 24 Super Brow Pomade “Bleached”\n\nEyes:\n@juviasplace eye primer “Shade 2”\n@morphebrushes x @nikitadragun Palette\n@shanel_cosmetics Carnival Palette (Use code “Kaylabeauty10” for $$ off!)\n@shanel_cosmetics x @iamkaylabeauty Melaliner palette (DROPPING SOON!!)\n@suvabeauty “Grease” hydra liner\n@maybelline Smokey Gel Pencil “Smokey Black”\n@ilmakiage Long Wear Eye Pencil “Batman”\n\nLashes:\n@diamond_luxxe_exxtensions lashes style “Keke”\nBottom lashes: @icywifeycosmetics “ Diva” lashes\n\nBase:\n@milkmakeup hydro grip primer\n@fentybeauty Eaze Drops shade “18”\n@milkmakeup Flex Concealer “Caramel”\n@colourpopcosmetics No Filter Concealer - “Medium Dark 36” + “Deep Dark 36”\n@shapeshiftcosmetics Stardust Setting Powder “Cool Caramel”\n@fruitscosmetics loose pigment “8” (Use my code “Kaylabeauty” for $$ off!)\n@beatsbydebcosmetics “Miami Beach” loose highlighter\n\nLips:\n@ilmakiage Long Wear Eye Pencil “Batman”\n•••••••••••••••••••••••••••••\n#blackavante #blackavantegarde #avantgardemakeup #graphicliner #supportblackbeauty #hoodcouture #couture #blackgirlmagic #blackgirlsinluxury #luxury #expensivetaste #fentybeauty #eazedrops #glowyskin #headscarf #extraglam #colourpopambassador #blingnails #extranails #babyhairs #bejeweled #makeupforblackwomen #flawlessbase #goldjewelry\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/COEiebxpmk9/', 'likes': '10,138 likes', 'age': '2021-04-25T01:43:26.000Z', 'caption': 'raggedyroyal\nsun·set\n/ˈsənˌset/\nnoun\nthe time in the evening when the sun disappears or daylight fades.\nEYES:\n@samplebeauty The Equalizer Palette: Volume II\n@myalibeauty Yasmin Palette\n@colouredraine Juicy Boost Palette\n@beautybaycom Liquid Crystal Eyeshadow in Censer\n@colourpopcosmetics Volumizing Mascara in Yellow Goodbye\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\nBROWS:\n@maybelline Brow Ultra Slim in 262 Black Brown\nLIPS:\n@beautybaycom Lipstick in Freckle\n@lauramercier Lip Glace in Bare Beige\n@maccosmetics Lipgloss\nFACE:\n@lauramercier Pure Canvas Primer in Perfecting\n@zoevacosmetics Liquid Light Drops in Rose Golden\n@lauramercier Tinted Moisturizer in Tawny\n@makeupforever Matte Velvet Skin Foundation in Y425\n@makeupforever Matte Velvet Skin Concealer in 3.6\n@lacolorscosmetics Ultimate Cover Concealer in Natural\n@opvbeauty Contour Kit Cream Base - Chelsea\n@lauramercier Translucent Loose Setting Powder\n#makeuprecreation #makeupevolution #sunseteyeshadow #halfcutcrease #halfcutcreaselook #sunsetmakeup #sunsetmakeuplook #hypnaughtymakeup #makeupintense #undiscoveredmuas #wakeupandmakeup #wakeupandmakeup💄 #purpleeyeshadow #orangeyeshadow #haloeyeshadow #colouredraine #samplebeauty #myalibeauty #colourpopcosmetics #maybelline #beautybay #maclipglass #lauramercier #opvbeauty #makeupforever #lauramercier #lacolorscosmetics\n1d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CN82obnJtkZ/', 'likes': '10,989 likes', 'age': '2021-04-22T02:05:24.000Z', 'caption': 'raggedyroyal\nHappy 1 Year Anniversary to the butterfly look! I was looking at my nails and just knew I had to do a pastel\nver·sion\n/ˈvərZHən/\nnoun\n1. a particular form of something differing in certain respects from an earlier form or other forms of the same type of thing.\nEYES:\n@samplebeauty The Painter’s Palette\n@madebymitchell Head In The Cloud Palette\nLINERS:\nWhite: @cutcreaser x @bymelolops Water Ink in 3000\nPurple: @bymelolops Water Inks in Ultraviolet, Atomic, 3000, Point Break (use code LAUREN5 for $$$ off)\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\nBROWS:\n@milanicosmetics Weekend Brow\nFACE:\n@zoevabeauty Liquid Light Drops in Rose Golden\n@lauramercier Pure Canvas Primer in Perfecting\n@neutrogena Skin Clearing Makeup in 85 Honey\n@narsissist Radiant Creamy Concealers in Light 1, Medium 1, Dark 1\n@lauramercier Translucent Loose Setting Powder\n4d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CN6ZpLdJb5W/', 'likes': 'None', 'age': '2021-04-21T03:14:01.000Z', 'caption': 'raggedyroyal\nLIVE - 4/20\n\nPART ONE\n-1 year anniversary of the Butterfly Eye tutorial\n-Why is Youtube so boring these days\n-Combing my hair 👎🏼 Covering it in clips 👍🏼\n-How I overline my lips\n-Hoops from @nordstromrack\n-Piercings I would/ wouldn’t get\n-Anderson Paak’s got some powerful chompers\n-Me and Maxie’s potential tongue piercing plans\n-WHY CORK WEDGES ARE AN ABOMINATION\n-Buy Lauren a charger challenge!!!!\n5d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CN3q3lkJ1Vc/', 'likes': '15,235 likes', 'age': '2021-04-20T01:46:25.000Z', 'caption': 'raggedyroyal\ncur·vi·lin·e·ar\n/ˌkərvəˈlinēər/\nadjective\ncontained by or consisting of a curved line or lines.\nEYES:\n@jaclynhill x @morphebrushes Palette\n@colourpopcosmetics Stone Cold Fox Palette\n@loraccosmetics Pro Palette Noir\n@bymelolops x @cutcreaser Water Ink in 3000 (use code LAUREN5 for $$ off)\n@elfcosmetics Expert Liquid Eyeliner in Jet Black\nBROWS:\n@maybelline Brow Ultra Slim in 262 Black Brown\nLIPS:\n@abonicosmetics Liquid Lipstick in Killer Queen\n#cutcreasetutorial #abonicosmetics #loraccosmetics #loracpropalette #maybelline #maybellinebrow #elfcosmetics #bymelolops #jaclynhillpalette #morphebrushes #doublecutcrease #wingedliner #wingedeyeliner #browncutcrease\n6d'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNyhDNwJHvr/', 'likes': '22,001 likes', 'age': '2021-04-18T01:44:25.000Z', 'caption': 'raggedyroyal\nheif·er\n/ˈhefər/\nnoun\na young female cow that has not borne a calf.\nINSPIRED BY @JUDASTAPE\nsong by @preciousxmusic\nEYES:\n@morphebrushes x @jaclynhill Palette\n@madebymitchell Head In The Clouds Palette\nLINER:\n@elfcosmetics Expert Liquid Eyeliner in Jet Black\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\n@playinginmakeupbyyolondo @beatsbydeb The Beat Down Palette (shade: Mean Girl)\nFACE:\n@zoevabeauty Liquid Light Drops in Rose Golden\n@lauramercier Pure Canvas Primer in Perfecting\n@lauramercier Tinted Moisturizer in 4W1 Tawny\n@makeupforever Matte Velvet Skin Foundation in Y425\n@makeupforever Matte Velvet Concealer in 3.6\n@lauramercier Translucent Loose Setting Powder\nLIPS:\n@sc Cream Lip Stain in\n@abonicosmetics Liquid Lipstick in Killer Queen\n@beautybaycom Lipstick in Freckle\n@maccosmetics Lip Glass\n#makeuprecreation #judastape ##cowprint #cowprinteyeshadow #cowmakeup #jaclynhillpalette #morphebrushes #morphe #morphebabe #beautybay #maccosmetics #maclipglass #lauramercier #wakeupandmakeup #hypnaughtymakeup #sesbeauty #makeupintense #elfcosmetics #facechart #makeupface #fauxfreckles #wingedliner #tiktok #abonicosmetics #sc #liquidliner\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNv890XJQy4/', 'likes': '15,766 likes', 'age': '2021-04-17T01:51:43.000Z', 'caption': 'raggedyroyal\nscour\n/ˈskou(ə)r/\nverb\nclean or brighten the surface of (something) by rubbing it hard, typically with an abrasive or detergent.\nINGREDIENTS: dish detergent, hand soap, rubbing alcohol, water, cleaning gloves!\n#makeupbrushes #cleaningbrushes #cleaningbrush #howtobeauty #makeupbrushcleaner #makeupbrushcleaning #makeuphacks\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNqyX7HpuRy/', 'likes': '19,280 likes', 'age': '2021-04-15T01:42:05.000Z', 'caption': 'raggedyroyal\nre·vamp\n/rēˈvamp/\nVerb\ngive new and improved form, structure, or appearance to.\nnoun\n/ˈrēˌvamp/\nan act of improving the form, structure, or appearance of something.\n#makeupevolution #makeupvideos #oldvsnew #wakeupandmakeup #wakeupandmakeup💄 #rainboweyeshadow #rainboweyeshadowlook #rainbowcutcrease #makeupfordays #undiscoveredmuas\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNoM2Z_JDFC/', 'likes': '11,991 likes', 'age': '2021-04-14T01:35:30.000Z', 'caption': 'raggedyroyal\nI love looking at other people’s photo dumps so I finally did one. I call it me and Maxie a la Brooklyn Boat. Yes yes very\nba·roque\n/bəˈrōk/\nadjective\nhighly ornate and extravagant in style.\n1w'}, {'username': 'raggedyroyal', 'link': 'https://www.instagram.com/p/CNd6Mn0JEKC/', 'likes': '18,724 likes', 'age': '2021-04-10T01:40:06.000Z', 'caption': 'raggedyroyal\nThis look was giving me very party punch. Very much\nsoi·rée\n/swäˈrā/\nnoun\nan evening party or gathering, typically in a private house, for conversation or music.\nBROWS:\n@lorealparis Brow Stylist Definer in Dark Brunette\n@glossier Boy Brow\nEYESHADOW:\n@samplebeauty The Painter’s Palette\n@beatsbydeb The Beat Down Eyeshadow Palette\nEYELINER:\n@kvdveganbeauty Tattoo Eyeliner\n@cutcreaser x @bymelolops Water Ink in Gauntlet (use code LAUREN5 for $ off)\nWATERLINE:\n@nyxcosmetics Jumbo Eye Pencil in Milk\nLIPS:\n@colouredraine Liquid Lipstick in Truffle Raine (use code LAUREN for $ off)\n@kvdveganbeauty Everlasting Liquid Lipstick\n@colourpopcosmetics Ultra Glossy Lip in Always Sunny\nFACE:\n@makeupforever Matte Velvet Skin Foundation in Y425\n@makeupforever Matte Velvet Concealer in 3.6\n@lacolorscosmetics Ultimate Cover Concealer in Wheat\n@milkmakeup Matte Bronzer Stick in Blaze\n@glossier NiteShine Highlighter Concentrate in Pale Pearl\n@lauramercier Translucent Loose Setting Powder\n•\n#madebymitchell #coloredliner #glossier #colouredraine #purplelips #colorfulcutcrease #bymelolops #mmmmitchell #colouredraine #lorealparis #tiktorial\n2w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CODzi-ppYqR/', 'likes': '38,914 likes', 'age': '2021-04-24T18:53:08.000Z', 'caption': 'cutcreaser\nif u saw this the first time and interacted with it i love u — inspired by @esantoinette’s star twinkle uni-liner ahhh i was obsessed with it for a while and i finally got around to recreating it with a green twist!\n\nSONG: kiss me and cream more by @theofficialamorphous (its a mashup of kiss me more by doja and sza and peaches and cream by 112)\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\ni used my brush collab with @bymelolops for this look!!\n@cutcreaser x @bymelolops 3000 water ink\n@glamvicecosmetics key lime\n\nLASHES ARE FROM @eldorafalseeylashes in b802\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\u2063\n𝐁𝐀𝐒𝐄: @glowbyauric glow lust in pyrite and citrine mixed with @milkmakeup sunshine skin tint in golden honey\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\u2063\u2063\u2063\u2063\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑 (+highlight): @milkmakeup baked bronzer (cream bronzer first then powder!)+ @midascosmetics_ x @neonmua noon palette (i also used the highlight in this palette only on my nose\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐆𝐋𝐎𝐒𝐒: clear gloss mixed with @milkmakeup electric lip plumper (the pink one)\n\n#graphicmakeup #rainbowmakeup #glamvice #cutcreaserxbymelolops #glistencosmetics #graphicliner #simplemakeup #studiofam #colourpop #theartistedit #v93oo #delineadores #pastelmakeup\n2d'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CN8F7CeJbET/', 'likes': '50,053 likes', 'age': '2021-04-21T19:09:03.000Z', 'caption': 'cutcreaser\ni learned this trick from @naezrahlooks 📣and everyone always asks me how i minimize cracking and crumbling when working with water activated paints especially white ones! more details below. u can use this with any color that cracks a bunch! (this look is inspired by valkyrie’s war paint in sakaar from thor ragnarok lol)\n\nsong: kiss me more by @dojacat and @sza\n\nproducts used:\n@duoadhesive lash glue with vitamin e\n\n(i love this one because it goes on kinda clear instead of white like the regular one and i feel like this one adheres better! apply this when ur making ur liner shape for an outline AND so it minimizes cracking)\n\n@cutcreaser x @bymelolops “3000” water ink (SHAMELESS PLUG LOL) i also used my C2 brush for this look 💙\n\n(white liquid liners are always difficult to work with because of the cracking and stuff but white water activated liners/paints work so much better than those. they still crack a bit but thats because the white pigment is so bright! pastels and light colored water activated paints crumble like this too)\n\nhope this helps! and tag @naezrahlooks and me if you end up using it!\n5d'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CN0c5NTJAT6/', 'likes': '29,053 likes', 'age': '2021-04-18T19:47:05.000Z', 'caption': 'cutcreaser\nnot makeup but i was bored and decided to try out @groovy_mal’s 70’s hairstyle from tiktok and i was SHOOK omg\n\nrecently cut my hair and ive always wanted farrah fawcett’s style of hair and omg this is super close to that. i love this era of style its so cute!! would yall try this hairstyle? 😎💙 i was SHOOK from the results like wow.\n\nhere are the steps i did in case anyone wants to try:\n\n1. start with dry hair of course but straightened or blown out!\n2. start from the bottom and curl outwards and upwards with a flat iron\n3. work your way to the top and curl your face framing layers outwards and the top of the head upwards\n4. best part!! brush it outwards and upwards\n5. swing your hair back and forth maybe two or three times?\n6. style it to ur liking i guess LOL it looked so cool after i fluffed it up with my hands\n7. gag about it like i did\n\n⚡️⚡️⚡️⚡️\n1w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNvQDiHpeEL/', 'likes': '17,039 likes', 'age': '2021-04-16T19:18:11.000Z', 'caption': 'cutcreaser\nAD | SOOO excited to partner with @elfcosmetics and @magiclinks today to show off how my skin looks in the new Camo CC Cream! this CC cream is so hydrating and full coverage. definitely going to be a new go-to foundation. what i love most about this product is the fact that it not only covers but protects my skin: since it’s formulated with SPF 30! and I love their Lash It Loud Mascara to lengthen my lower lashes for minimal looks like this! i dont think i’ll ever get tired of mint eyeshadow. head to my story for the links to these products!\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 *ALL E.L.F PRODUCTS*\n- Lash It Loud Mascara\n- Jen Atkin Zero Effort Liner in Brown To Earth\n- Chocolate Mint Melt Eyeshadow\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n- Camo CC Cream\n- Hydrating Camo Concealer\n- Jelly Highlighter\n- Monochromatic Multi-stick\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\nLip Lacquer in Clear\n\n#elfcosmetics #elfingamazing #magiclinks #eyeslipsface #minteyeshadow\n1w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNdNMq3Jn23/', 'likes': '18,992 likes', 'age': '2021-04-09T19:10:32.000Z', 'caption': 'cutcreaser\nwinx makeup look compilation 🧚\nin order: bloom, aisha, flora, musa, stella and tecna @fatenetflix @winxclub\n\nthis series took a lot out of me for some reason. but it took me out of a creative funk that i was in. im happy that yall enjoyed it though it means so much to me!!!! big shout out to some of my inspirations for this series: @raggedyroyal @maytahmi\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802 + b804\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics wet liners (all details on their individual posts)\nusing my @cutcreaser x @bymelolops brushes\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: a mix of pastel eyeshadows + @colourpopcosmetics fade into hue palette\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!)\n𝐁𝐀𝐒𝐄: @patmcgrathreal skin fetish foundation in medium 17 + @rarebeauty concealer in 280 // @deciem the ordinary serum foundation\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @milanicosmetics hot cocoa and toffee lip liners and clear gloss + @patmcgrathreal lust glosses\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup #pastelmakeup #winx #winxfate #winxclub #fairymakeup #fairy\n2w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNYBtWQJjXh/', 'likes': '40,830 likes', 'age': '2021-04-07T18:50:18.000Z', 'caption': 'cutcreaser\nmint chocolate chip makeup yummm 🤎🧼\n\ncolors inspired by @lenkalul :’)\nsong: yo voy by zion y lennox ft daddy yankee\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics gateau split liner\nusing my @cutcreaser x @bymelolops brushes\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: a mix of pastel eyeshadows but mostly @hudabeautyshop pastel mint obsessions palette\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: @blackgirlsunscreen spf30 (SUPPORT BLACK BUSINESSES HELLO!!)\n𝐁𝐀𝐒𝐄: @patmcgrathreal skin fetish foundation in medium 17 + @rarebeauty concealer in 280\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @milanicosmetics hot cocoa and toffee lip liners and clear gloss\n\n#liner #sharplines #graphicliner #glistencosmetics #studiofam #theartistedit #editorialmakeup #delineadores #patmcgrath #avantgardemakeup #pastelmakeup #mintmakeup #minteyeshadow #browneyeliner #rarebeauty\n2w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNQcOFCpUWy/', 'likes': '24,372 likes', 'age': '2021-04-04T20:08:02.000Z', 'caption': 'cutcreaser\nWINX - part 6: tecna 💚💜 (sorry for the repost lol)\n\nFINALLY THE LAST WINX LOOK IM SO OVER THIS SERIES LMAO BUT THANK YOU ALL FOR UR SUPPORT ON EACH LOOK. when i was doing this look i suddenly got the worst case of allergies from having the window open and i thought i was over LMAOOO so this look didnt reach its full potential unfortunately BUT i hope u like it :’)\n\nsong: let it go by keyshia cole and missy elliot yo if this gets taken down i GIVE UP\n\nTHE BRUSH I USED IS FROM @sheencosmeticsofficial i dont think it has a number but yea\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics limeade and mint wet liners\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: @patmcgrathreal mothership subliminal and midnight sun for the purple shimmers + @kvdbeauty pastel goth for the matte shadows\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!)\n𝐁𝐀𝐒𝐄: @patmcgrathlabs skin fetish foundation in medium 17 + @rarebeauty concealer in 280\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @milkmakeup lip and cheek oil tint in solar + @morphebrushes morphe 2 lip oil\n\n𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup #pastelliner\n3w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CNDjBaGJ8i9/', 'likes': '67,716 likes', 'age': '2021-03-30T19:57:20.000Z', 'caption': 'cutcreaser\nWINX - part 5: stella\n\nALRIGHT YALL YAY WE FINALLY DID STELLA!! my hair is so frizzy in this video fidgskgdjd TECNA IS THE LAST WINX LOOK I WILL DO AND i hope i can post that this week! thank yall so much for the support on these looks i absolutely love and appreciate yall for loving these looks! i worked super hard on the concepts for them and trying to make the fairy wings different for each fairy while honoring the cartoon and the live action shows!\n\nsong: twerkulator (unreleased) by city girls ((this song has been STUCK IN MY HEAD ALL WEEK!!!!!)\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics custard + mimosa + aqua wet liners (i gotta double check on the names for these omg)\n@cutcreaser x @bymelolops brushes :D\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdveganbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: @colourpopcosmetics fade into hue palette I LOVEEEE THE SHIMMERY MATTES FOR THIS LOOK\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!) also i really love this spf as a primer. dewy and hella moisturizing!\n𝐁𝐀𝐒𝐄: @patmcgrathlabs skin fetish foundation in medium 17 + @rarebeauty concealer in 280\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @patmcgrathreal lust gloss: gold allure\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup\n3w'}, {'username': 'cutcreaser', 'link': 'https://www.instagram.com/p/CM0D2jKpTiJ/', 'likes': '84,388 likes', 'age': '2021-03-24T19:36:22.000Z', 'caption': 'cutcreaser\nWINX - part 4: musa 💜🔮\n\n- im so sorry for the lack of posting ive been trying to work on school and taking care of my skin while im gone! i have like two more looks that have been backed up for weeks but i havent edited them lol. hope u understand and i hope i can finish this series!!! take care of urselves avengers. ill post on youtube soon!!!\n\n↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\n𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics gunmetal\n@cutcreaser x @bymelolops brushes :D\n𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063\n𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: some pastel eyeshadows in my collection and @colourpopcosmetics fade into hue\n\n↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\n𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: @supergoop unseen sunscreen\u2063\u2063\u2063\u2063\n𝐁𝐀𝐒𝐄: @milkmakeup sunshine skin tint + @glowbyauric glow lust in pristine + citrine mixed\n𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette\n\n↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\n𝐋𝐈𝐏: @patmcgrathreal lust gloss: aliengelic\n@milanicosmetics hot cocoa lip liner\n\n#liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice\n4w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/COGhqG0J65Y/', 'likes': '899 likes', 'age': '2021-04-25T20:14:32.000Z', 'caption': 'whitscanvas\na little something to match one of the tracksuits I got for my birthday on Friday but a rainbROW 🌈🌈\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil & XXfine micro brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution cloud eyeshadow palette (gifted)(gifted)\n@unicorncosmetics how’s your head lashes (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ (gifted)\n@colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n1d'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CN8O2AoJXxc/', 'likes': '1,017 likes', 'age': '2021-04-21T20:17:44.000Z', 'caption': 'whitscanvas\nright so me and green have been besties these days but I really like this thermal look although I was inspired by tie dye I KNOW @alexisayochok & @f.bermann & @glow_bymonica have done similar looks so check theirs out too! 😀💚\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@morphebrushes fluidity full coverage concealer in C4.25\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive & serum blush in ‘hot fuss’(gifted)\n@xxrevolution cloud blush and lip tint duo in ‘cirrus’ (gifted)\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black & XXfine retractable micro brow pencil in ‘deep black’ (gifted)\n@xxrevolution XXtravaganza palette (gifted)\n@unicorncosmetics voltage loose pigment in electro (gifted)\n@lolaslashesofficial in ‘ruby’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@morphebrushes color pencil in ‘Richie’\n@xxrevolution xxude satin liquid lipstick in phobia (gifted)\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n5d'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CN0jH7npzCn/', 'likes': '1,383 likes', 'age': '2021-04-18T20:41:01.000Z', 'caption': 'whitscanvas\nlmao I’m really into groovy rn so here is some groovy flowers to match my earrings from @lurefemme 🌸🌼🌸🌺💐🌻\n\nproduct details:\n@xxrevolution glass fix primer (gifted)\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@colourpopcosmetics fade into hue pressed powder palette (gifted)\n@beautybaycom pastel palette\n@unicorncosmetics lashes in ‘vixen’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@morphebrushes colour pencil in Richie\n@nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’\n@colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n1w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNqNrHRJgDm/', 'likes': '2,378 likes', 'age': '2021-04-14T20:21:11.000Z', 'caption': 'whitscanvas\nI haven’t done this in a while so I thought why not, but I mixed 2 of my old looks together the koi fish and the jellyfish ! It was interesting seeing these two together but here we go! I went outside and froze again 🤧\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@colourpopcosmetics fade into hue pressed powder palette (gifted)\n@beautybaycom pastel palette\n@unicorncosmetics no shade - ucs prismatic pigment (gifted) & lashes in ‘vixen’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ (gifted)\n@colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n1w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNie9ceJc7y/', 'likes': '3,187 likes', 'age': '2021-04-11T20:18:18.000Z', 'caption': 'whitscanvas\nno idea what this is but some could say elf and I would say fairy 🧚\u200d♀️ ! This look actually didn’t take me that long but the leaves are v detailed so let’s just say it did haha 😆\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted)\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9 (gifted)\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@unicorncosmetics voltage loose pigment in electro (gifted)\n@demonlashes_ lashes in ‘ouija’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@xxrevolution xxude satin liquid lipstick in phobia (gifted)\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n2w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNYM106J-M3/', 'likes': '1,041 likes', 'age': '2021-04-07T20:27:34.000Z', 'caption': 'whitscanvas\nLmao this started as a cow and I made it into a blue sky with some cute butterflies it was deffo a trust the process kinda look ☁️ 💙\n\nproduct details:\n@loreal true match super blendable foundation in cocoa\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmeticsuk hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive & cheek dew serum blush in hot fuss(gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n@rudecosmetics @rudecosmeticsuk Amiga ombré blush in Rosetta (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@maybelline sky high mascara in very black (gifted)\n@nyxcosmetics @nyxcosmetics_uk vinyl liner in black\n@demonlashes_ in angel (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’ & ‘dear diary so juicy gloss kit (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n2w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CNGKzmkJgSC/', 'likes': '7,050 likes', 'age': '2021-03-31T20:23:28.000Z', 'caption': 'whitscanvas\nI love groovy hearts so this is a groovy heart look number 2 !! Also the heart shaped nose highlight thank u @isabellekategm x\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15\n@fentybeauty hydrating foundation in 430\n@elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@xxrevolution XXtravaganza palette (gifted)\n@unicorncosmetics lashes in ‘how’s your head’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n3w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CM-dYnpJOCB/', 'likes': '2,189 likes', 'age': '2021-03-28T20:31:53.000Z', 'caption': 'whitscanvas\nif I was a superhero I would deffo have this as my look but I did a blue wave look before so thought lemme do a marble 💙\n\nEarrings: @yoonamoonstore !\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15\n@fentybeauty hydrating foundation in 430\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics cheeky dew serum blush in ‘hot fuss’ (gifted)\n@colourpopcosmetics blush stixx in coastal drive (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@bperfectcosmetics @staceymariemua xl pro palette\n@colourpopcosmetics fade into hue palette (gifted)\n@unicorncosmetics in ‘wicked’ (gifted)\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n4w'}, {'username': 'whitscanvas', 'link': 'https://www.instagram.com/p/CM0RgqFJsrg/', 'likes': '1,429 likes', 'age': '2021-03-24T21:35:43.000Z', 'caption': 'whitscanvas\nRecreation of myself from last year but make it green 💚but spring rose 🥀🌹\n\nproduct details:\n@xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15\n@fentybeauty hydrating foundation in 430\n@xxrevolution concealXX super fixx concealer in 10.9\n@makeuprevolution splendour bronzer in dark\n@colourpopcosmetics cheeky dew serum blush in ‘hot fuss’ (gifted)\n@muacosmetics liquid blush in watermelon\n@fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette\n@morphebrushes glamabronzer in leader\n@thebeautycrop coco glow illuminating drops\n@xxrevolution MetaliXX Gold FiXX Setting Spray (gifted)\n@xxrevolution freeze fiXX dewy setting spray (gifted)\n\nEYES:\n@xxrevolution fauXX brow pencil in deep black (gifted)\n@sheencosmeticsofficial pastel fantasy palette\n@glisten_cosmetics wet liner in’mint’\n@bperfectcosmetics @staceymariemua xl pro palette\n@colourpopcosmetics fade into hue palette (gifted)\nLashes from Ali express\n\nLIPS:\n@lottielondon am to pm liner\n@colourpopcosmetics plumping gloss in princess cut (gifted)\n\n#studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #makeuprevolution #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup\n4w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CN_Ca6Fpd76/', 'likes': '6,520 likes', 'age': '2021-04-22T22:26:54.000Z', 'caption': 'zee.ohhh.mu\n🌸SPRING FLOWERS// I collabed with the beautiful @ani_makeup.looks to bring y’all some spring looks! 🌸\n.\n🌸PRODUCTS USED🌸\n.\n@mattelashes pastel pink liner\n@mavenbeauty UFO glitter eyeshadow\n@aliyahcosmeticss butterfly lashes\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #pastelmakeup\n4d'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CN8d0Y7pY7X/', 'likes': '2,440 likes', 'age': '2021-04-21T22:28:35.000Z', 'caption': 'zee.ohhh.mu\n✨eVEryDAy MAkeUp// lol this is what I wish my everyday makeup routine was like!✨\n.\n✨PRODUCTS USED✨\n.\n@colourpopcosmetics cream soda eyeshadow quad\n@mavenbeauty brown liquid liner\n@theboldfacemakeup dream team lashes\n@plouise_makeup_academy rumour 02 base\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #graphiclinertutorial\n5d'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CNqdl3mJciS/', 'likes': '915 likes', 'age': '2021-04-14T22:40:16.000Z', 'caption': 'zee.ohhh.mu\n📦Boxycharm// ahhh so happy to share what I received in this months @boxycharm base box! Get 20% OFF using Code: BOXYXND for Natasha Denona 📦\n.\n📦PRODUCTS USED📦\n.\n@natashadenona Ayana Palette, &transfix matte concealer\n@touchinsolus icy sherbet primer\n@lauragellerbeauty iconic baked sculpting lipstick\n@mallybeauty evercolor shadow stick\n@kndr_beauty kinder glow highlighter palette\n.\n#BoxyCharm #GiftedbyBoxyCharm\n#boxytreat #creativemakeup #makeupeditorial #crueltyfreemua #neonpigments #v9300 #311makeup #highfashionmakeup #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup\n1w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CNlSd9gJ3zg/', 'likes': '8,341 likes', 'age': '2021-04-12T22:26:52.000Z', 'caption': 'zee.ohhh.mu\n🌸KAWAII // I’m not gonna lie Yall I’ve been kind of in a rut but I’m slowly working my way out of it! I really liked this look so I guess that’s a good sign! 🌸\n.\n🌸PRODUCTS USED🌸\n.\n@mattelashes pastel water liners\n@moiracosmetics like a princess palette\n@morphebrushes x @avani palette\n@nyxcosmetics milk jumbo pencil\n@plouise_makeup_academy rumour 02 base\n@doe.bby crazy in love lashes\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #pastelmakeup\n2w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CNisljap2Y5/', 'likes': '2,807 likes', 'age': '2021-04-11T22:17:23.000Z', 'caption': 'zee.ohhh.mu\n🧚🏻\u200d♀️FANTASY// in today’s look I used the @gamebeauty ‘Fantasy’ eyeshadow palette! I love love this dreamy pastel color story so much! Please check out @gamebeauty for more game related beauty products! 🧚🏻\u200d♀️\n.\n🧚🏻\u200d♀️PRODUCTS USED🧚🏻\u200d♀️\n.\n@gamebeauty Fantasy palette\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #fantasymakeup\n2w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CND0-R2pr-h/', 'likes': '3,897 likes', 'age': '2021-03-30T22:34:12.000Z', 'caption': 'zee.ohhh.mu\n⛓BARBER WIRE// feeling cute and fierce on this looook. How are you this week?⛓\n.\n⛓PRODUCTS USED ⛓\n.\n@onesize point made liquid eyeliner prn, ‘continental’ eye popper eyeshadow, eye patches, secure the blur primer\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #crueltyfreemua #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup #onesizebeauty #graphiclinerlook\n3w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CM8MWydp3q8/', 'likes': '1,944 likes', 'age': '2021-03-27T23:24:36.000Z', 'caption': 'zee.ohhh.mu\n🌼IN BLOOM// ty @johannas_makeup for collabing with me and taking over my story!🌼\n.\nDETAILS POATED LATER\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #crueltyfreemua #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup #cottagecore #cottagecoreaesthetic\n4w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CMxxliwpZuX/', 'likes': '1,845 likes', 'age': '2021-03-23T22:18:17.000Z', 'caption': 'zee.ohhh.mu\n🐗INOSUKE // this is the last demon slayer loook! I was really proud of this one bc like LOOK AT THOSE DETAILS! Cmon now I still got it lmaoo🐗\n.\n🐗PRODUCTS USED🐗\n.\n@bperfectcosmetics XL Carnival palette\n@mehronmakeup paradise paint palette in basic\n@mavenbeauty black liner\n@freck XL Freck\n@hudabeautyshop stick foundation\n@colourpopcosmetics pink truffle highlighter\n@rarebeauty bliss liquid blush\n@onesize black gel liner\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #inosukehashibira\n4w'}, {'username': 'zee.ohhh.mu', 'link': 'https://www.instagram.com/p/CMvM6BUJD5-/', 'likes': '8,250 likes', 'age': '2021-03-22T22:19:17.000Z', 'caption': 'zee.ohhh.mu\n🦋SHINOBU// my fave character from demon slayer! I am so beyond happy with this look! 😭💖🦋\n.\n🦋PRODUCTS USED🦋\n.\n@colourpopcosmetics fade into hue palette\n@morphebrushes 35s Sweet Oasis palette, white liquid liner\n@mavenbeauty black liner\n@odenseyecosmetics Alva II palette\n@plouise_makeup_academy rumour 02 base\n.\n\n#creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #shinobukochou\n5w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CN8Bcd-pUnZ/', 'likes': '3,567 likes', 'age': '2021-04-21T18:20:39.000Z', 'caption': 'justnemakeup\n🤎🐻🍂👜🧥🥮\n\ngotta love a brown graphic liner moment (˵ ͡° ͜ʖ ͡°˵)\n\n🤎 #nyxcosmeticspartner 🤎\n\nPRODUCTS USED:\n\n• @nyxcosmetics micro brow pencil in “espresso”\n• @nyxcosmetics epic ink liner in “brown”\n• @nyxcosmetics butter gloss in “Madeleine”\n\n@walgreens #nyxcosmetics #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n5d'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNfv0GHJTIN/', 'likes': '4,774 likes', 'age': '2021-04-10T18:47:51.000Z', 'caption': 'justnemakeup\n🐠🌊⚓️💦🐚\n\nglub glub glub\nsadly there’s no jelly fish emoji :’(\n\nPRODUCTS USED:\n\nBROWS\n• @morphebrushes brow pomade in “hazelnut”\n• @nyxcosmetics lift and snatch brow tint pen in “espresso”\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @morphebrushes x @maddieziegler palette\n• @dulzuracosmetics pastel UV liners palette\n• @doe.bby lashes in “fairy dust”\n\nLIPS\n• @nyxcosmetics soft matte lippie in “São Paulo”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n2w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNal8TApTF9/', 'likes': '1,693 likes', 'age': '2021-04-08T18:45:23.000Z', 'caption': 'justnemakeup\n🐠🌊⚓️💦🐚\n\nglub glub glub\nsadly there’s no jelly fish emoji :’(\n\nPRODUCTS USED:\n\nBROWS\n• @morphebrushes brow pomade in “hazelnut”\n• @nyxcosmetics lift and snatch brow tint pen in “espresso”\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @morphebrushes x @maddieziegler palette\n• @dulzuracosmetics pastel UV liners palette\n• @doe.bby lashes in “fairy dust”\n\nLIPS\n• @nyxcosmetics soft matte lippie in “São Paulo”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n2w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNNxMtPJ96r/', 'likes': '12,159 likes', 'age': '2021-04-03T19:13:37.000Z', 'caption': 'justnemakeup\n💚🔫☘️🍃🍏\n(eye look inspo: @donidarkowitz )\n\nthis look is inspired by the flame in coraline when the other mother threw the triangle into the fire \U0001faa1🔥\n\nPRODUCTS USED:\n• earrings: @xoxo.madebytracy ♡\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @colourpopcosmetics Lizzie McGuire palette\n• @morphebrushes x @jamescharles artistry palette\n• @dulzuracosmetics pastel UV liners palette\n• @lillylashes luxury synthetic lashes in “VIP”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics color & shine lip color in “cash flow”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n3w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNLLJt_pGwg/', 'likes': '2,213 likes', 'age': '2021-04-02T19:02:41.000Z', 'caption': 'justnemakeup\n💚🔫☘️🍃🍏\n(eye look inspo: @donidarkowitz )\n\nthis look is inspired by the flame in coraline when the other mother threw the triangle into the fire \U0001faa1🔥\n\nPRODUCTS USED:\n• earrings: @xoxo.madebytracy ♡\n\nBASE:\n• @nyxcosmetics marshmallow primer\n• @milkmakeup sunshine skin tint in “medium”\n• @elfcosmetics hydro camo concealer in “fair”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup grip set + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @colourpopcosmetics Lizzie McGuire palette\n• @morphebrushes x @jamescharles artistry palette\n• @dulzuracosmetics pastel UV liners palette\n• @lillylashes luxury synthetic lashes in “VIP”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics color & shine lip color in “cash flow”\n-\n#morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n3w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CNDiJhAJ0sK/', 'likes': '1,653 likes', 'age': '2021-03-30T19:49:43.000Z', 'caption': 'justnemakeup\n🍒🔥🍒🔥🍒\n\n#nyxcosmeticspartner love a red moment ♥️👄♥️ especially when all the products are vegan! #nyxcosmeticsfam\n\nPRODUCTS USED:\n• @nyxcosmetics pore filler primer\n• @nyxcosmetics can’t stop won’t stop foundation in “natural”\n• @nyxcosmetics micro brow pencil in “espresso”\n• @nyxcosmetics ultimate shadows palette\n• @nyxcosmetics Powder Puff Lip Cream in “group love”\n\n#nyxcosmetics #monolidmakeup #blendtherules #wakeupandmakeup #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #editorialmakeupartist #muamafia #undiscovered_muas\n3w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CMu0Z8JpBYM/', 'likes': '2,931 likes', 'age': '2021-03-22T18:45:11.000Z', 'caption': 'justnemakeup\n🏳 GOJO SATORU 🏳\n\npt.2 of the many 2D men i simp for ♥️👄♥️\nI did sukuna already so I wanted to complete this duo 🤩\n\nPRODUCTS USED:\n\nBASE\n• @nyxcosmetics marshmallow primer\n• @hudabeautyshop #fauxfilterfoundation liquid foundation in “210N Custard”\n• @elfcosmetics hydro camo concealer in “fair warm”\n• @catrice.us camouflage stick in “nude beige”\n• @catrice.us camouflage high coverage concealer in “light beige”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup hydro grip + refresh spray\n\nEYES\n• @dulzuracosmetics pastel UV liners palette\n• @morphebrushes x @jamescharles artistry palette\n• @theboldfacemakeup lashes in “blank slate”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics lip color & shine in “cash flow”\n-\n#gojosatoru #gojosatorucosplay #gojousatoru #jujutsukaisen #jujutsukaisencosplay #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics\n5w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CMfXERPJiYz/', 'likes': '2,536 likes', 'age': '2021-03-16T18:40:27.000Z', 'caption': 'justnemakeup\nWhen it comes to removing makeup, it’s important to remove it thoroughly! That’s why I partnered with @banilacousa to show you how easily this process can be with their products. I first used the “Clean It Zero Cleansing Balm” to melt the makeup away. Then I used the “Clean It Zero Toner Pads” to keep the skin clean and smooth. I highly recommend these products, especially since @banilacousa was one of the first balms I’ve used. These products do have a scent and while I personally like it, it may not be as ideal for those with a sensitive nose. These products are both very easy to use and affordable!\n\n#BanilaCoUSA #CleanItZero #BanilaNotVanilla #MeltYourMakeup #MeltYourMakeupAway #CleansingBalm\n5w'}, {'username': 'justnemakeup', 'link': 'https://www.instagram.com/p/CMK4VA_pB9S/', 'likes': '25,882 likes', 'age': '2021-03-08T19:46:49.000Z', 'caption': 'justnemakeup\n〰🩸SUKUNA🩸〰\n\nanother 2D man to add onto my list 😫 also I’ve been wanting to do a few cosplay looks so here’s my first one 👀\n\nPRODUCTS USED:\n\nBROWS\n• @morphebrushes brow pomade in “hazelnut”\n• @nyxcosmetics lift & snatch! Brow tint pen in “espresso”\n• @milkmakeup flex concealer in “crème”\n\nBASE\n• @nyxcosmetics marshmallow primer\n• @hudabeautyshop #fauxfilterfoundation liquid foundation in “210N Custard”\n• @elfcosmetics hydro camo concealer in “fair warm”\n• @catrice.us camouflage stick in “nude beige”\n• @catrice.us camouflage high coverage concealer in “light beige”\n• @anastasiabeverlyhills banana powder\n• @milkmakeup hydro grip + refresh spray\n• @milkmakeup flex highlighter in “iced”\n\nEYES\n• @revlon eyeliner pen\n• @anastasiabeverlyhills liquid eyeliner\n• @nyxcosmetics epic wear liner stick in “pitch black”\n• @dulzuracosmetics neon UV liners palette\n• @lillylashes luxury synthetic lashes in “VIP”\n\nLIPS\n• @colourpopcosmetics lip liner in “brink”\n• @nyxcosmetics lip color & shine in “cash flow”\n-\n#itadoriyuuji #itadori #jujutsukaisen #yujiitadori #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia\n#colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup\n7w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COJCwMpjPsw/', 'likes': '6,823 likes', 'age': '2021-04-26T19:42:13.000Z', 'caption': 'naezrahlooks\n🧚🏾🍃🌸✨WINX HAS A NEW MEMBER AND ITS ME ✨🌸🍃🧚🏾\n\nANSWER BELOW PLS: what do you guys think of the Netflix adaptation of winx ? imo it’s bad and very disappointing. I thought the cast would have super cool bright clothes and accessories but it was so bland 🥴. Also my photo quality about crisp as hell !\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧚🏾)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@toofaced born this way foundation in cocoa\n\nconcealer and contour:\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🍃)\n@morphebrushes x @avani palette\n@glamvicecosmetics pastel liner palette ( use code Naezrah to save 🌸)\n\nlashes:\n@anastasiabeverlyhills mascara\n@tatti_lashes in TL3 and good vibe bottom lashes I believe.\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip bases in stark naked\n@artistcouture icy girl pigment\n@anastasiabeverlyhills clear gloss\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #spring #fairy\n3h'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COGppu8j_h4/', 'likes': '2,357 likes', 'age': '2021-04-25T21:26:32.000Z', 'caption': 'naezrahlooks\nart series: sketch @cowprintdyke with me!\nI’m using @procreate ☁️\n\nCc:\nhi guys..um it’s me um..speaking !\nover an video !! yes , awkward but\nthis is a sketch of bijou.\nI think that’s how you say their name?\num it’s really fun to get back into drawing and I’ve been *inaudible mumbling* sharing with you guys what I’ve been drawing everyday the past couple of weeks!\nI hope you like em!\nanddd yeah ! bye ☺️☁️\n\n#sketching #digitalart #procreate #explore\n1d'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COGg3BJjBU2/', 'likes': 'None', 'age': '2021-04-25T20:09:41.000Z', 'caption': 'naezrahlooks\n🧠🎨💓🍋🍊🔮🧿🧨🎨🧠\n\nANSWER BELOW PLS: quick how many toes does a fish have ?\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour:\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🧸)\n@morphebrushes x @avani palette\n+ jaclyn hill palette\n\nlashes:\n@anastasiabeverlyhills mascara\n@shopbratinc in Ronni ( use code Naezrah to save 🎨)\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip bases in stark naked\n@anastasiabeverlyhills clear gloss\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editoral\n1d'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/COEIHbejHXe/', 'likes': '11,712 likes', 'age': '2021-04-24T21:52:52.000Z', 'caption': 'naezrahlooks\n🧠🎨MIND MOVEMENT🎨🧠\n\nANSWER BELOW PLS: what is something you find very interesting?? I think that claymation films are interesting. they take a super duper long time to make. Absolutely is a terrible idea to kiss your alarm !!!!! I kinda rushed but took my time creating this today.\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour:\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🧸)\n@morphebrushes x @avani palette\n+ jaclyn hill palette\n\nlashes:\n@anastasiabeverlyhills mascara\n@shopbratinc in Ronni ( use code Naezrah to save 🎨)\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip bases in stark naked\n@anastasiabeverlyhills clear gloss\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editoral\n2d'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CN3CXc_D8HN/', 'likes': '10,360 likes', 'age': '2021-04-19T19:52:30.000Z', 'caption': 'naezrahlooks\n📸🎞 HEADSHOTS 🎞📸\n\nANSWER BELOW PLS: name 5 characters that aren’t black but you just know they’re black.\n—————————————————\nSome products gifted:\n\nlink chain and ring - @vitaly ( thank you for these pieces)\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸)\n@anastasiabeverlyhills jet gel liner\n\nlashes:\n@anastasiabeverlyhills mascara\n\nlips:\n@morphebrushes lip liner in dark room\n@plouise_makeup_academy lip bases in stark naked and semi nude\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CN0ejL8jhXm/', 'likes': 'None', 'age': '2021-04-18T20:04:50.000Z', 'caption': 'naezrahlooks\nFLUID\n\nANSWER BELOW PLS: what is something that brings you high comfort in times of distress ? music is my comfort for everything. I cannot function without music.\n—————————————————\nSome products gifted:\n\nlink chain and ring - @vitaly ( thank you for these pieces)\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸)\n@anastasiabeverlyhills jet gel liner\n\nlashes:\n@anastasiabeverlyhills mascara\n\nlips:\n@morphebrushes lip liner in dark room\n@plouise_makeup_academy lip bases in stark naked and semi nude\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CNyBlcZjw6-/', 'likes': '19,329 likes', 'age': '2021-04-17T21:09:28.000Z', 'caption': 'naezrahlooks\nCATCH ME IN A FENTY BEAUTY AND FENTY CAMPAIGN ONE DAY!\n\ni’m very excited about these photos. I absolutely love this look. it is one of my favorites I’ve done. I may even make it my everyday makeup look because I mean look at it guys !\n—————————————————\nSome products gifted:\n\nlink chain and ring - @vitaly ( thank you for these pieces)\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@milkmakeup blur liquid in deep\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@revlon candid concealer in 065\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@kvdbeauty lock it setting powder\n@makeuprevolution x tammi face palette (darkest palette)\n@makeuprevolution bronzer\n@morphebrushes x @avani bronzer in Bahamas\n\neyes:\n@plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸)\n@anastasiabeverlyhills jet gel liner\n\nlashes:\n@anastasiabeverlyhills mascara\n\nlips:\n@morphebrushes lip liner in dark room\n@plouise_makeup_academy lip bases in stark naked and semi nude\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CNstIlRDYrI/', 'likes': 'None', 'age': '2021-04-15T19:35:00.000Z', 'caption': 'naezrahlooks\n🟡💛🧽🌞🌕🌻🌼🧀🍌🍋\n\nRelax with me. get yourself a warm drink and a snack. let’s relax together\ncolor: yellow 🍋\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@fentybeauty pro filt’r in 445\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@morphebrushes concealer in c5.15\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@makeuprevolution x tammi face palette (darkest palette)\n@itslikelymakeup clown blush in orange and yellow\n\neyes:\n@plouise_makeup_academy blank canvas , rewhite paint .( use code Naezrahlooks10 to save 🧸)\n@mehronmakeup paradise paint palette (yellow)\n\nlashes:\n@anastasiabeverlyhills mascara\n@sensoriumbeauty brow engineer in platinum\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip base in stark naked\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editorial #softglam #yellow\n1w'}, {'username': 'naezrahlooks', 'link': 'https://www.instagram.com/p/CNqVuDtr4dU/', 'likes': '27,931 likes', 'age': '2021-04-14T21:31:29.000Z', 'caption': 'naezrahlooks\n🟡💛🧽🌞🌕🌻🌼🧀🍌🍋\n\nANSWER BELOW PLS: quick, who remembers the show chalk zones theme song by heart still?????????? Really bummed about this one . didnt come out how I wanted but I turned it into something else and I’ll retry my original chart later 💛\ncolor: yellow 🍋\n—————————————————\nSome products gifted:\n\nbrows: @anastasiabeverlyhills clear brow freeze\n\nbase/primer:\n@milkmakeup hydro grip\n(Use code NAEZRAHLOOKS to save🧸)\n\nfoundation:\n@fentybeauty pro filt’r in 445\n@narsissist natural radiant foundation in iguacu\n\nconcealer and contour: @toofaced born this way concealer in cookie\n@morphebrushes concealer in c5.15\n@fentybeauty match stix in ebony\n\nsetting powder/powder/blush:\n@fentybeauty setting powder in honey\n@fentybeauty powder foundation in 490\n@makeuprevolution x tammi face palette (darkest palette)\n@itslikelymakeup clown blush in orange and yellow\n\neyes:\n@plouise_makeup_academy blank canvas , rewhite paint .( use code Naezrahlooks10 to save 🧸)\n@mehronmakeup paradise paint palette (yellow)\n\nlashes:\n@anastasiabeverlyhills mascara\n@sensoriumbeauty brow engineer in platinum\n\nlips:\n@milanicosmetics lip liner in rich cocoa\n@plouise_makeup_academy lip base in stark naked\n\nsetting spray:\n@milkmakeup grip set\n@morphebrushes continuous matte spray\n\n#naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editorial #softglam #yellow\n1w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CNvcAYMpTeN/', 'likes': '750 likes', 'age': '2021-04-16T21:02:58.000Z', 'caption': 'tyrajanea\nCheck out this look I did for @makeupdotcom 🌈✨ Click the link in my bio for a step by step tutorial for this look ! ✨\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @urbandecaycosmetics 24/7 Shadow Stick in “Chaos” + @nyxcosmetics Sfx Face and Body Paint Palette in “Brights”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @maybelline Fresh BB Cream in “medium/deep”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @maybelline Fit Me Concealer\n𝑷𝑶𝑾𝑫𝑬𝑹: @maybelline Lasting Fix Banana Powder\n\n•\n•\n•\n#sponsored #byloreal #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #softglammakeup #studiofam\n1w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CMaLI38JYNM/', 'likes': '2,818 likes', 'age': '2021-03-14T18:19:47.000Z', 'caption': 'tyrajanea\n🦋🤍✨ Loved the way this look came out !\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬 𝑷𝑹𝑰𝑴𝑬𝑹: @kvdbeauty Beauty Shake Primer\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @colourpopcosmetics Pretty Fresh Hydrating Foundation\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @colourpopcosmetics Pretty afresh Creamy Concealer + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @maybelline Lip Lifter Gloss in Pearl\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n6w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CLcvGU2JdzK/', 'likes': '2,502 likes', 'age': '2021-02-18T21:41:06.000Z', 'caption': 'tyrajanea\n💜 Purple Glossy Eye 💜 You can see the step by step tutorial for this look in @makeupdotcom bio ! #byloreal\n\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @urbandecaycosmetics Ultraviolet Palette\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @hudabeauty Water Jelly Hydrating Face Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @urbandecaycosmetics Hydromaniac Glowy Tinted Moisturizer\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @maybelline Lip Lifter Gloss in Pearl\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup\n9w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CLFT3capxrz/', 'likes': '5,900 likes', 'age': '2021-02-09T19:20:36.000Z', 'caption': 'tyrajanea\n💗✨ 3rd Valentine’s Day Look✨💗\n\nWasn’t sure about this look but I love the way it turned out! Also this is my first time using the @milkmakeup Sunshine Skin Tint , and I love it sooo much ! I love the packaging and the way it feels on my skin. Would recommend if your looking for something that’s light coverage .\n\nSong: Clairo - How (Demo)\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑳𝑰𝑵𝑬𝑹: @bymelolops Water Ink in “Atomic”\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles lashes in “Cupid”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Sunshine Skim Tint in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\nBLUSH: @colourpopcosmetics Pressed Powder Blush in “luv me not”\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @solbody Face & Body Highlighter in “Pink Truffle”\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @colourpopcosmetics So Juicy Gloss in “Princess Out”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup\n10w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CK7CCQGpatF/', 'likes': '8,478 likes', 'age': '2021-02-05T19:32:23.000Z', 'caption': 'tyrajanea\n✨💙2nd Valentines Day look 💙✨\n\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @poppicosmetics See You Never Palette\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles lashes in “Star”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @colourpopcosmetics Coconut Face Milk\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @elfcosmetics Retro Paradise Face & Body Shimmer in “Luna”\n\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @hauslabs Gloss in “Glass Slipper”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup\n11w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKwk7mppfgf/', 'likes': '2,242 likes', 'age': '2021-02-01T18:05:40.000Z', 'caption': 'tyrajanea\nIt’s my birthdayyy ❤️❤️ I’m finally 21 ! 🥂🍾💗\n\nNever posted these so I thought rn would be a perfect time 💕\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @doseofcolo Baked Browns Eyeshadow\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles Lashes in “Barbie”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @lauramercier Face Illuminator in “Indiscretion”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n12w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKmZ99kJUHe/', 'likes': '2,055 likes', 'age': '2021-01-28T19:17:28.000Z', 'caption': 'tyrajanea\nCheck out this Glittery Blue Look I did for @makeupdotcom 💙 Click the link in my bio for a step by step tutorial for this look ! ✨\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @nyxcosmetics Diamond and Ice Palette\n@nyxcosmetics Diamond & Ice , Please Shadow Jelly in “ A Lister Silver”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹:\n@nyxcosmetics Diamond & Ice , Please Shadow Jelly in “ A Lister Silver”\n\n•\n•\n•\n#sponsored #byloreal #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n12w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKhVVuXBTwv/', 'likes': '3,655 likes', 'age': '2021-01-26T20:00:49.000Z', 'caption': 'tyrajanea\n💕 first look of my Valentine’s Day series! 💕\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @colourpopcosmetics Cloud Spun Palette\n𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles Lashes in “Trixie”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @colourpopcosmetics Face Milk in “Rose”\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer + @colourpopcosmetics pressed blush in “Take the Cake”\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @colourpopcosmetics Super Shock Highlighter “Candy Floss”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n12w'}, {'username': 'tyrajanea', 'link': 'https://www.instagram.com/p/CKR2EeaJA1b/', 'likes': '10,323 likes', 'age': '2021-01-20T19:38:58.000Z', 'caption': 'tyrajanea\n🧿✨\n\nWanted to try something different today 🤍\n\n♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:\n\n♡ 𝚎𝚢𝚎𝚜 ♡\n𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown”\n𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @elfcosmetics x Jkissa To The Rescue Palette + @poppicosmetics See You Never Palette\n𝑳𝑨𝑺𝑯𝑬𝑺: @colourpopcosmetics Lashes in “Wifey”\n\n♡ 𝚏𝚊𝚌𝚎 ♡\n𝑷𝑹𝑰𝑴𝑬𝑹: @elfcosmetics Poreless Putty Primer\n𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel”\n𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut”\n𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ”\n𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer\n𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @elfcosmetics Retro Paradise Face & Body Shimmer in “Luna”\n\n♡𝚕𝚒𝚙𝚜 ♡\n𝐆𝐥𝐨𝐬𝐬: @hauslabs Gloss in “Glass Slipper”\n•\n•\n•\n#theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk\n#graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface\n13w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/COIsijTJk3J/', 'likes': '387 likes', 'age': '2021-04-26T16:28:24.000Z', 'caption': 'facedbykareem\neverything is better in pink 🌸💕\n\nI’ve teamed up with @limecrimemakeup to bring in the FUN with their new Unicorn Hair Party Collection which includes:\n🍬 Bleach Party 40 or 20 Volume Bleaching Kits: Helps create the perfect base for Unicorn Semi-Permanent Dyes\n(Please Follow Instructions Included)\n🍬 4 New Shades of Unicorn Hair Full Coverage Hair Jelly: 100% Vegan + Cruelty Free with ultra conditioning formula\n(Smell DELICIOUS too!)\n✨I used shade ‘Sour Candy’\n🍬 Hair Color Essential Tools including: Mixing Bowl, Brush + Comb, Color Removing Wipes and Hair Clips to make your at home color transformation super easy !\n\nIf you’ve been wanting to switch up your look, this is the sign✨ Super easy to do, right at home! Check out Lime Crime Vegan #UnicornHair Collection\nat Limecrime.com 🌈\n\n#sponsored\n6h'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/COA9HDvJSj3/', 'likes': '662 likes', 'age': '2021-04-23T16:18:59.000Z', 'caption': 'facedbykareem\ntrue beauty begins the moment you decide to be yourself 💟🌸🖤\n\n@trixiecosmetics Bottle Blonde Collection is launching today✨ It’s been almost a full year since we first worked together, how insane time flies! I’m so grateful to be bringing in this fierce collection with this Blonde Ambition Look 💕\n\n🌸💜 Look Details :\n▪️ Bottle Blonde Palette\nOn the Eyes & As Highlight\n(Tutorial on my page)\n▪️ Bottle Blonde Collection Glosses in:\nHater w/ I’m Baby (on top)\nLip Swatch of ‘Press-On’ (4th Slide)\n▪️’Cyber Babe’ Blush from the Back to The Fuchsia Blush Palette\n3d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN-Xi7WpLjR/', 'likes': '805 likes', 'age': '2021-04-22T16:12:24.000Z', 'caption': 'facedbykareem\nThe secret is out 👀| AD\nI got the first peak of the new @trixiecosmetics Bottle Blonde Collection by The Bottle Blonde herself, @trixiemattel 💖\n\nYour secret is safe with me, HOWEVER I’m spilling the tea on Trixie’s most scandalous secret yet\n\n💜 The Bottle Blonde Collection includes\n▫️ Bottle Blonde\n12-Pan Eyeshadow Palette ($48 USD)\nwith Universal Neutrals, High Impact Shimmers and Smokey Rose shades\n▫️ 4 New Trixie Lip Glosses ($16 USD each)\nI used shades ‘Hater’ and my FAV ‘I’m baby’ on top!\n\n💕 Achieve My Blonde Ambition Smokey Rose look using Bottle Blonde Shades:\nRoller Set (Transition)\nBlowout (Crease)\nLash Lift (Outer)\nMiss Kim (Lid)\nFrenemy (Lash Line)\nMauve Mentality (Inner Corner)\n\n🗞 Available TOMORROW 4.23 at TrixieCosmetics.com\n\n#trixiecosmetics #trixiemattel\n4d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN7sn8Mp5VS/', 'likes': '378 likes', 'age': '2021-04-21T15:18:43.000Z', 'caption': 'facedbykareem\nreposting with proper spelling to her name.\n\ntake time today to educate yourself on what occurred in Columbus Ohio no later than 2 Hours after accountability was held for George Floyd.\n\nwe are not hashtags.\n5d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN5RQ2jpAsk/', 'likes': '672 likes', 'age': '2021-04-20T16:41:09.000Z', 'caption': 'facedbykareem\nbloom where you are planted 💜🏵💧🌺\n\nInspo: @dojacat 💕\n6d'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN2s0nFpY-L/', 'likes': '1,471 likes', 'age': '2021-04-19T16:44:24.000Z', 'caption': 'facedbykareem\nLet’s admit, miss @dojacat been pumping out LOOKS lately 😰\n\nYou know I had to slay this Lavender Pastel graphic moment\n💎💜🍑\nUSING:\n\n@makeupgeekcosmetics Matrix System Shadows:\nSo Pale, Lavender Dreams, Code Blue and Bellini\n✨Use Code FACEDBYKAREEM for 15% OFF All MUG Products\n💜 @bymelolops Radioactive Water Ink Liner in ‘Ultraviolet’\n✨ Use Code: KAREEM10 or KAREEM5* for $ OFF Regular & Collab* Items\n💎 @hauslabs Eye-Dentify Gel Liner in ‘Priscilla’\n🍑 @glistening_beauty_ Chroma Paint Pots in White, Red, & Yellow\n(Brand Relaunch Coming Soon)\n💜 @trixiecosmetics Lip Gloss in ‘Prism’\n1w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN1FTO4JAAc/', 'likes': '317 likes', 'age': '2021-04-19T01:39:39.000Z', 'caption': 'facedbykareem\nsecuring bags and sparkling like diamonds in the light 💎\n\n@steelskincare Wet Diamond eye patches & Steel Skin skin care band\n\nUse Code: KAREEM10 to save ✨\n1w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CN0HS0RpOxT/', 'likes': '481 likes', 'age': '2021-04-18T16:37:50.000Z', 'caption': 'facedbykareem\nremembered who I am, then the game changed. 👼🏾🌸\n1w'}, {'username': 'facedbykareem', 'link': 'https://www.instagram.com/p/CNu7TykpXrP/', 'likes': 'None', 'age': '2021-04-16T16:17:19.000Z', 'caption': 'facedbykareem\nliterally, the most requested tutorial y’all ask for! 👀\n\nIt’s time I spill how my brows always look ✨snatched✨ using @morphebrushes\n▫️ Brow Setting Gel in ‘Translucent’\n▫️ Micro Brow Pencil in ‘Java’\n▫️ Brow Cream in ‘Java’\n✨ USE CODE: GLAMFAM1052 at Morphe.com to save\nOR find these products at full price at @ultabeauty\n\npro tip: when you have your brows already tweezed, waxed or threaded- that’s already your map to filling in! Just follow the shape of your brows\n1w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/COI4HCsJoxL/', 'likes': '107 likes', 'age': '2021-04-26T18:09:13.000Z', 'caption': 'makeupbyjurn\n✨🦋 FEELIN LIKE MAGIC 🦋✨\nphoto: @jaymuhlin\nmuse: @kevin_jator_robinson\nmua: me @makeupbyjurn\ncreative consultant: @binny_andthejets\nvia @lemonjuiceprojects\n\nproduct details:\n@danessa_myricks @danessamyricksangels beauty oil, vision cream cover, evolution powder, waterproof cream palettes “primary blue + beaches”, colorfixes “lift + primary yellow”, colorfix nude glaze\n@blackradiance illuminous glow palette\n4h'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CN21qruptVZ/', 'likes': '196 likes', 'age': '2021-04-19T18:01:32.000Z', 'caption': 'makeupbyjurn\n🥳 MY FIRST MASTERCLASS 🥳\n\nPURCHASE YOUR TICKETS ON MAKEUPBYJURN.COM\n\nSUNDAY MAY 16th | 1PM-5PM | PHILADELPHIA\n\nlight refreshments + wine, goodie bags (valued at $25), surprise raffles, discount codes, and pdf of product recommendations + techniques for all students 💕\n\nbring your favorite eye makeup products (if you have some) + practice your eyeshadow and lash techniques with me! 🎨\n\nmost importantly, learn my process in person, ask questions, and take notes! 📚\n\nSEE YOU THERE! 🥳\n1w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNx4f2VpCzu/', 'likes': '170 likes', 'age': '2021-04-17T19:50:04.000Z', 'caption': 'makeupbyjurn\nSWIPE FOR PICTURES ➡️\nfreestyle editorial glam with @eastsidemamiii 🤩🎨\n\nclick the link in my bio to book your appointment 🖤\n*I had to repost sorry 😭*\n\nproduct details:\n@bossbrushes brushes\n\nBASE\n@danessa_myricks vision cover cream N02 + N2.75, evolution powder 01, lightwork palette\n@elfcosmetics hydrating camo concealers\n@morphebrushes 8F fair play face palette\n@thecrayoncase blush binder\n\nEYES\n@kvdbeauty shake primer\n@bhcosmetics trendy in tokyo palette\n@danessa_myricks colorfix “Phoenix”\n@jemmebeauty soulmate rhinestones\n@nostalgiacosmetics “cher” pigment\n@glambeautyco star glitter\n@lagirlcosmetics shockwave neon liner “outrage”\n@kissproducts individual lashes\n\nBROWS\n@morphebrushes micro brow pencil “chocolate mousse”\n@makeuprevolution soap brow\n\nLIPS\n@danessa_myricks colorfix “royalty”, luxe cream palette “nudist”\n_____________________________________\n#cutcrease #carnivalmakeup #neonmakeup #editorialmakeup #brightmakeup #newjerseymakeupartist #phillymakeupartist #freelancemua #bottomlashes #danessamyricksangels #bhcosmetics\n1w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNkgJXDpzei/', 'likes': '369 likes', 'age': '2021-04-12T15:07:46.000Z', 'caption': 'makeupbyjurn\nquick process video 🌟\nmuse: @queenfanta.c 😍\nassisted by: @kawaii_britt\nbts with @ceeceesclosetnyc 👑\n\nskin:\n@physiciansformula 24k eye cream\n@itembeauty lite sauce primer\n\neyes:\n@bhcosmetics trendy in tokyo eyeshadow palette\n@aevabeauty sunset highlighter\n\nbase:\n@nyxcosmetics born to glow foundation “23”\n@lorealparis infallible concealer “415”\n@danessa_myricks the balm contour “deep 3”, evolution powder “4.5”, lightwork palette\n@morphebrushes 8D Deep Glam face palette\n@thecrayoncase blush binder (red shade)\n\nbrows:\n@morphebrushes micro brow pencil “chocolate mousse”\n@makeuprevolution soap brow\n\nlips:\n@danessa_myricks colorfix nude glaze “espresso” + “cocoa”\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNc9M6Spsuo/', 'likes': '541 likes', 'age': '2021-04-09T16:47:07.000Z', 'caption': 'makeupbyjurn\nHOT LIKE FIRE 🔥\nI’m begging y’all to zoom in on this eye!!\n\nphoto/cd/retouch: @camchampszn 🌟\nmuse: @lelliessantiago 😍\nmua: me @makeupbyjurn 🎨 using @danessa_myricks colorfix\nhair: @braided__ ✂️\nnails: @kays_klawzzz 💅🏾\n\nproduct details:\nBASE:\n@danessa_myricks beauty oil, vision cover cream “TO01 olive”, evolution powder “2.5”\n@elfcosmetics hydrating camo concealer\n@morphebrushes revitalizer primer, continuous setting mist\n\nCHEEKS:\n@blackradiancebeauty illuminous glow palette “highlight of your life”\n@danessa_myricks dew wet balm “clear”, balm contour “medium 2”\n@morphebrushes 8D face palette\n\nBROWS:\n@danessa_myricks colorfix nude 2 + lift\n\nEYES:\n@danessa_myricks colorfixes in colbolt, valentine, phoenix, blackout\n\nLIPS:\n@danessa_myricks colorfixes in valentine, blackout, clear glaze\n\n#danessamyricksbeauty #danessamyricks #danessamyricksangels #sephora #nextbigthing #blaxkowned #editorialmua #danessamyrickscolorfix #colorfix #colorfixmeup #blackradiancebeauty #morphe #elfcosmetics #nycmua #brooklynmua #njmua #brooklynmakeupartist\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNaoNQRpa4v/', 'likes': 'None', 'age': '2021-04-08T19:21:17.000Z', 'caption': 'makeupbyjurn\nMY SKINCARE ROUTINE 🧖🏽\u200d♀️\n\ncomment your favorite skincare secrets below!\n\nproduct details + how to ⬇️\n1. @garnierusa waterproof micellar cleansing water + @cvs_beauty XL cotton ovals\n-Use make up remover to gently take off lashes. Hold pad for a few seconds. Firmly but gently rub to remove eye make up. be sure to give extra love to which ever part of your face has the heaviest make up on it. Continue until all make up is removed. Be sure to get in your edges, ears, neck, etc.\n\n2. @dermae universal cleansing balm\n-On a dry face, using circular motions, massage cleansing balm all over. Don’t be afraid to use this to help remove eye makeup too! Again be sure to fully remove make up everywhere. After cleansing for at least 60 seconds, use water to remove the balm.\n\n3. @tatcha the deep cleanse\n-Apply to a wet face. Circular motions for 60 seconds. Avoid eye area + remove with water.\n\n4. @lorealparis hydrafresh toner\n-Apply a quarter size amount using hands. Be careful around eyes.\n\n5. @rosenskincare earth face mask + charcoal face mask\n***USE MY CODE “Jurn15” FOR 💸💸💸 OFF***\n-Use clean + dry hands/brush to apply. Use different masks to target different skin issues. Let dry for 15-20 mins, then remove with water.\n\n6. @formula1006us on your mark blemish fader\n-On a dry face, apply to dark marks. Avoid eyes and broken/irritated skin.\n\n7. @glamglow bright eyes cream\n-Using your ring finger, gently apply around eyes. You can apply on eyelids and temples as well.\n\n8. @glowrecipe banana soufflé moisture cream\n-Use a dime sized amount. Gently rub into skin until absorbed.\n\n9. @sheamoisture overnight face oil\n-Gently massage all over face and neck.\n\n10. @rosenskincare break out treatment\n***USE MY CODE “Jurn15” FOR 💸💸💸 OFF***\n-Apply directly to bumps. Make sure there’s a thick layer.\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNV8SG5JgRZ/', 'likes': '514 likes', 'age': '2021-04-06T23:24:24.000Z', 'caption': 'makeupbyjurn\nfull glam appointments never looked better 😍💖 happy birthday big sis @jade_royale @fauxlocsbyjade !!\n\nnew clients save $10 off makeup services when they use code “NEWCLIENT10”! book thru MakeupByJurn.com\n\nproduct details:\n@danessa_myricks @danessamyricksangels beauty oil, vision cream cover, evolution powder, the balm contour, luxe cream feminist palette for blush + lips, custom colorfix liner (lift, phoenix, valentine), custom colorfix lips (chocolate, nude 7, latte)\n\n@morphebrushes revitalizer primer, micro brow pencil, face palettes 8T + 8D, continuous setting mist\n@nyxcosmetics born to glow foundation “15” + “15.9”\n@thecrayoncase blush binder\n@beccacosmetics shimmering skin perfector “prosecco pop”\n\n#newclientswelcome #newclientspecials #fullglam #softglam #graphicliner #brightmakeup #neonmakeup #springmakeuplook #danessamyricks #danessamyricksbeauty #danessamyricksangels #colorfix #colorfixmeup #morphe #morphebrushes #morphebabe #nyxcosmetics #borntoglowfoundation #crayoncase #blushbinder #beccacosmetics\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNVyj8YJPNb/', 'likes': '596 likes', 'age': '2021-04-06T21:59:51.000Z', 'caption': 'makeupbyjurn\nA DAY IN THE LIFE OF A MUA ✨\n\nhuge thank you to @winglyss for the suggestion to make this kind of video!\n\nthis is what a typical work day in nyc looks like for me, tag a mua below who can relate ⬇️\n\n#dayinthelife #vlog #mua #makeupartist #freelancemua #freelanceartist #nycmua #nycmakeupartist #njmua #photoshoot #editorialmakeup #fyp #viral #muasupport #mua_underdogs #mualife\n2w'}, {'username': 'makeupbyjurn', 'link': 'https://www.instagram.com/p/CNQXVMcJR25/', 'likes': '173 likes', 'age': '2021-04-04T19:26:56.000Z', 'caption': 'makeupbyjurn\nmakeup + sunlight are besties 🤝\n@randi.noble 🩸\nlash xtensions: @doubledoselashes\n\nproducts used:\n• @danessa_myricks @danessamyricksangels beauty oil, evolution powder, balm contour, lightwork palette, colorfixes: primary red, phoenix, primary yellow, blackout, clear glaze\n• @shopvioletvoss coral pop palette\n• @thecrayoncase blush binder\n• @morphebrushes 8T totally tan face palette, micro brow pencil, continuous setting mist\n• @nyxcosmetics born to glow foundation\n• @elfcosmetics hydrating camo concealer\n\n#nycmua #editorialmua #cutcrease #dewymakeup #danessamyricksangels #colorfixmeup #danessamyricksbeauty #morphebrushes #violetvoss #crayoncase #elfcosmetics #nyxcosmetics\n3w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CNpyV2_p9eS/', 'likes': '6,030 likes', 'age': '2021-04-14T16:22:21.000Z', 'caption': 'yukas.cloud\nshadow shape was inspired by @catalinahotin !!\nalso, i wanted to share that the @asianmentalhealthcollective has rounded up some really great resources for therapy, support groups, and ways to support anti-racism in their linktree !! you can go to their page and see their bio for all those links! through all the shit going on i hope you don’t feel selfish for taking a break from your phone or spending some time alone. do whatever it is you can do to get a little bit of peace.\n. . . . . . . . .\n⭐︎ @lauramercier blurring primer\n⭐︎ @narsissist natural radiant longwear foundation\n⭐︎ @milkmakeup flex concealer, highlight stick [lit], blush stick [flip], loose setting powder\n⭐︎ @colourpopcosmetics fade into hue & stone cold fox palettes, queenie lash, brown mascara in brows\n⭐︎ @claropsyche sketch paint\n⭐︎ @stilacosmetics blue realm palette\n⭐︎ @moiracosmetics concealer\n⭐︎ @fentybeauty diamond bomb [how many karats?!]\n⭐︎ @freck noir\n. . . . . . . . .\n#lauramercier #narsissist #milkmakeup #colourpopcosmetics #claropsyche #stilacosmetics #moiracosmetics #fentybeauty #freck #graphicliner #bluemakeup #pastelmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n1w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CNiDl_spyE2/', 'likes': '2,779 likes', 'age': '2021-04-11T16:19:10.000Z', 'caption': 'yukas.cloud\nsomething fun !! trying to practice doing more simple, relaxing lewks so i kept the base really simple with no foundation! :-) today, i want to share that @merchaid has been selling shirts & prints designed by some amazing AAPI artists, with 100% of the profit going to @aapiwomenlead !!! i just ordered the shirt designed by @jennetliaw and am very very excited to receive it :-) check it out on Merch Aid’s page!\n. . . . . . . . .\n⭐︎ @colourpopcosmetics queenie lash, creme gel liner [good reef] in waterline, white mascara in brows, fade into hue palette\n⭐︎ @milkmakeup blur stick, flex concealer, highlight stick [lit], blush stick [flip], color chalk [skip it]\n⭐︎ @glistencosmetics wet liner [strawberry] on brows & eyes\n⭐︎ @shanelcosmetics melaliner blue & green\n⭐︎ @freck noir\n. . . . . . . . .\n#colourpopcosmetics #milkmakeup #studiofam #glistencosmetics #shanelcosmetics #freck #pastel #pastelmakeup #rainbowmakeup #graphicliner #pastelliner #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #pastelaesthetic #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n2w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CM2V_7MJ7yU/', 'likes': '1,217 likes', 'age': '2021-03-25T16:53:25.000Z', 'caption': 'yukas.cloud\nSUPPORT AAPI FOLKS. Honestly, I’m tired. My heart is heavy and so is my mind, and if I’m being super honest, I’m feeling a little discouraged because not enough people are talking about this. My mind is all over the place but I’m gonna try to be succint here.\nThis isn’t a fight to see which minority has it the hardest, & it never was nor should it ever be. This is about confronting the ugly, horrifying reality in our country right now– that simply being Asian is reason enough to fear for your life.\nAsian Americans might be seen as the “model minority” [fuck that] but that doesn’t mean we’re immune to hate crimes & assault. Even if you’re not AAPI, I’m sure you grew up seeing your AAPI classmates get bullied/teased at school, right? Other kids will say our home lunch smells stinky, call us gross for eating raw fish, pull their eyes back and say “ching chong,” and NOW our Asian American kids even have to deal with other kids accusing them of “spreading coronavirus,” & being told to “go back to China.” KIDS. Where do you think they’re learning to talk like that? When Trump says it on the news, when politicians tweet about it, when your neighbors & family members & friends & comedians & influencers contribute to these Asian stereotypes, even as a joke, that shit piles up. It piles up so much that people think KILLING & ASSAULTING Asian elders, adults, teens, & kids, is JUSTIFIABLE. That being Asian is a good enough reason to DIE.\nPlease dedicate some time, even 5-10 mins a day, to learn something about Asian American history, or to find organizations that support AAPI communities in your area, or to find + support AAPI-owned businesses. Whatever you chooose to do, all I can hope for is that we keep the discussion going while amplifying AAPI and BIPOC voices, & that we keep listening and learning.\nIf you don’t know where to start, whether you’re AAPI or not, take a look at some videos/podcasts that I think are helpful / worth watching. I also need to do better in a lot of ways, so I will keep trying, learning, and listening, & I hope you do too.\n4w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CLrr3VmJ7R7/', 'likes': '1,431 likes', 'age': '2021-02-24T17:01:27.000Z', 'caption': 'yukas.cloud\n!!! so excited for today’s collab with @fuji1kenobe !!!✨ i actually first found her prints at a local market here in hawaii, which was definitely over a year ago at this point, and i’ve been inspired by her amazing art ever since! we both created things inspired by the other person’s creations and i had so much fun doing it. so go check out Maya’s post and show some love💞 swipe to see her work and specific pieces i used as inspiration, & her process video! and thank you to Maya for collabing with me, it is such an honor and i am continuously inspired by your art :’)\n. . . . . . . . .\n⭐︎ @renskincare clean screen mixed with @milkmakeup vegan moisturizer as a base\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup loose setting powder [med. translucent]\n⭐︎ @moiracosmetics dreamscape eyeshadow palette\n⭐︎ @claropsyche sketch paint [face, liner, brows]\n⭐︎ @claropsyche real fantasy palette [for highlight]\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @anastasiabeverlyhills liquid lipstick [sand]\n. . . . . . . . .\n#renskincare #milkmakeup #touchinsolus #narsissist #moiracosmetics #claropsyche #sketchpaint #hauslabs #anastasiabeverlyhills #pastel #pastelmakeup #graphicliner #eyeliner #pastelaesthetic #rainbowmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n8w'},{'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CLez1gSp9gf/', 'likes': '1,857 likes', 'age': '2021-02-19T17:00:58.000Z', 'caption': 'yukas.cloud\nwelcome to the fairy garden 🌿🍄🦋✨ today i’m bringing you a COLLAB with the lovely @kitty.irl , who is the sweetest and whose work has seriously always inspired me— you can tell just by looking at their page how hard they work !!! anyway go check out their amazing fairy garden lewk too and show some luv <3 this took about 7 hours but it was rlly fun🥰 take care 🧸💕\n. . . . . . . . .\n⭐︎ @renskincare clean screen mixed with @milkmakeup vegan milk moisturizer as a base\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup loose setting powder [med. translucent]\n⭐︎ @anastasiabeverlyhills blush [scorching]\n⭐︎ @freck noir\n⭐︎ @claropsyche sketch paint, psyche’s box palette, real fantasy palette\n⭐︎ @colourpopcosmetics mint to be palette, in a trance palette\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @anastasiabeverlyhills liquid lipstick [red coral]\n⭐︎ @sephoracollection clear plumping gloss\n⭐︎ @ardellbeauty 253 lash\n. . . . . . . . .\n#renskincare #milkmakeup #touchinsol #narsissist #anastasiabeverlyhills #freck #claropsyche #colourpopcosmetics #hauslabs #sephoracollection #ardelllashes #pastelmakeup #pastel #flowermakeup #graphicliner #fairymakeup #butterflymakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n9w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CLCfIRupsyN/', 'likes': '2,183 likes', 'age': '2021-02-08T17:01:18.000Z', 'caption': 'yukas.cloud\n⭐︎ @renskincare clean screen mixed with @milkmakeup vegan milk moisturizer as a base\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup flex concealer [golden sand]\n⭐︎ @glossier cloud paint [haze]\n⭐︎ @milkmakeup matte bronzer stick [blaze]\n⭐︎ @milkmakeup highlight stick [lit]\n⭐︎ @milkmakeup loose powder [med. translucent]\n⭐︎ @colourpopcosmetics stone cold fox palette\n⭐︎ @moiracosmetics concealer to cut the crease\n⭐︎ @anastasiabeverlyhills brow definer [chocolate]\n⭐︎ @colourpopcosmetics brown mascara in brows\n⭐︎ @ardellbeauty 253 lash\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @anastasiabeverlyhills liquid lipstick [sand]\n⭐︎ craft pearls\n. . . . . . . . .\n#renskincare #milkmakeup #studiofam #touchinsol #narsissist #glossier #colourpopcosmetics #moiracosmetics #anastasiabeverlyhills #ardelllashes #hauslabs #theartives #mua #makeup #neutralglam #softglam #eyeshadow #rhinestonemakeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #crazymakeup #weirdmakeup #pearls\n11w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CKWtuZvJLpW/', 'likes': '1,358 likes', 'age': '2021-01-22T17:02:15.000Z', 'caption': 'yukas.cloud\njust poppin by to say take care of urself <3 ok bye~~\nproducts:\n⭐︎ @renskincare clean screen SPF 30 mixed with @milkmakeup milk vegan moisturizer\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @glossier cloud paint [haze]\n⭐︎ @milkmakeup matte bronzer [blaze]\n⭐︎ @milkmakeup concealer flex concealer [golden sand]\n⭐︎ @milkmakeup blur + set powder [med. translucent]\n⭐︎ @anastasiabeverlyhills powder blush [scorching]\n⭐︎ @moiracosmetics dreamscape palette\n⭐︎ @colourpopcosmetics hocus pocus palette & all that palette\n⭐︎ @milkmakeup kush liquid liner\n⭐︎ @ardellbeauty 253 lash\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @milkmakeup lipstick [new whip]\n. . . . . . . . .\n#renskincare #milkmakeup #studiofam #touchinsol #narsissist #glossier #anastasiabeverlyhills #moiracosmetics #colourpopcosmetics #ardelllashes #hauslabs #graphicliner #pinkmakeup #rhinestonemakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #redmakeup #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n13w'}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CIbIjfGp9iK/', 'likes': '1,827 likes', 'age': '2020-12-05T17:10:52.000Z', 'caption': "yukas.cloud\n@milkmakeup #STUDIOFAM collab time 🥰 tis the season because we are bringing u some lewks inspired by the seasons✨ here is my winter-inspired lewk!! be sure to check out everyone's beautiful work🧸🤍\n. . . . . . . . .\n⭐︎ @claropsyche sketch paint & psyche’s box palette & real fantasy palette\n⭐︎ @moiracosmetics dreamscape palette & lucent cream shadow [saturn] & [neptune] for highlight\n⭐︎ @colourpopcosmetics fade into hue palette & creme gel liner [ice breaker]\n⭐︎ @touchinsolus no poreblem primer\n⭐︎ @narsissist natural radiant longwear foundation [vanuatu]\n⭐︎ @milkmakeup loose setting powder [med. translucent]\n⭐︎ @thejunoco bombshell sculpting palette\n⭐︎ @anastasiabeverlyhills blush [scorching] & liquid lipstick [stripped]\n⭐︎ @hauslabs rip lip liner [myth]\n⭐︎ @nyxcosmetics black liner\n⭐︎ @ardellbeauty 253 lash\n. . . . . . . . .\n#claropsyche #moiracosmetics #colourpopcosmetics #touchinsol #narsissist #milkmakeup #thejunoco #anastasiabeverlyhills #hauslabs #nyxcosmetics #ardelllashes #bluemakeup #rhinestones #rhinestonemakeup #wintermakeup #graphicliner #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n20w"}, {'username': 'yukas.cloud', 'link': 'https://www.instagram.com/p/CILqpzfJwZq/', 'likes': '953 likes', 'age': '2020-11-29T17:00:59.000Z', 'caption': 'yukas.cloud\ninspired by my new earrings from my friend’s brand @kitaproducts :-) they’re available now so pls go check it out and support a wonderful small business !!\n. . . . . . . . .\n⭐︎ @claropsyche sketch paint\n⭐︎ @milkmakeup triple kush brow pen\n⭐︎ @colourpopcosmetics brown mascara in brows\n⭐︎ @maybelline the rocket mascara\n. . . . . . . . .\n#claropsyche #milkmakeup #colourpopcosmetics #maybelline #facepaint #graphicliner #pastel #pastelmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup\n21w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CM29Qx6pglY/', 'likes': '2,252 likes', 'age': '2021-03-25T22:36:30.000Z', 'caption': 'facebyhayley\n🍭💗 Q: what’s your favorite disney channel show? mine was wizards of waverly place 😌 they really did what they had to do with that show☝🏾\n•\n•\nProducts Used:\n@theboldfacemakeup Brow Pencil in ‘B9’\n@nyxcosmetics Brow Glue\n@colourpopcosmetics x Lizzie Mcguire Palette\n@baddieblashes in ‘She Cute’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@aboutfacebeauty Lightlock Powder in ‘Lightspun’\n@colourpopcosmetics Lip Pencil in ‘BFF4’ and Lip Gloss in ‘Miranda’\n•\n\n#makeup #colourpop #colourpopme #disneylizziemcguireandcolourpop #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #colorfulmakeup #modelmalay #milkmakeup #studiofam #v93oo\n4w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CM0nh0LpK3P/', 'likes': '1,408 likes', 'age': '2021-03-25T00:48:07.000Z', 'caption': 'facebyhayley\nwe love a honey blonde moment 👱🏾\u200d♀️ i’m posting a new youtube video tomorrow on this hair from @unicehair 🤍\n4w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMqarmupo9J/', 'likes': '1,276 likes', 'age': '2021-03-21T01:43:27.000Z', 'caption': 'facebyhayley\n🍫🍫🍫\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@colourpopcosmetics ‘Bare Necessities’ Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@baddieblashes in ‘She Cute’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@aboutfacebeauty Lightlock Powder in ‘Lightspun’\n@nyxcosmetics Lip Pencil in ‘Espresso’ & Lip Gloss in ‘Milk the Coco’\n\n•\n\n#makeup #colourpop #colourpopme #softglammakeup #softglam #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #nyxcosmetics\n5w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMpiTmVpzza/', 'likes': '17,016 likes', 'age': '2021-03-20T17:30:59.000Z', 'caption': 'facebyhayley\nwe love a good gloss 🥰 these new @nyxcosmetics glosses are so pretty! 🤍\n•\n•\n@nyxcosmetics ‘This is Milky’ Lip Glosses in ‘Milk & Hunny’, ‘Milk It Pink’, ‘Cherry Skimmed’, and ‘Milk the Coco’, Lip Liner in ‘Espresso’\n•\n#nyxcosmetics #lipgloss #thisismilkygloss #lipcombo #liptutorial #gloss #melaninbeauties #makeupforpoc\n5w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMdT-L3JihB/', 'likes': '1,940 likes', 'age': '2021-03-15T23:34:41.000Z', 'caption': 'facebyhayley\n🌻🌻🌻\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@colourpopcosmetics ‘Limoncello’ Eyeshadow Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@aboutfacebeauty Shadowstick in ‘Chaos Theory’\n@baddieblashes in ‘She Cute’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@rarebeauty Liquid Blush in ‘Grateful’\n@aboutfacebeauty Lightlock Powder in ‘Lightspun’\n@colourpopcosmetics Lippie Pencil in ‘BFF 4’\n@colourpopcosmetics Lux Lip Gloss in ‘Biscotti’\n•\n\n#makeup #colourpop #colourpopme #limoncellopop #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo\n5w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMaDVW-JiJe/', 'likes': '1,723 likes', 'age': '2021-03-14T17:11:35.000Z', 'caption': 'facebyhayley\nspring vibes 💐\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@glisten_cosmetics Split Liner in ‘Raspberry Punch’\n@colourpopcosmetics ‘Fade Into Hue’\nEyeshadow Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@aboutfacebeauty Shadowstick in ‘Creature’\n@baddieblashes in ‘Baddie’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’ @colourpopcosmetics Cheek Dew Serum Blush in ‘Hot Fuss’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@colourpopcosmetics Lippie Pencil in ‘BFF 4’\n@maybelline Lifter Gloss in ‘Stone’\n@revlon Satin Ink in ‘Your Majesty’\n•\n\n#makeup #colourpop #colourpopme #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo #glistencosmetics\n6w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMXykWBpJOH/', 'likes': '2,305 likes', 'age': '2021-03-13T20:06:36.000Z', 'caption': 'facebyhayley\nhappy saturday 🥰 i’m so happy with how this turned out!!! sharp liner looks are my fav to do 💙 swipe 👉🏾\n•\n•\nProducts Used:\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@glisten_cosmetics Split Liner in ‘The Royals’\n@colourpopcosmetics ‘Fade Into Hue’ Eyeshadow Palette\n@colourpopcosmetics Super Shock Shadow in ‘Lady Bird’\n@marcjacobsbeauty Gel Eyeliner in ‘Out of the Blue’\n@theboldfacemakeup Lashes in ‘Dream Big’\n@milkmakeup Kush Mascara\n@milkmakeup Hydro Grip Primer\n@milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@colourpopcosmetics Lippie Pencil in ‘BFF 4’\n@maybelline Lifter Gloss in ‘Stone’\n@revlon Satin Ink in ‘Your Majesty’\n•\n\n#makeup #colourpop #colourpopme #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo #glistencosmetics\n6w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMFb8Wcpokz/', 'likes': '1,734 likes', 'age': '2021-03-06T17:02:34.000Z', 'caption': 'facebyhayley\nhi guys 🥰 hair from @klaiyihair_no1 🤍 swipe 👉🏾 (click the link in my bio to watch my youtube video where i install and review this hair 😌) hope everyone has a great day ilysm\n\n🤍\n\nProducts Used-\n@morphebrushes Brow Pencil in ‘Java’\n@nyxcosmetics Brow Glue\n@urbandecaycosmetics ‘Stoned Vibes’ and ‘Naked Wild West’ Palettes\n@lavaalashes Lashes in ‘Sexy’\n@milkmakeup Kush Mascara, Hydro Grip Primer, Highlight Stick in ‘Lit’\n@toofaced Born This Way Foundation in ‘Chai’\n@tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’\n@hudabeautyshop Easy Bake Powder in ‘Blondie’\n@fentybeauty Soft Matte Powder Foundation in ‘420’\n@ctilburymakeup Flawless Bronzer in ‘Deep 4’\n@colourpopcosmetics Powder Blush in ‘Cat’s Eye’, Lippie Pencil in ‘BFF 4’, Super Shock Shadow in ‘Lady Bird’\n@destineebeautyy Lip Gloss in ‘Destinee’\n\n\n#makeup #mua #underratedmuas #colourpop #colourpopme #fentyface #creativemakeup #glam #lipcombo #makeupideas #makeuplooks #brownmelaninmakeup #klaiyihair #makeuptransformation #makeupforpoc #melaninbeauties\n7w'}, {'username': 'facebyhayley', 'link': 'https://www.instagram.com/p/CMA9IT5p2Xx/', 'likes': '482 likes', 'age': '2021-03-04T23:16:49.000Z', 'caption': 'facebyhayley\nI’m obsessed with the new @colourpopcosmetics Cheek Dew Serum Blushes! #ad They’re so easy to blend and so pigmented 😍 These shades ‘Hot Fuss’ and ‘Bubbles’ are about to be my new staple blushes 🥳😌\n\nProducts Used\n@colourpopcosmetics\n- Cheek Dew Serum Blushes in ‘Hot Fuss’ and ‘Bubbles’\n- Complexion Sponge\n- Super Shock Shadow in ‘Lady Bird’\n- Lippie Pencil in ‘BFF 4’\n\n#colourpopcosmetics #colourpop #CPCheekDew\n7w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CN-tloLJFMc/', 'likes': '208 likes', 'age': '2021-04-22T19:24:52.000Z', 'caption': 'cyberkay\n"Those who put themselves before nature will always fall. Pollution effects everyone even those who don\'t care"\n\nProduced by @hoodstylehub\nCreative Director @kw33n_t.y\n\nMUA @cyberkay & @chunkebeauty\n\nStylist @yani.mariee\n\nPhotographer @10.degrees_celsius\nVideographer @kaiireloaded\nEdits @karlid_”\n\nModels : @cocoadad @veeloria @shavell.fernandez @slimmjimzzz @venusentraptress @rebecca__gaynor\n\n#earthday #nature #earth #earthday2021 #photography #environment #love #recycle #adventure #explore #motherearth #naturephotography #art #cyberkay\n4d'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CN8p3ooplbm/', 'likes': '1,350 likes', 'age': '2021-04-22T00:13:53.000Z', 'caption': 'cyberkay\nThank you all for the birthday wishes yesterday 🤎\n4d'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNYiahhpund/', 'likes': '912 likes', 'age': '2021-04-07T23:36:05.000Z', 'caption': 'cyberkay\nHold tight <3\n2w'}, {'username': '__sata___', 'link': 'https://www.instagram.com/p/CNTBQVgJWsY/', 'likes': '380 likes', 'age': '2021-04-05T20:10:08.000Z', 'caption': '__sata___\nGorgeous 😍😍\n3wReply'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNTA8y6p9Wu/', 'likes': '684 likes', 'age': '2021-04-05T20:07:28.000Z', 'caption': 'cyberkay\nFriends who wear juicy together stay together 😌💗\n3w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNQ1ApaJdFY/', 'likes': '707 likes', 'age': '2021-04-04T23:44:39.000Z', 'caption': 'cyberkay\nIt’s the @glamnetic bombshell lashes for me 😌💗\n\nUse code : “CYBERAKAY2021“ to get money off 🙈\n.\n.\n.\n\n#underratedmuas #makeupforblackwomen #melaninmakeup #glamnetic #hairnbeautydirectory #cyberkay\n3w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CNBdqdZpyFC/', 'likes': '1,000 likes', 'age': '2021-03-30T00:32:02.000Z', 'caption': 'cyberkay\nLate night vibes ...\n3w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CMYPP3SJoeD/', 'likes': '710 likes', 'age': '2021-03-14T00:17:13.000Z', 'caption': 'cyberkay\nSo many liner looks on the way 💚\n\nBrows : @theboldfacemakeup better brow pencil on the brows\n\nLashes : @morphebrushes\n\nFoundation: @narsissist natural radiant long wear foundation in Cadiz\n\nSetting powder: @kvdveganbeauty translucent\n\nLips : @maybelline filter gloss\n.\n#cyberkay\n6w'}, {'username': 'cyberkay', 'link': 'https://www.instagram.com/p/CMVUaEqJcxN/', 'likes': '597 likes', 'age': '2021-03-12T21:04:34.000Z', 'caption': 'cyberkay\nI’m horrible with captions 🙄\n6w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/COEDRO6p4Fa/', 'likes': '5,476 likes', 'age': '2021-04-24T21:10:31.000Z', 'caption': 'ivykungu\ni love this pic so much?? 😭 anywayysss i’m off to go touch up roots... wish me luck 🙃\n2d'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CN-iXHwJW5V/', 'likes': '3,275 likes', 'age': '2021-04-22T17:46:46.000Z', 'caption': 'ivykungu\nfirst set of acrylics on myself! have you been following my little journey on twitter? (twitter: @ ivykungu) i started doing my own nails this year and it’s been super fun!\n.\n.\n#youngnailsinc cover pink and core clear\n#joytii (on amazon) pastel gel polishes\n#beetlesgelpolish for the beige (962) and orange (964)\n#makartt striper brushes\n#melodysusie portable drill and bits\n4d'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CM7ll03Jjv9/', 'likes': '11,740 likes', 'age': '2021-03-27T17:46:02.000Z', 'caption': 'ivykungu\nhe better put me in the bag w whatever else he was was finna take tf? 😭😭 | TIKTOK: @ IVYKUNGU\n4w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CKhESTIp8y2/', 'likes': '13,945 likes', 'age': '2021-01-26T17:31:48.000Z', 'caption': 'ivykungu\ni mean... i guess you could call me bad bunny right? 🐰✨\n.\n.\n.\neverything’s from savage except the bunny ears which i got for like $7 on amazon lol\n12w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJwZoVypH6P/', 'likes': '4,964 likes', 'age': '2021-01-07T19:55:53.000Z', 'caption': 'ivykungu\ni be transforming ngl 😭 anywaayyyyssss! everyone talking about this link shirt reminded me that i haven’t played BOTW in foreeevvveerrr soooo— imma go do that... 🏃🏾\u200d♀️💨\n15w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJtxNgrphve/', 'likes': '10,949 likes', 'age': '2021-01-06T19:23:51.000Z', 'caption': 'ivykungu\nhi uuuhhh.... jsyk, imma post more full body/fashion stuff this year 😳😬\n.\n.\n.\n#fashionnova #fashionnovacurve #plussizefashion #plussizes #savagexfenty #plt #pltstyle #rebdolls\n15w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJg0QYHpVNz/', 'likes': 'None', 'age': '2021-01-01T18:41:34.000Z', 'caption': 'ivykungu\nhere’s a lil tut from my tiktok! more lash tips coming soon 🥰 TIKTOK: @ IVYKUNGU\n.\n.\nLASHES: Dubai from #themakeupshack (code “IVY” to save!!)\n.\n.\n#themakeupshack #makeuptutorial #lashes #lashtutorial #headbandwig #makeupforbeginners #beginnermakeup #beautyobsessed #fentybeauty\n16w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CJWmtEkpVc9/', 'likes': '10,289 likes', 'age': '2020-12-28T19:29:31.000Z', 'caption': 'ivykungu\ni come baring an ancient ivyan proverb 😔🤲🏾 #fartonhim2021\n.\n.\n.\n#bodypositivity #bodyposi #bodyneutrality #plussize #plussizefashion\n17w'}, {'username': 'ivykungu', 'link': 'https://www.instagram.com/p/CI8_3lzJKRQ/', 'likes': '3,788 likes', 'age': '2020-12-18T20:49:09.000Z', 'caption': 'ivykungu\nswipe to see me being a fashion icon fhskchsnxb\n.\n.\n.\n\n.\nKey Products Used:\n#themakeupshack lashes in Kurupt and gloss in lucious (code IVY to save ‼️)\n#maccosmetics powder kiss eyeshadows in werk werk werk, lens blur, fall in love, and give a glam; mac x @teyanataylor lipglass in save ya tears hunny\n#alamarcosmetics hydrating complexion trio in golden hour x cinnamon sugar x oye morena!, and colorete blush trio in diosa (inner corner) x twin flame x divine wine (other two are on the cheeks)\n#lauragellerbeauty guilded honey highlighter\n#benefitcosmetics foolproof brow powder in shade 5, kabrow in shade 5, and 24 hr brow setter\n#narsissist natural radiant longwear foundation in new caledonia and radiant creamy concealer in amande\n#maybelline instant age rewind concealer in caramel\n#onesize loose powder in translucent and dark/deep\n.\n.\n#christmasmakeup #benefitbrows #benebabe #rpgshow #frontalwigs #wintermakeup\n18w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/COBUq7CJW9B/', 'likes': '3,792 likes', 'age': '2021-04-23T19:44:51.000Z', 'caption': 'glambymykaila\nAD. Hi guys 💜✨ I’ve partnered up with @trixiecosmetics to showcase the new Bottle Blonde Collection 👱🏾\u200d♀️💞 This collection is the perfect mix of neutrals, roses, and purples that’ll look great on anyone ✨ The collection is now live @ trixiecosmetics.com! 💜👱🏾\u200d♀️✨\n\nProducts Used:\nBottled Blonde Eyeshadow Palette\nShades: “Me” Day, I Got Bangs, Lash Lift, and Polished\nHigh Shine Lip Gloss\nShades: Hater and Press On\n\n#trixiecosmetics #bottledblonde #makeuplook #eyeshadowlook #creativemakeup #colorfuleyeshadow #makeupinspo #cutcrease\n3d'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CN3GqX_pVBv/', 'likes': '3,083 likes', 'age': '2021-04-19T20:30:02.000Z', 'caption': 'glambymykaila\nad. How I Do My Wing’d Liner using @mavenbeauty exclusively sold at fashionnova.com 😍✨ mavenbeautypartner\n\nProducts Used:\nMamajuana Liquid Liner\nMedium Blend Basic Beat Eyeshadow\nFlex Lipstick\n\n#makeupvideos #eyeliner #graphicliner #makeuptutorial\n1w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNoCoEspDEx/', 'likes': '2,939 likes', 'age': '2021-04-14T00:06:33.000Z', 'caption': 'glambymykaila\nHi guys! Here is the tutorial of the Blends palette from @blendbunnycosmetics! This palette recently went viral and I just had to pick it up! What are your thoughts and are you getting this palette? 😍🌈✨\n\n#makeupvideo #makeuptutorials #makeupinspo #creativemakeup #rainbowmakeup #colorfulmakeup #makeupinspo\n1w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNnilpFpA0j/', 'likes': '3,259 likes', 'age': '2021-04-13T19:26:13.000Z', 'caption': 'glambymykaila\nHi guys ✨ Today I tested out the new @blendbunnycosmetics eyeshadow palette and it’s amazing! 😍 I’ll have a tutorial of this look posted soon! If you want to watch it now you can head over to my tiktok to see (glambymykaila) 🥰 Also this look is inspired by an older look of mine and @raggedyroyal ✨\n.\n.\n𝑷𝑹𝑶𝑫𝑼𝑪𝑻 𝑫𝑬𝑻𝑨𝑰𝑳𝑺:\n𝑩𝑹𝑶𝑾𝑺:\n@hudabeauty #BombBrows in Rich Brown\n𝑬𝒀𝑬𝑺:\n@beautycreations.cosmetics Ballerina Girl Eye Primer (Use code Mykaila to save)\n@blendbunnycosmetics Blends Palette\n@lillylashes Faux Miami Lash\n@ ABH for the glitter\n𝑭𝑨𝑪𝑬:\n@narsissist Soft Matte Foundation In Marquises\n@makeupforever Matte Velvet Concealer in 5.1\n@alamarcosmetics Colorete Blush Trio Dark/Rich\n@kimchichicbeauty Candy Girl Freckle Pen\n@ctilburymakeup Bronzer in 4\n𝑳𝑰𝑷𝑺:\n@milanicosmetics Rich Cocoa Lip Liner\n@beautycreations.cosmetics Friend Zone Velvet Stay (Use code Mykaila)\n.\n.\n#beautycreations #blendbunnycosmetics #rainbowmakeup #creativemakeup #alamarcosmetics #milanicosmetics #haloeye #narsfoundation #lillylashes #hudabeauty #colorfulmakeup #charlottetilbury #makeupforever #makeupinspo #100daysofmakeup #wakeupandmakeup #makeupvideo\n1w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNdRm5cpWBu/', 'likes': '3,721 likes', 'age': '2021-04-09T19:45:39.000Z', 'caption': 'glambymykaila\nspring flowers 🌺 look inspired by @evyxo_ 😍\n\neye products used:\n@beautycreations.cosmetics Jade Base\n@glamvicecosmetics roller skate, blue raspberry, platforms, chill pill water activated liners (use code Mykaila to save)\n@bperfectcosmetics x @staceymariemua carnival 3 palette (use code glambymykaila10 to save)\n@makeupgeekcosmetics Isabella lash\n\n#graphicliner #springmakeup #retromakeup #colorfulmakeup #makeupvideo #makeuptutorial #glamvicecosmetics #bperfectcosmetics #makeupgeek #beautycreations\n2w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNS9KoXpOfC/', 'likes': '3,441 likes', 'age': '2021-04-05T19:34:24.000Z', 'caption': 'glambymykaila\nWatermelon Sugar 🍉✨\n\nIt’s been a long time, but I finally have the motivation and inspiration to create some looks 🥰 This look was inspired by a look I did awhile ago, I just switched the colors! But of course shout out to @maytahmi because she’s the queen of squiggles right now 😍\n\n♡ 𝕡𝕣𝕠𝕕𝕦𝕔𝕥 𝕕𝕖𝕥𝕒𝕚𝕝𝕤 ♡\n𝕓𝕣𝕠𝕨𝕤 ♡\n@urbandecaycosmetics Brow Blade\n𝕖𝕪𝕖𝕤 ♡\n@midascosmetics_ B*tch’n Cake Liner Palette\n@makeupamurder Green Pastel Pigment (use code Mykaila to save)\n@lunarbeauty Stella Lashes\n𝕗𝕒𝕔𝕖 ♡\n@fentybeauty Eaze Drop Skin Tint ‘20’\n@rarebeauty Concealer\n@colouredraine Cinna Bae Bronzer (use code Mykaila to save)\n@alamarcosmetics Colorete Blush\n@kimchichicbeauty Freckle Pen\n𝕝𝕚𝕡𝕤 ♡\n@patmcgrathreal Naked Rose Opulust Gloss\n.\n.\n#graphicliner #editorialmakeup #alamarcosmetics #urbandecaycosmetics #midascosmetics #makeupamurder #lunarbeauty #fentybeauty #eazedrop #rarebeauty #makeupvideo #makeupinspo #springmakeup #easymakeup #100daysofmakeup\n3w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CNDeFyrpqSg/', 'likes': '2,169 likes', 'age': '2021-03-30T19:14:30.000Z', 'caption': "glambymykaila\nAD. Hey everyone! I've partnered with @maybelline to show this all about eyes, mask friendly look! If you guys want to shop these products you can find them in-store or online at @CVS_beauty, check out my story so your #EyesCanTalk too! ✨ #MaybellinePartner\n\nEye Products Used:\n\nColor Strikes in the shades Tempt, Crave and Flash\n\nTattoo Studio Liner in the shade Deep Onyx\n\nSky High Mascara in the shade Blackest Black\n3w"}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CM5QSQYpBiJ/', 'likes': '2,699 likes', 'age': '2021-03-26T20:01:13.000Z', 'caption': 'glambymykaila\nHi guys! Happy Friday 🤎 I may or may have not filmed a video for this look 👀 hopefully I can have it ready real soon 🥰\n\nProduct Details:\n@hudabeauty Bomb Brows in Black Brown\n@jackieaina Palette\n@makeupbymario Master Mattes\n@colourpopcosmetics Mandalorian Palette and Brat Pack Lipstick\n@toofaced Born This Way Foundation\n@rarebeauty Concealer\n@colouredraine Bronzer in Cinna-Bae\n@lunarbeauty Moon Prism Blush and Stella Lashes\n@kimchichicbeauty Candy Girl Freckle Pen\n@milanicosmetics Rich Cocoa Lipliner\n@fentybeauty Honey Waffles Gloss Bomb\n\n.\n.\n#fentybeauty #hudabeauty #milanicosmetics #rarebeauty #toofaced #colourpopme #makeupbymario #softglam #graphicliner #everydaymakeup #easymakeup #rhinestonemakeup #makeupinspo #100daysofmakeup #glowingskin\n4w'}, {'username': 'glambymykaila', 'link': 'https://www.instagram.com/p/CM0R6JEpl1g/', 'likes': '1,770 likes', 'age': '2021-03-24T21:39:12.000Z', 'caption': 'glambymykaila\nThis has been in my drafts for months so here I am posting it ✨\n\nI really want to update my wardrobe so where do you guys like to shop? I’m open to any suggestions 🥰\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CN3Ipl1J_Fe/', 'likes': 'None', 'age': '2021-04-19T20:49:48.000Z', 'caption': 'ohitsbreee\nsoft picnic look\n\nenjoy!\nmusic: essence (instrumental) by wizkid ft tems\n•\n•\n•\n\nPRODUCTS (in order of appearance)\n- @glowbyauric glow lust luminizer: goldstone\n- @milkmakeup skin tint: tan\n- @patmcgrathreal skin fetish sublime perfection concealer: md24\n- @rarebeauty liquid blush: joy\n- @fentybeauty pro filtr setting powder: honey + hazelnut, match stick: espresso, + sunstalkr bronzer: coco naughty\n- @hauslabs 4 way eyeshadow quads: sunset + runway\n- @sephora sephora collection eye liner\n- @milkmakeup color chalk: jump\n- @urbandecaycosmetics stoned palette: tigers eye\n- @fentybeauty pro filtr powder foundation: 320\n- @milanicosmetics baked blush: peach of me\n- @milkmakeup flex highlighter: iced + kush mascara\n- @patmcgrathreal fetish eyes mascara\n- @freck freck og xl\n- @makeupforever artist color pencil: 608 limitless brown\n- @fentybeauty gloss bomb cream: cupcakin\n\ndisclaimer: i dont own the rights to this music!!\n1w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNxk-HsJ4ev/', 'likes': 'None', 'age': '2021-04-17T16:59:41.000Z', 'caption': 'ohitsbreee\nFENTY FACE\n1w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNa_bjkJWlG/', 'likes': '790 likes', 'age': '2021-04-08T22:28:07.000Z', 'caption': 'ohitsbreee\ni miss doing my makeup 😞 im finally getting used to working full time so i’ll be back soon with a new look yall! just gotta discipline myself!\n2w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNAvEy0pKtK/', 'likes': '673 likes', 'age': '2021-03-29T17:44:56.000Z', 'caption': 'ohitsbreee\nhey yall just a lul update, I started a new full time job so my posting schedule will be a little janky for the next couple of weeks but im so ready to get back into creating new looks so hopefully i can kick some out for yall this weekend! LOVE YALL!!\n\n•\n•\n•\n•\n\nPRODUCTS\n- @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- @patmcgrathreal skin fetish: sublime perfection concealer: M21\n- @elfcosmetics 16hr camo concealer - deep chestnut\n- @freck cheekslime: fielding\n- @moiracosmetics pretty little thing palette + lifes a picnic\n- @milkmakeup blurring powder: medium\n- @theglowup liquid lip: sienna\n- @fentybeauty gloss bomb cream: honey waffles\n\n#beautyinfluencer #mue #beauty #makeup #followme #spring#springmakeup#springlook#peacock#teal#bluemakeup#orangeblush#wings#makeuplooks #cutcrease#wakeupandmakeup#undiscoveredmuas #undiscovered_muas #underratedmuas #longlashes#hudabeauty#milkmakeup#fentybeauty\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CNAuMPRJzFn/', 'likes': '242 likes', 'age': '2021-03-29T17:37:13.000Z', 'caption': 'ohitsbreee\n[blank]\n•\n•\n•\n•\n\nPRODUCTS\n- @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- @patmcgrathreal skin fetish: sublime perfection concealer: M21\n- @elfcosmetics 16hr camo concealer - deep chestnut\n- @freck cheekslime: fielding\n- @moiracosmetics pretty little thing palette + lifes a picnic\n- @milkmakeup blurring powder: medium\n- @theglowup liquid lip: sienna\n- @fentybeauty gloss bomb cream: honey waffles\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CM70pcDpKSy/', 'likes': '467 likes', 'age': '2021-03-27T19:57:26.000Z', 'caption': 'ohitsbreee\nim a peacock let me FLY.\n@moiracosmetics definitely let the girls have it w this one! if you havent already go check out the new blooming series palettes by Moira Cosmetics for your spring glam looks!!\n\nProducts used:\n\n- @moiracosmetics pretty little thing palette + lifes a picnic\n\n•\n•\n•\n•\n\nPRODUCTS\n- #hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- #patmcgrathreal skin fetish: sublime perfection concealer: M21\n- #elfcosmetics 16hr camo concealer - deep chestnut\n- #freck cheekslime: fielding\n- #milkmakeup blurring powder: medium\n- #theglowup liquid lip: sienna\n- #fentybeauty gloss bomb cream: honey waffles\n\n#ad #moiracosmetics #spring #peacock #springmakeup #beautyinfluencer #cutcrease #glamlook #wakeupandmakeup #springbreak\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CM3F2THpmHj/', 'likes': '501 likes', 'age': '2021-03-25T23:51:32.000Z', 'caption': 'ohitsbreee\n#fauxtoes\n\n•\n•\n•\n•\n\nPRODUCTS\n- @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- @patmcgrathreal skin fetish: sublime perfection concealer: M21\n- @elfcosmetics 16hr camo concealer - deep chestnut\n- @freck cheekslime: fielding\n- @moiracosmetics pretty little thing palette + ooh la la palette\n- @milkmakeup blurring powder: medium\n- @theglowup liquid lip: sienna\n- @moiracosmetics lip oil: lets cuddle\n- @revlon colorstay satin ink: wild ride 002\n\n#revlon #spring #moira #moiracosmetics #springmakeup #flowerpower #spring#face#makeup#beauty#beautyinfluencer#milkmakeup#glam#colorfulmakeup#everydaymakeup #wakeupandmakeup\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CMzxwKaJma7/', 'likes': '483 likes', 'age': '2021-03-24T16:58:13.000Z', 'caption': 'ohitsbreee\nhere i ammmmmm giving you something simple w @moiracosmetics 🐝☀️ go get hands on their new blooming series palettes and get glam for SPRING!\n\n•\n•\n•\n•\n\nPRODUCTS\n\n@moiracosmetics pretty little thing palette + ooh la la palette\n@moiracosmetics lip oil: lets cuddle\n\n- #hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara\n- #patmcgrathreal skin fetish: sublime perfection concealer: M21\n- #elfcosmetics 16hr camo concealer - deep chestnut\n- #freck cheekslime: fielding\n- #milkmakeup blurring powder: medium\n- #theglowup liquid lip: sienna\n- #revlon colorstay satin ink: wild ride 002\n\n#springmakeup #springtime #hoodedeyesmakeup #bluemakeup #shimmer #everydayglam #simplemakeup #easymakeup #funmakeuplook #glowyskin #pinkblush #boldmakeup #wakeupandmakeup #moiracosmetics #glam #smokey\n4w'}, {'username': 'ohitsbreee', 'link': 'https://www.instagram.com/p/CMhqFifJsUP/', 'likes': '581 likes', 'age': '2021-03-17T16:04:54.000Z', 'caption': 'ohitsbreee\ndid this look for blend and babble w @keonixzamora a couple weeks ago, if u missed it the igtv is up! also if u havent already plz check out the link in my bio to leave me a testimonial for the 2021 #SephoraSquad !! it would mean a lot to me! 😭\n\n•\n•\n•\n\nPRODUCTS\n@urbandecaycosmetics wild wild west palette\n@rarebeauty concealers - 400W + 430W\n@benefitcosmetics\n- they’re real MAGNET mascara\n- high glow brow pencil\n@hudabeauty bombbrows - #6\n\n#stpatricksday #makeup#beautyinfluencer #wingedeyeshadow #wing#green #bluemakeup#greenmakeup#wakeupandmakeup#cutcrease #funmakeuplook #creativemakeup #editorial #iranoutofhashtags #inolongercarelol#mua #mue #urbandecay #hudabeauty #bombbrows #blendandbabble\n5w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/COBh1YtBH9o/', 'likes': '3,316 likes', 'age': '2021-04-23T21:39:53.000Z', 'caption': 'iservelookz\ni just really want u to see these boba tea earrings i got at my local tea shop tbh💖\n-\n@milkmakeup kush mascara (brows)\n@milkmakeup vegan moisturizer\n@xxrevolution xxplicit palette\n@plouise_makeup_academy base 2\n@hauslabs bronzer & blush\n@milkmakeup hula hoop color chalk\n@maccosmetics sweet treat lip balm\n3d'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNx7-wKBlv9/', 'likes': '3,370 likes', 'age': '2021-04-17T20:20:30.000Z', 'caption': 'iservelookz\ni know i look fine 😔but deep down😩\n*I WANT THIS SEMESTER TO END ALREADY* 💯🙏🏾\nhow long y’all got left till ur release date? i have like 3 weeks left rip me<3\n1w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNqp-hNB--w/', 'likes': '1,383 likes', 'age': '2021-04-15T00:28:30.000Z', 'caption': 'iservelookz\ntits out tonight bc i just found out i made the dean’s list LETS GOOOO<3\n1w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNgDDFChEhu/', 'likes': '3,466 likes', 'age': '2021-04-10T21:35:55.000Z', 'caption': 'iservelookz\nvideo gurl💿📞...\n2w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNQpYSQhLcD/', 'likes': '2,609 likes', 'age': '2021-04-04T22:03:01.000Z', 'caption': 'iservelookz\njust uploaded my first youtube vid omg link in bio go watch🌻✨🌼\n3w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CNLareahqEy/', 'likes': '3,659 likes', 'age': '2021-04-02T21:18:22.000Z', 'caption': 'iservelookz\npretend u don’t see this wig lifting xo 🌼\n3w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CM5k4ZgB2bq/', 'likes': '1,938 likes', 'age': '2021-03-26T23:01:11.000Z', 'caption': 'iservelookz\n🦨\n-\ni can’t decipher whether this look screams high fashion or skunk core..\nanywayz\nthis is proof i can turn anything into an accessory ty to @maccosmetics for gifting me my new bag<3\n[it was originally the package for some pr they sent me]\n-\n[all products were gifted<3]\n-\n@hauslabs black liquid liner\n@milkmakeup hydro grip primer\n@milkmakeup “hula hoop” color chalk\n[as nose highlight]\n@xxrevolution glow skin foundation\n@colourpopcosmetics “thumper”\ngloss\n4w'}, {'username': 'iservelookz', 'link': 'https://www.instagram.com/p/CMxoj40hjKm/', 'likes': '3,287 likes', 'age': '2021-03-23T20:59:25.000Z', 'caption': 'iservelookz\nblack anna nicole smith™️\n🚜🌽🤍✨🐓🌾👩🏾\u200d🌾\n4w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/COBe6cRpKEa/', 'likes': '6,703 likes', 'age': '2021-04-23T21:14:21.000Z', 'caption': 'imightbesamera\nmy two favorite colors !!!💗🌈\u2063\u2063\u2063\u2063\n\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063WIG: @bundlesofglamhair \u2063\u2063\n\u2063\u2063adore hair color (neon pink & petal pink)\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063@sheencosmeticsofficial liner\u2063\u2063\n\u2063\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 \u2063\u2063\u2063\n\u2063\u2063@samplebeauty painters palette \u2063\u2063\n\u2063@bhcosmetics festival palette \u2063\u2063\n\u2063\u2063@nyxcosmetics milk pencil \u2063\u2063\n@beatsbydebcosmetics glitter\n\u2063\u2063@icywifeycosmetics lashes \u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063FACE;\u2063\u2063\u2063\u2063\u2063\n@essencemakeup hydrating primer\n\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063@colourpopcosmetics no filter foundation dark 170\u2063\n\u2063@narsissist natural radiant foundation Macao \u2063\u2063\n\u2063\u2063\u2063@elfcosmetics cinnamon & tan latte concealer \u2063\n\u2063poreless \u2063\u2063primer\u2063\n\u2063\u2063@beautybakeriemakeup banana powder \u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@anastasiabeverlyhills bronzer \u2063\n\u2063@juviasplace Bella blush \u2063\u2063\n\u2063\u2063@benefitcosmetics cookie highlighter \u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063LIPS;\u2063\u2063\u2063\n\u2063\u2063@maccosmetics halo at me glow play balm \u2063\u2063\n\u2063@essencemakeup brown eyeliner and lipstick \u2063\n\u2063\u2063\n\u2063🌈\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063💗\u2063\n\u2063\u2063\n\u2063😳\u2063\n\u2063\u2063\n\u2063#imightbelooks #makeupvideo #makeuptutorial #blending #wakeupandmakeup #haloeye #haloeyemakeup #bretmansvanity #beauty #blackgirlmagic #colourpopme #explore #25mmlashes #neonmakeup #inbeautmag #howtomakeup #pinkeyeshadow #crazymakeup #trendmood1 #pride #morphe #kvdveganmakeup #wakeup2slay #makeupgoals\n3d'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CN5pDsBpULn/', 'likes': '9,802 likes', 'age': '2021-04-20T20:09:04.000Z', 'caption': 'imightbesamera\nCOSMO AND WANDA ARE NOT SLICK🤨! 💗💚\u2063\n\u2063\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063WIG: @bundlesofglamhair \u2063\n\u2063adore hair color (neon pink & petal pink)\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@sheencosmeticsofficial liner\u2063\n\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 and base in rumour 05 \u2063\n\u2063@beautybaycom pastel palette \u2063\n\u2063@samplebeauty painters palette \u2063\n\u2063@colourpopcosmetics fade into hue palette \u2063\n\u2063@nyxcosmetics milk pencil \u2063\n\u2063@icywifeycosmetics lashes \u2063\n\u2063\u2063\n\u2063FACE;\u2063\u2063\u2063\u2063\n\u2063@thejunoco moonshine cream\u2063\n\u2063\u2063\u2063\u2063@milkmakeup hydrogrip primer\u2063\u2063\u2063\u2063\n\u2063@colourpopcosmetics pretty filter primer & foundation 157W & freckle pen \u2063\n\u2063\u2063@elfcosmetics poreless \u2063\u2063\n\u2063@narsissist concealer amande\u2063\n\u2063@makeuprevolution concealer in da pot \u2063\n\u2063@doncosmeticsofficial translucent powder \u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063 blush trio\u2063\n\u2063@beautybaycom highlight palette \u2063\n\u2063\u2063@aboutfacebeauty light lock powder \u2063\n\u2063@freck og\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\u2063\n\u2063@maccosmetics halo at me glow play balm \u2063\n\u2063@kvdveganbeauty crucifix lip liner\u2063\n\u2063@colourpopcosmetics juicy apple lip crayon and Miranda plumping gloss \u2063\n\u2063@tower28beauty oat, coconut and almond lip gloss\u2063\n\u2063\u2063\n\u2063💗\u2063\n\u2063\u2063\n\u2063💚\u2063\n\u2063\u2063\n\u2063🤍\u2063\n\u2063\u2063\n\u2063#imightbelooks #morphebrushes #morphe #morphebabe #beautybay #maccosmetics #wakeupandmakeup #hypnaughtymakeup #makeupintense #elfcosmetics #facechart #makeupface #fauxfreckles #wingedliner #tiktok #makeuptutorial #editorialmakeup #runwaymakeup #runway #aboutface #editorial #avantgardemakeup #funmakeup #easymakeup #pinkhair #motd #makeuptutorial #highfashionmakeup #myartistcommunity #maquillaje #lacefrontwig\n6d'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNsuwy1JS4i/', 'likes': '5,147 likes', 'age': '2021-04-15T19:48:48.000Z', 'caption': 'imightbesamera\nIM THE CATALYST 🤍🖤\n\u2063\u2063Follow(@imightbesamera) for more\n\nhow do we like my bathroom lighting 😆 idk it was just hitting diff🐌\n\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063brow zings pro palette\u2063\n\u2063@koffeekosmetics brow pomade \u2063\n\u2063@mehronmakeup aq face paint\u2063\n\u2063beauty supply lashes\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063\n@mycreativecandle toner & glow serum\n\u2063@fourthraybeauty chamomile face milk \u2063\u2063\n\u2063\u2063@freck rich b*tch moisturizer \u2063\u2063\n\u2063\u2063@peach_slices primer serum\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@milkmakeup hydro grip primer \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@elfcosmetics poreless putty primer \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics pretty fresh foundation “dark 157w”\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics no filter concealer “dark 40”\u2063\u2063\n\u2063\u2063@makeuprevolution concealer in da pot \u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics banana powder\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063@beautybaycom highlighter palette \u2063\u2063\n\u2063\u2063@alamarcosmetics contour trio dark/rich\u2063\u2063\n\u2063\u2063@juviasplace Bella blush\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\u2063\n\u2063@colourpopcismetics BFF 3 liner, health kick lux gloss \u2063\n\u2063@tower28beauty almond, oat, magic\u2063\n\u2063@nyxcosmetics butter glosses\n\n🤍\n\n🖤\n\n🐼\n\n#imightbelooks #editorial \u2063\u2063 #graphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #studiofam #hydraliner #suvacreatorquest #morphebabe\n#colourpopme #tiktokmakeup #makeupvideo #graphicmakeup #simplemakeup #creativemakeup #makeupart #myartistcommunity #makeupaesthetics #makeupvid\n1w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNqKqQcpWSr/', 'likes': '4,448 likes', 'age': '2021-04-14T19:54:51.000Z', 'caption': 'imightbesamera\ncan you kiss me more?🐼✨\n\u2063\u2063Follow(@imightbesamera) for more\n\nhow do we like my bathroom lighting 😆 idk it was just hitting diff🐌\n\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063brow zings pro palette\u2063\n\u2063@koffeekosmetics brow pomade \u2063\n\u2063@mehronmakeup aq face paint\u2063\n\u2063beauty supply lashes\u2063\n\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063\n@mycreativecandle toner & glow serum\n\u2063@fourthraybeauty chamomile face milk \u2063\u2063\n\u2063\u2063@freck rich b*tch moisturizer \u2063\u2063\n\u2063\u2063@peach_slices primer serum\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@milkmakeup hydro grip primer \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@elfcosmetics poreless putty primer \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics pretty fresh foundation “dark 157w”\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics no filter concealer “dark 40”\u2063\u2063\n\u2063\u2063@makeuprevolution concealer in da pot \u2063\u2063\n\u2063\u2063\u2063\u2063\u2063@colourpopcosmetics banana powder\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063@beautybaycom highlighter palette \u2063\u2063\n\u2063\u2063@alamarcosmetics contour trio dark/rich\u2063\u2063\n\u2063\u2063@juviasplace Bella blush\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\u2063\n\u2063@colourpopcismetics BFF 3 liner, health kick lux gloss \u2063\n\u2063@tower28beauty almond, oat, magic\u2063\n\u2063@nyxcosmetics butter glosses\n\n🤍\n\n🖤\n\n🐼\n\n#imightbelooks #editorial \u2063\u2063 #graphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #studiofam #hydraliner #suvacreatorquest #morphebabe\n#colourpopme #tiktokmakeup #makeupvideo #graphicmakeup #simplemakeup #creativemakeup #makeupart #myartistcommunity #makeupaesthetics #makeupvid\n1w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNlLKV4pMOr/', 'likes': '7,281 likes', 'age': '2021-04-12T21:23:01.000Z', 'caption': 'imightbesamera\nSHE SAID THAT SHE SEEN ME ON UK GOSSIP🙄 COOL. WE ESTABLISHED IM TOXIC😉 \u2063\n\u2063INSPIRATION: @makeupbychelseax\u2063\n\u2063\u2063\n\u2063\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063brow zings pro palette\u2063\n\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\u2063\n\u2063@beatsbydeb x @playinginmakeupbyyolando palette \u2063\n\u2063@beautybaycom bright matte palette \u2063\n\u2063@colourpopcosmetics creme gel liner \u2063\n@themakeupshack purple glitter liner code: sam\n\u2063@bolivebeaute jacaranda glitter \u2063\n\u2063@pixtureperfext_minks glacier lashes\u2063\n\u2063\u2063\n\u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063\n\u2063@fourthraybeauty glow oil\u2063\n\u2063\u2063@milkmakeup milk moisturizer\u2063\n\u2063\u2063@peach_slices priming serum \u2063\u2063\u2063\u2063\u2063\n\u2063@narsissist natural radiant foundation \u2063\n\u2063\u2063@lancomeofficial tient idole ultra\u2063 foundation \u2063\n\u2063\u2063@makeuprevolution concealer in pot\u2063\u2063\n\u2063\u2063@elfcosmetics concealer in deep chestnut \u2063\u2063\n\u2063\u2063@doncosmeticsofficial powder in 01 & 03\u2063\u2063\n\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063@nyxcosmetics Bella blush\u2063\u2063\n\u2063\u2063@morphebrushes spark highlighter code: GLAMFAM541 \u2063\n\u2063\u2063@colourpopcosmetics freckle pen\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\n\u2063@essencemakeup brown eyeliner and lipstick in loyalty \u2063\n\u2063@maccosmetics lip balm \u2063\n\u2063\u2063\n\u2063💜\u2063\n\u2063\u2063\n\u2063🤍\u2063\n\u2063\u2063\n\u2063💜\u2063\n\u2063\u2063\n\u2063#imightbesamera #colourpopcosmetics #colourpopme #makeupvideo #makeuplooks #creativemakeup #100daysofmakeup #stepbystep #madebymitchell #glossier #cutcrease #plouise #veganmakeup #makeuptutorial #vegan #makeupartist #muamafia #makeupaddict #reelsmakeup #makeupreels #makeuplooks #avantgardemakeup #veganmakeupproducts #editorialmakeup #glittermakeup #euphoriamakeup\n2w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNVpoYapLlb/', 'likes': '2,388 likes', 'age': '2021-04-06T20:41:25.000Z', 'caption': 'imightbesamera\ntalk to me nice 🤍Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063 using @sanaicollection black girl\nmagic palette , Girl Boss lashes, glow getter loose highlighter,and lip pencil/gloss\n#paidpartnership with @sanaicollection\n\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n@benefitcosmetics precisely my brow (6) ,\nbrow zings pro palette, gimme brow (6)\n\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\n\n\u2063\u2063\u2063FACE;\u2063\u2063\u2063\n\u2063\u2063\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\n\u2063@benefitcosmetics poreless primer\n@colourpopcosmetics pretty fresh dark 20N\n\u2063@elfcosmetics concealer in deep chestnut and tan latte \u2063\n@beautybakeriemakeup banana powder\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063@juviasplace Bella blush\n@beautybaycom highlight palette\n\u2063\nLIPS;\u2063\n@kvdveganbeauty crucifix lip liner\n\u2063@lipcravebeauty brown skin girl gloss\n@alltingzshop classic gloss\n@_modolls_glamm_ money moves gloss\n@tower28beauty magic gloss\n\n🤍\n\n🤍\n\n🤍\n\n#imightbelooks #melaninmagic #melaninmakeup #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #blackmua #blackmakeupartist #hairnbeautydirectory #wiginstall #lacewigs #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam\n2w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNTLB_BJfGc/', 'likes': '4,829 likes', 'age': '2021-04-05T21:35:33.000Z', 'caption': 'imightbesamera\nB!TCH DO NOT OFFEND ME🙄🤍\nusing @sanaicollection black girl\nmagic palette , Girl Boss lashes, glow getter loose highlighter,and lip pencil/gloss\n#paidpartnership with @sanaicollection\n\n\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n@benefitcosmetics precisely my brow (6) ,\nbrow zings pro palette, gimme brow (6)\n\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\n\n\u2063\u2063\u2063FACE;\u2063\u2063\u2063\n\u2063\u2063\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\n\u2063@benefitcosmetics poreless primer\n@colourpopcosmetics pretty fresh dark 20N\n\u2063@elfcosmetics concealer in deep chestnut and tan latte \u2063\n@beautybakeriemakeup banana powder\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063@juviasplace Bella blush\n@beautybaycom highlight palette\n\u2063\nLIPS;\u2063\n@kvdveganbeauty crucifix lip liner\n\u2063@lipcravebeauty brown skin girl gloss\n@alltingzshop classic gloss\n@_modolls_glamm_ money moves gloss\n@tower28beauty magic gloss\n\n🤍\n\n🤍\n\n🤍\n\n#imightbelooks #melaninmagic #melaninmakeup #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #blackmua #blackmakeupartist #hairnbeautydirectory #wiginstall #lacewigs #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam\n3w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNGG5Dhp8EV/', 'likes': '2,573 likes', 'age': '2021-03-31T19:49:15.000Z', 'caption': 'imightbesamera\nI’ve been loving these @banilacousa products! New additions to my skincare routine 🥳 #ad\n\n@banilacousa Clean it Zero 3-1 Clarifying Cleansing Balm\nClean it Zero Clarifying Foam Cleanser\nClean it Zero Pore Clarifying Toner Pads\nEyecrush Pigment\n\n#BanilaCoUSA #CleanItZero #BanilaNotVanilla #MeltYourMakeup #MeltYourMakeupAway #CleansingBalm #skincare #getunready #nighttimeroutine\n3w'}, {'username': 'imightbesamera', 'link': 'https://www.instagram.com/p/CNBCyUbp4Q6/', 'likes': '7,324 likes', 'age': '2021-03-29T20:37:11.000Z', 'caption': 'imightbesamera\nC-I-T-Y WIT IT!!! 💙💚🧡💜\u2063\n\u2063 Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\n\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063@benefitcosmetics precisely my brow (6) ,\u2063\n\u2063 brow zings pro palette\u2063\n\u2063\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 \u2063\u2063\n\u2063@playinginmakeupbyyolondo x @beatsbydeb palette\u2063\u2063\n\u2063@morphebrushes dark magic palette code: GLAMFAM541 \u2063\n\u2063 @themakeupshack rainforest palette \u2063\n\u2063@beautybaycom bright matte palette \u2063\u2063\u2063\n@badazzcosmetic pigment stack\n\u2063\u2063\n\u2063\u2063\n\u2063FACE;\u2063\u2063\u2063\u2063\n\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\u2063\n\u2063@peach_slices priming serum \u2063\u2063\u2063\u2063\n\u2063@toofaced btw foundation in chestnut \u2063\n\u2063@lancomeofficial tient idole foundation \u2063\n\u2063@makeuprevolution concealer in pot\u2063\n\u2063@elfcosmetics concealer in deep chestnut \u2063\n\u2063@doncosmeticsofficial powder in 01 & 03\u2063\n\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\n\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063\u2063\n\u2063@nyxcosmetics Bella blush\u2063\n\u2063@morphebrushes spark highlighter code: GLAMFAM541 \u2063\n\u2063@colourpopcosmetics freckle pen\u2063\n\u2063\u2063\n\u2063LIPS;\u2063\n\u2063@morphebrushes lip liner in bar CODE: GLAMFAM541\u2063\n\u2063@tower28beauty oat, magic, coconut & almond lip gloss\u2063\n\u2063@colourpopcosmetics Sunnyvale eyeliner\u2063\n\u2063\u2063\n\u2063🥳\u2063\n\u2063\u2063\n\u2063🤍\u2063\n\u2063\u2063\n\u2063😎\u2063\n\u2063\u2063\n\u2063#imightbesamera #bperfectcosmetics #morpheglamfam #morphe #colorpop #colorpopcosmetics #makeup #muasfeaturing #makeupmafia #blazin_beauties #bretmansvanity #beauty #blackgirlmagic #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #plouisebase #muaannouncer_ #hairnbeautydirectory #benefitcosmetics #themakeupshack #fluffybrows #benebabe\n4w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/COGhEiUHbyC/', 'likes': '13,363 likes', 'age': '2021-04-25T20:09:24.000Z', 'caption': 'stenss\n🌸🌸Spring love in New York 🌸🌸☁️\n1d'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CN8KZYznzdS/', 'likes': '21,971 likes', 'age': '2021-04-21T19:38:52.000Z', 'caption': 'stenss\nLadies and gentlemen, 🦋her🦋\n\n@luxrosaporvida\n@blingtingjewelry necklace & earrings\n@layersofjewelry necklace\n5d'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CN28O53nrbs/', 'likes': '23,511 likes', 'age': '2021-04-19T18:58:54.000Z', 'caption': 'stenss\nChocolate & vanilla swirl🍨🤎\nInspo: @esantoinette <3\nHi babes happy Monday! I’m currently getting my nails done it’s been so long hehe I’ve been wearing press ons all year! Anyways have a good week! ☁️\nProducts:\n@milkmakeup hydro primer\n@dragunbeauty pink setting powder & mascara\n@hudabeautyshop chocolate brown palette\n@makeupbymario master mattes\n@plouise_makeup_academy base 00\n@morphebrushes shimmy gloss\n@colourpopcosmetics BFF 2 lip liner\n@bhcosmetics flower power blush palette\n@freck og Freck\n@morphebrushes x @avani bronzer\n@tres.she press ons\n@babegem necklace\n@themoonflowerjewelry pearl earrings\n@thepixiewand heart earrings\n@babegem earrings\n@theeicylabel rings\n1w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CN0Sj0HHtt8/', 'likes': '6,118 likes', 'age': '2021-04-18T18:16:17.000Z', 'caption': 'stenss\n🌼⭐️💛spring photo dump\n1w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNsphMAnL5F/', 'likes': '35,854 likes', 'age': '2021-04-15T19:02:58.000Z', 'caption': 'stenss\n💜🌼Blooming flowers🌼💜\nInspo: my lovely bb @ericaswn 💛\nHappy Thursday! Go buy yourself some flowers from Trader Joe’s!!! I usually don’t post these days but my schedule has been a little crazy 😭 I hope you guys are having a beautiful week!\nProducts:\n@hudabeautyshop pastel lilac palette\n@sheencosmeticsofficial buttermilk liner\n@freck hit the dip liner, and og Freck\n@bhcosmetics flower power blush\n@elfcosmetics make it got plumping gloss\n@colourpopcosmetics bff2 liner\n@dragunbeauty setting powder in pink & transformation palette\n@lillylashes individual lashes\n@babegem necklace and rings\n@themoonflowerjewelry flower earrings & hoops\n@insertnamehere phone case x @casetify\n@scandal.beauty press ons\n1w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNiYt2PnM2R/', 'likes': '22,711 likes', 'age': '2021-04-11T19:23:45.000Z', 'caption': 'stenss\n♥️💋Wanted these on my feed too💋♥️\n2w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNYD8ozHpzw/', 'likes': '26,576 likes', 'age': '2021-04-07T19:09:52.000Z', 'caption': 'stenss\nMinty feelings for you💚🧚🏼🧼\nInspired by @beautybekky <3\nThis color is my favorite and brings so much positivity! I love a good pastel green look for spring💚🌼\nHappy Wednesday:) love you!!!\nProducts:\n@hudabeautyshop neon green palette\n& @hauslabs stupid love palette (white)\n@colourpopcosmetics bff2 & strawberry roller lipgloss\n@madebymitchell where’s the spf for the lips\n@lheureuxjewels Dior earrings\n@killerglitter butterfly earrings\n@readydrip butterfly earrings\n@milanicosmetics brow espresso pen\n@freck og Freck and cuffed blush\nPearl colored Necklace and rings are made by me :) yin yang ring from @sheinofficial\n@hottkisscases case <3\n2w'}, {'username': 'stenss', 'link': 'https://www.instagram.com/p/CNS6qmjHSW2/', 'likes': '31,138 likes', 'age': '2021-04-05T19:12:33.000Z', 'caption': 'stenss\nGoodmorning everyone, god has let me live another day and I’m about to make it everyone’s problem 😊😙💙🖤\nHappy Monday! I hope we all have a beautiful week <3\nProducts:\n@hauslabs stupid love palette\n@dragunbeauty pink setting powder & black eyeliner\n@glambytoyaa blush\n@freck og Freck & cuffed blush\n@kyliecosmetics concealers for brows and face\n@mymum_madeit furry hat\n@bettybonesco Dior necklace\n@phixationlosangeles chains\n@chosenjewelz nose piercing\n@red.leopard.nails press ons\n@tres.she cow press ons\n@palacerings butterfly ring\n3w'}, {'username': 'stenss', 'link': 'https:/www.instagram.com/p/CNLLpm6Hjob/', 'likes': '17,602 likes', 'age': '2021-04-02T19:07:02.000Z', 'caption': 'stenss\nStuck on you🧚🏼💙\nInspired by @romaneinnc <3\nProducts:\n@hudabeautyshop mint pastel palette\n@dragunbeauty pink setting powder & black eyeliner\n@lillylashes Individual lashes\n@freck cuffed blush\n@bettybonesco Chanel necklace\n@glamnetic press ons\n@layersofjewelry ring\n@sweetlyus ring\n@hottkisscases phone case\n3w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/COGbYvLpvuP/', 'likes': '775 likes', 'age': '2021-04-25T19:19:44.000Z', 'caption': 'alanaauston\ncompact.\ninspo: @scientistinmakeup’s recent look inspired by one of my looks 😭 a double uno reverse, if you will\n\n@beccacosmetics blush in Nightingale\n@benefitcosmetics 24H Brow Setter Gel\n@bperfectcosmetics #carnivalxlpro (shades Reckless, Persuasion, and Make Up)\n@certifeye #glitter\n@ctilburymakeup airbrush flawless finish setting powder in shade 2\n@essencemakeup Make Me Brow in Ashy Brows (04) + 24ever Bold Volume mascara\n@fentybeauty pro filtr hydrating foundation in 345\n@hudabeautyshop Tantour\n@maybelline Lifter #gloss in Opal\n@milkmakeup #hydrogrip primer\n@patmcgrathreal concealer in shade M17\n\n#theartistedit #messymakeupcommunity #pinkaesthetic\n1d'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CNGqFLyJ0VR/', 'likes': '796 likes', 'age': '2021-04-01T00:56:45.000Z', 'caption': 'alanaauston\njust practicing for when I get the vaccine and can go outside again 🤠\nHave you gotten your vaccine yet?? If not, when are you getting it? I’m getting mine as soon as it drops for the general public for my state 🥳\n\nJacket: @fashionnovacurve\nBodysuit: @forever21plus / @forever21\nJeans: @prettylittlething\nShoes: @fashionnova\nBag: @misslola\nEarrings: @nastygal\n•\n•\n•\n•\n•\n•\n•\n•\n•\n\n#prettylittlething #everybodyinplt #misslola #f21xme #foreverbabe #nastygaldoitbetter #novababe #ootd #styleinspo #plussizefashion #styleonabudget #plusclothing #styleandcurve #curvychic #fashionblogger\n3w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMupaqiJGTB/', 'likes': '574 likes', 'age': '2021-03-22T17:09:10.000Z', 'caption': 'alanaauston\nstart to finish using some of my @essencemakeup goodies 🎨 (technically, I’m a part of their Stylist program which would make this sponsored in a way? idk FTC pls don’t show up at my door or anything)\n\nSpringtime, aka lots of new makeup and skincare to match the season time 😭, is here! My @sephora cart is loaded and waiting, but I’m not quite ready to press checkout yet. What’s the most you’ve ever spent on makeup or skincare?\nAlso, pls don’t forget to submit a #sephorasquad testimonial for me! Link is in my bio 🥰\n\nproducts from @essencemakeup used:\n\n• Pretty Natural Hydrating Foundation in 210 Warm Amber\n• Make Me Brow Gel Mascara in 04 Ashy Brows\n• 24 Ever Bold Volume Mascara\n• Daily Dose of Love eyeshadow palette\n• Sun Club Matte Bronzing Powder Palette\n• Pure Nude Sunlighter Palette\n• Plumping Nudes gloss in 01 XXL Charm\n\nOther products used:\n@beautyvaulte Carmin lip liner\n@elfcosmetics Hydrating Camo Concealer\n@hudabeautyshop Tantour\n@lauramercier Translucent Powder in Honey\n@milanicosmetics Baked Blush in Rose D’oro\n@milkmakeup Hydro Grip primer + Set & Refresh spray\n@revlon Super Lustrous Matte lipstick in Untold Stories\n\n#essencecosmetics #essencemakeup #cosnova\n5w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMm7uV7JKOi/', 'likes': '587 likes', 'age': '2021-03-19T17:15:21.000Z', 'caption': 'alanaauston\n“vroom vroom I’m in me mum’s car” LOL thank God it’s Friday 💘\n#makeupreels #makeuptransformation\n5w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMUdnRJJso7/', 'likes': '539 likes', 'age': '2021-03-12T13:05:47.000Z', 'caption': 'alanaauston\nphoto dump because why not :) if you didn’t know, I have applied for this year’s #sephorasquad, and it would mean a lot if you all would leave some testimonials for me! Only if you feel like I add value to the beauty industry 🐙 link is in my bio.\nIf you’re in marketing, there’s a cool conference coming up next week! Send me a DM for the details if you’re interested in attending. So many big brands will be represented and the networking opportunity value is very high :p\n\nAlso, last night’s episode of @greysabc??? I am still crying\n6w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMGbI35JOcO/', 'likes': '886 likes', 'age': '2021-03-07T02:14:47.000Z', 'caption': 'alanaauston\ntaking a break from regularly scheduled programming to just have a happy moment! I had my first interview since losing my job back when the panoramic got intense, and I just feel like walking sparkles lol. Almost a full year of turning in applications and hearing nothing back due to mass unemployment, and by grace I got an interview to a place I applied to back in December. Even if I don’t get the job at the end of this process, it still feels so validating to know that I am good enough and that there’s still hope.\n\nbut yea we did it joe!\n7w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMEJEgYpxFx/', 'likes': '785 likes', 'age': '2021-03-06T04:58:25.000Z', 'caption': 'alanaauston\nwhen you forget that you can’t auto post from @latermedia with a creator account and post at almost midnight 🤣\nThis look was drawn by the lovely @baddiosa_ 💙\n\nEYES\n@makeupgeekcosmetics Isabella lash\n@moiracosmetics Dreamscape palette\n@plouise_makeup_academy eyeshadow base in shade 3\n@urbandecaycosmetics Lash Freak mascara\n\nBROWS\n@benefitcosmetics 24 Hour Brow Setter Clear Brow Gel + Precisely My Brow pencil in 4.5\n\nLIPS\n@maybelline Lifter Gloss in Opal\n\nFACE\n@alamarcosmetics Dark-Rich hydrating complexion trio\n@bobbibrown Face Base\n@diormakeup Backstage Face & Body Glow\n@elfcosmetics Hydrating Camo concealer in Deep Olive + Medium Neutral\n@fentybeauty Pro Filt’r Hydrating foundation in 345\n@hudabeautyshop Tantour in medium\n@lauramercier Translucent Honey setting powder\n@milanicosmetics Baked Blush in Rose D’oro\n@milkmakeup Hydro Grip Set & Refresh Spray\n@sc @sephoracollection Micro Smooth powder\n•\n•\n•\n•\n•\n•\n\n#bobbibrownmakeup #mnyitlook #glossy #muasfeaturings #vintagemakeuplook #lauramercierloosepowder #loosesettingpowder #eyebrowlove #fentybeauty #profiltrconcealer #mybenefitbrows #softmakeuplooks #makeupbeautylooks #bobbibrowncosmetics #studiofam #dewy #doyouevenblend #facecharts #inbeautymag #elfingamazing #eyeshadowideas #blueeyeshadow #blueeyeshadowlook #fentybeautybyrihanna #fentybeautyfoundation #eyebrowgame #hudabeauty #lookamillion #makeupinspo #lips\n7w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CMBHvxLJr8I/', 'likes': '898 likes', 'age': '2021-03-05T00:49:08.000Z', 'caption': 'alanaauston\nsour then she’s sweet 🌈\nthis is my interpretation of the look @__madixon drew on me ✨\ndid I do this look twice? yes. did I almost cry both times? absolutely 🤣\n\nEYES\n@alamarcosmetics Birthday Suit gloss\n@jdglowcosmetics Neon gel liners (all but the red)\n@plouise_makeup_academy Rumour base in shade 3\n@rarebeauty liquid blush in Grateful\n@urbandecaycosmetics Lash Freak mascara\n\nLIPS\n@alamarcosmetics Birthday Suit gloss\n@benefitcosmetics Benetint\n\nFACE\n@alamarcosmetics “Dark-Rich” Hydrating Complexion Trio\n@colourpopcosmetics Super Shock Pearlized blush in Drop of a Hat\n@ctilburymakeup Airbrush Flawless Finish setting powder in shade 2 (medium)\n@diormakeup Backstage Face & Body Foundation in 4WO + Backstage Face & Body Glow + Forever Skin Correct concealer in 3WO\n@hudabeautyshop Tantour in Medium\n@milkmakeup Hydro Grip Set and Refresh spray\n@pseudolabs PHreckles kit in shade 2\n@rarebeauty liquid blush in Grateful\n@sc @sephoracollection Micro Smooth Powder in Tan\n•\n•\n•\n•\n•\n•\n•\n•\n\n#bleachedbrows #glossylids #highfashionmakeupartist #colourpopfun #rainbowlook #graphicliners #neonmakeupideas #creativeeyemakeup #rainbowmakeuplook #makeupbeautylooks #ctilburymakeup #studiofam #discovermuas #underratedglam #dewy #inbeautymag #glossyeyes #editorialmakeupartist #graphiclinerlook #somanycolors #hudabeauty #plouisemakeupacademy #abstractmakeup #brightmakeup #milkmakeup #makeupeditorial #theartistedit #lipglossjunkie #graphicliner #colourfulmakeup\n7w'}, {'username': 'alanaauston', 'link': 'https://www.instagram.com/p/CL-sE-sp3uB/', 'likes': '757 likes', 'age': '2021-03-04T02:08:53.000Z', 'caption': 'alanaauston\nback at it again for day 3 with this look drawn by @coloredby.carla 🥰💜\nhave you guys watched Ginny and Georgia?? if you haven’t, you should. it’s actually really really good\n\nEYES\n@colourpopcosmetics “Flower” palette from the new Bambi collection\n@plouise_makeup_academy rumour eyeshadow base in shade 3 + Base-IC colored eyeshadow base in shade Touch of Frost\n@urbandecaycosmetics Lash Freak mascara\n\nBROWS\n@benefitcosmetics Precisely My Brow pencil in 4.5 + 24 Hour Brow Setter\n@essencemakeup Make Me Brow in shade 04\n\nLIPS\n@colourpopcosmetics Flower gloss from the Bambi collection Lux Gloss Trio\n\nFACE\n@alamarcosmetics Hydrating Complexion Trio in Dark-Rich\n@bobbibrown Face Base\n@ctilburymakeup Airbrush Flawless Finish powder in shade 2 (Medium)\n@diormakeup Backstage Face & Body Glow\n@hudabeautyshop Tantour in Medium\n@milanicosmetics Baked Blush in Rose D’oro\n@milkmakeup Hydro Grip Set and Refresh Spray\n@rarebeauty soft pinch liquid blush in Grace\n@sc @sephoracollection Micro Smooth powder in Tan\n7w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/COIpvZ-pfUU/', 'likes': '268 likes', 'age': '2021-04-26T16:03:39.000Z', 'caption': 'xravenmadx\n🛸✨🌍☀️🌙✨🪐\nThis look was one of those that photographed so easily, that I didn’t have to spend all the extra time with taking pictures. Thank God for that!\nWhat’s a show you’ve been binging lately? I’m gonna admit that I’m stuck on Naruto (Shippuden) and it’s sooooo good.\n-\nAll things marked w/ * is gifted\n-\n@mehronmakeup Paradise Paint Palette - Pastel\n-\n* @colourpopcosmetics Feather Brow Wax Clear & Brow Pencil\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - 🛸\n-\n#blackmuasunite #theartives #editorialblk #pastelmakeup #makeupinspo #editorialphotos #makeupinstagram #editorialmakeup #graphicmakeup #pasteleyeliner #v93oo #graphicliner #makeuplook #purplemakeuplook #alienmakeup\n7h'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/COBCX3tJiay/', 'likes': '374 likes', 'age': '2021-04-23T17:04:58.000Z', 'caption': 'xravenmadx\n🧞✨🧞\u200d♂️🦋🦚✨🍀🌼⚡️🌻\nHappy Friday! Just wanted to share the video of this look with you all 💜\n-\nAll things marked w/ * is gifted\n-\nshopomicosmetics Iris Bouquet Palette\n@museebeauty Impressionism Palette\n@bymelolops Water Ink - Beam & Rays\n-\n* @colourpopcosmetics Feather Brow Wax Clear & Brow Pencil\n-\n* @milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - 💛\n3d'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CN-awKep7H1/', 'likes': '355 likes', 'age': '2021-04-22T16:40:16.000Z', 'caption': 'xravenmadx\n🔥✨🌊🌿✨🍀💦✨☄️\nEDIT: So sorry I had to repost cause the song wouldn’t play for some reasoooon! Tutorial for the elements Collab with the sister, check out their pages to see their posts! @ezinne.jpg & @yaddije\n-\nAll things marked w/ * is gifted\n-\n\nNorvina Vol. 1\n@colourpopcosmetics Feather Brow Styling Wax & Precision Brow Pencil\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n#darkskinwomen #fentybeauty #y2kstyle #undiscoveredmuas #y2kaesthetic #makeupinspiration #editorialphotos #editorialbeauty #graphicmakeup #underratedartist #graphiceyeliner #goldenhours #colourpopmeblack #colourpopme\n4d'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CN8Gw9Tp-xd/', 'likes': '515 likes', 'age': '2021-04-21T19:07:08.000Z', 'caption': 'xravenmadx\n🔥✨🌊🌿✨🍀💦✨☄️\nElements Collab with the baddies! I love them so much and couldn’t wait to share our looks with you all! @yaddije & @ezinne.jpg did Earth and Water! Swipe to see their beautiful looks!\n-\nAll things marked w/ * is gifted\n-\nNorvina Vol. 1\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n#fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspiration #y2k #editorialphotos #editorialmodel #editorialmakeup #graphicmakeup #underratedmuas #motd #mood #makeup #goldenhourmakeup #goldenhourselfie\n5d'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CN2uJ9wpKhN/', 'likes': '503 likes', 'age': '2021-04-19T16:55:54.000Z', 'caption': 'xravenmadx\n🧞✨🧞\u200d♂️🦋🦚✨🍀🌼⚡️🌻\nI couldn’t wait to post this, I was just so happy with it. This was one of those looks where I didn’t have a clue what kind of look I was gonna do and this was born! Anyway what’s up with you?? How’s your Monday treating you so far?\n-\nAll things marked w/ * is gifted\n-\nshopomicosmetics Iris Bouquet Palette\n@museebeauty Impressionism Palette\n@bymelolops Water Ink - Beam & Rays\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - 💛\n-\n#blackmuasunite #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspirations #editorialphotos #editorialshoot #editorialmakeup #graphicmakeup #bymelolops #graphiclinerlook #underratedartist #graphicliner # #goldenhourlight\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNxfCAFpbMC/', 'likes': '306 likes', 'age': '2021-04-17T16:07:52.000Z', 'caption': 'xravenmadx\n🤍✨🖌🪁✨🥏\U0001fad0✨🧊\nI was contemplating if I was gonna post this video but I thought why tf not 🤷🏾\u200d♀️\n-\nAll things marked w/ * is gifted\n-\n@mehronmakeup Paradise Paint Palette Pastel\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - ✝️\n-\n#brownskin #fentybeautyfoundation #y2kfashion #y2kaesthetics #makeupinspiration #editorialphotos #editorial #editorialmakeup #avantgarde #blackmuasunite #blackbeauties #underratedartist #graphiclinerlook #goldenhouraesthetic #goldenhourlight\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNsdksOpBUM/', 'likes': '420 likes', 'age': '2021-04-15T17:18:36.000Z', 'caption': 'xravenmadx\n🤍✨🖌🪁✨🥏\U0001fad0✨🧊\nI just kinda free handed this, brows are my own as are the lashes lol. I feel like I wasn’t even planning on doing a look this day but bestie convinced me, and then I took photos and I thought this was just an okay look. But I took a break from it and came back to something I love!\n-\nAll things marked w/ * is gifted\n-\n@mehronmakeup Paradise Paint Palette Pastel\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\nAliexpress - ✝️\n-\n#brownskin #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspiration #editorialphotoshoot #editorialfashion #editorialmakeup #avantgarde #blackmakeupartist #blackbeauty #underratedmuas #graphicliner #goldenhourmakeup #covergirlcosmetics\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNp9CrepSf2/', 'likes': '427 likes', 'age': '2021-04-14T17:56:06.000Z', 'caption': 'xravenmadx\n🎤🎟 🎶 💖🎀🎼🍭✨\n-\nHi! I really love this video okay bye 👋🏾 oh! Fun fact this is the same base as the Squirtle look, I just wiped the eyes off and did this to them😌🎀\n-\nAll things marked w/ * is gifted\n-\nNorvina Vol 2? I think\n-\n*@milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n@bymelolops x @cutcreaser Comic Book Liner 3000\n-\n*@purity_k_beauty Liquid Lipstick - Maroon\n-\nAliexpress - 🎼\n-\n#brownskin #fentybeauty #y2kfashion #undiscoveredmuas #bymelolops #y2kaesthetic #makeupinspiration #tiktok #bretmansvaniy #avantgardemakeup #editorial #editorialmakeup #muasfeaturing #tiktokvideos #avantgarde #blackmua #blackbeauty #underratedmuas #graphicliner #funearrings\n1w'}, {'username': 'xravenmadx', 'link': 'https://www.instagram.com/p/CNnN7F0pjGQ/', 'likes': '687 likes', 'age': '2021-04-13T16:25:38.000Z', 'caption': 'xravenmadx\n🎤🎟 🎶 💖🎀🎼🍭✨\n-\nAnother pokemon look! But more lowkey, I was gonna make y’all guess who it is but I’ll just tell you. Jiggly Puff! What an icon, who else you know can put people to sleep with song?? No one! Lol\n-\nAll things marked w/ * is gifted\n-\nNorvina Vol 2? I think\n-\n* @milkmakeup Skintint Hazelnut & Deep\n@covergirl Trublend Concealer Toasted Almond & Golden Honey\n@fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami\n-\n@bymelolops x @cutcreaser Comic Book Liner 3000\n-\n* @purity_k_beauty Liquid Lipstick - Maroon\n-\nAliexpress - 🎼\n-\n#pokemoncosplay #fentybeauty #y2kfashion #tiktokvideos #bymelolops #y2kaesthetic #makeupinspiration #motd #mood #avantgardemakeup #editorial #editorialmakeup #muasupport #highfashionmakeup #avantgarde #blackmua #blackbeauty #naturalhair #graphicliner #funearrings\n1w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CLK_AazB5bk/', 'likes': '366 likes', 'age': '2021-02-12T00:13:59.000Z', 'caption': 'mimipenka\nCandy coated raindropsss, inspired by heart candies 🍬 💕\n\n#makeuptransformations #makeuptransition #tiktoktransition #makeupreels #reelsmakeup #editoralblk #avantgradeblk\n#theartives #undiscoveredmakeupart #graphicliner #graphiclinerlook #blackwomenmakeup #vdaymakeup #valentinesmakeup #undiscoveredmakeupart #vdaymakeuplook #glamvice #vicevibes #heartmakeup #theblendgames\n10w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CLDY4nqB2zD/', 'likes': '539 likes', 'age': '2021-02-09T01:25:58.000Z', 'caption': 'mimipenka\nIt’s giving the “Candy Girl” by New Edition vibes. 🍬💕\nReply in the comments and swipe: What’s your favorite Valentine’s Day candy? TBH, I’ll take anything milk chocolate or white chocolate. 💕\nI know it’s been a minute since I’ve posted because ya girl been on her career grind, but I hope y’all enjoy this look (doing the other side of my face almost made me TAP OUT of this look LOL). 💕\n\nHearts:\n@glamvicecosmetics\n- Retro liner in “Skate Date” & “Crop Top” mixed, “Peace & Love”, “Denim”, “Disco Fever” #glamvicecosmetics #glamvice #vicevibes\n\nLips:\n@thelipbar\n- “Straight Living” lip liner (code: MIMIPENKA for 10% off) #thelipbar\n@colourpopcosmetics\n- So Juicy plumping lip gloss in “QT” #colourpopmeblack\n\nFace:\n@narsissist\n- Soft matte foundation in “New Caledonia”\n- Soft matte complete concealer in “Chocolat”\n@fentybeauty #fentyface\n- Pro filt’r concealer in 430\n- Pro filt’r powder in “Honey”\n@hudabeauty\n- Tantour in “Tan”\n@theprimebeauty\n- Brownzer in “Bronzeville” #primebeauty\n@milkmakeup\n- Hydrogrip primer\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner #nyxepicinkliner #nyxeyeliner #nyxprofessionalmakeup #nyxcosmetics\n@kissproducts\n- Triple Push-Up Lashes in Garters #kisslashes\n\n#theartives #undiscoveredmakeupart #livingforface #graphicliner #graphiclinerlook #blackwomenmakeup #vdaymakeup #valentinesmakeup #darkskinwomenmakeup #vdaymakeuplook #heartmakeup #theblendgames\n10w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CI38_snhGG5/', 'likes': '503 likes', 'age': '2020-12-16T21:47:50.000Z', 'caption': 'mimipenka\nBack up on the scene. 🌋 REPLY IN THE COMMENTS AND SWIPE: What is your favorite @jheneaiko song from Chilombo? 🎶 And don’t let me find out all y’all some little nasties with your choices 💀 (TAG @jheneaiko 🤎)\n\n🌋 My favorite songs from the original album are: Speak, B.S., and Lightning and Thunder. My favorite from the deluxe: DEFINITELY Above and Beyond (piano) and Summer 2020. I’m so excited for all the recognition she’s gotten this year and all the OG Sailing Soul(s) better STAND UP! 🌋\n\n🌋 And get into this peace sign tattoo, drew on with the @nyxcosmetics Epic Wear Waterproof Eye and Body liquid liner and it’s really giving me Summer Walker teas bahahaha. Also I was fixing the roses in the last pic tehe 🌋\n\nFeatured products BELOW:\n\nFace:\n@narsissist\n- Soft matte foundation in “New Caledonia”\n- Soft matte complete concealer in “Chocolat”\n@fentybeauty #fentyface\n- Pro filt’r concealer in 430\n- Pro filt’r powder in “Honey”\n@hudabeauty\n- Tantour in “Tan”\n@thelipbar\n- Fresh glow bronzer in “Double date” (code: MIMIPENKA for 10% off)\n@milkmakeup\n- Hydrogrip primer\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n- Flypencil longwear pencil eyeliner in “Cuz I’m Black”\n@morphebrushes\n- Jaclyn Hill palette #morphexjaclynhill #morpheuniversity\n@anastasiabeverlyhills x @jackieaina\n- Jackie Aina palette #jackieainapalette #abhjackieaina\n@kissproducts\n- Triple Push-Up Lashes in Garters\n@fentybeauty\n- Full frontal mascara in “Cuz I’m Black”\n\nFake tattoo:\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner #nyxepicinkliner #nyxeyeliner\n\nLips:\n@thelipbar\n- “Straight Living” lip liner (code: MIMIPENKA for 10% off) #thelipbar\n@rarebeauty\n- Lip souffle matte cream lipstick in “Brave” #rarebeauty\n\n#livingforface #jheneaiko #jhenéaiko #chilombo #faketattoo #darkskinmakeup #darkskinmakeupdaily #brownmelaninmakeup #smokeyeyeshadow #smokeyeyeliner #undiscoveredmakeupart #makeupforblackgirls #makeuprecreation #cosplaymakeup #makeuprecreation #albumartwork #muasunder10k #jhene #albumcoverart #coolmakeup\n18w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CI1ePQLBBM3/', 'likes': '325 likes', 'age': '2020-12-15T22:40:48.000Z', 'caption': 'mimipenka\nChilombo (Deluxe) x @jheneaiko 🌋\n\n🌋 Who’s giving this energy once outside is safe again? PICS and makeup details coming in the next 24 hrs 🌋\n\nFollow @mimipenka for more music inspired makeup! 🤎\n\n#jheneaiko #jhenéaiko #chilombo #cosplaymakeup #cosplaymakeuptutorial #makeuptransformations #makeuptransition #tiktoktransition #makeupreels #reelsmakeup #makeuprecreation #makeupmelanindaily #smokeyeyemakeup #faketattoo #dmvmua #udmlip #theblendgames #theartives #editoralblk #blackgirlsdomakeup #albumartwork #livingforface #muaxdiscover #funmakeup\n18w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIbmjk-hY1e/', 'likes': '254 likes', 'age': '2020-12-05T21:33:10.000Z', 'caption': 'mimipenka\nWelcome to Aminé University! 🎾🤪\n\n🎾 Follow @mimipenka for more beauty x music content 🎾\n\n🎾 Makeup products listed on the previous post 🎾\n\n#aminelimbo #glamvicecosmetics #vicevibes #livingforface #nyxprofessionalmakeup #essencecosmetics #essencemakeup #shinelastgo #udmlip #makeuprecreation #nyxeyeliner #tiktokma #makeuptransition #greeneyeliner #ombreeyeliner #cosplaymakeup @amine #tiktokmakeup #nudelipgloss #aminé #amine #funmakeup #funeyeshadow #limbo #undiscovered_muas #v93oo #melaninmakeupdaily #makeupmelanin #studiofam #colorfulmakeup #thatblurtho\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIZcD4ahcT7/', 'likes': '440 likes', 'age': '2020-12-05T01:22:50.000Z', 'caption': 'mimipenka\nMy sugar’s sweeter, I can be your Kool Aid.🥤❤️\nREPLY IN THE COMMENTS AND SWIPE: Who are some of your FAVE Black content creators? 🤎\nBecause speaking of Black content creators… Aww sookie sookie, it’s my first collab and it’s with a bunch of beautiful, talented, Black babes. PLEASE check out their pages (they are tagged in the pic!), they are all SOOO sweet and talented. It’s been so comforting being able to connect with other nano/micro content creators #bittyblackbeauties. The theme is OMBRÉ (and my look reminded me of juice, hence the caption, shoutout to @singkirbysing for the lyric)❤️💕💜\n\nStandout products:\n\nLips:\n@thelipbar\n- “Crown Me” lipstick (code: MIMIPENKA for 10% off)\n@maccosmetics\n- “Men love mystery” matte lipstick\n@jdglowcosmetics\n- Lipgloss in “Show Up”\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n@danessa_myricks, @danessamyricksangels\n- Cream color matte liquid pigments in “Fruit Punch”, “Chosen”, and “Journey”\n@tribebeautybox x @raggedyroyal collab lashes in Maxie\n\nFace:\n@thelipbar\n- Fresh glow bronzer in “Double date” (code: MIMIPENKA for 10% off)\n@milkmakeup\n- Hydrogrip primer\n- Blur & set matte loose setting powder in “Translucent medium” under the eyes\n- Hydrogrip setting + refreshing spray\n\n#danessamyricksangels #danessamyrickscolorfix #udmlip #editoralblk #blackgirlsdomakeup #ombreeyeshadow #editoralmakeup #blackcreatives #avantgardeblk #jdglowcosmetics #undiscovered_muas #blackgirlsdomakeup #colorfuleyeshadow #v93oo #melaninmakeupdaily #makeupmelanin #theartistedit #editoralmakeup #studiofam #ombrelip #makeupfreak #colorfulmakeup #redeyeshadow #pinkeyeshadow #purpleeyeshadow #purplelipstick #purplelipgloss #thatblurtho #dmbangels\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIZC5uwhjqd/', 'likes': '460 likes', 'age': '2020-12-04T21:43:00.000Z', 'caption': 'mimipenka\nStuck in LIMBO for how long?! 🎾\nREPLY IN THE COMMENTS AND SWIPE: What’s your top picks from Limbo x @amine?! 🎶\nThe deluxe just came out, so my answer is going to get pretty complicated 💀 but my top includes: Woodlawn, Compensating, Pressure in my Palms, Easy, and My Reality 🥰. If y’all didn’t get it by neeooow, Limbo has been one of my favorite releases since it came out (debatably my favorite rap release too).\nI was originally planning on doing this look weeks from now, but since the deluxe drop was announced 2 days ago, I had pull many stringsss and lose sleep LOL. Enjoy y’all and thank you so much for the genuine support and encouragement 💚\n\nFace:\n@narsissist\n- Soft matte foundation in “New Caledonia”\n- Soft matte complete concealer in “Chocolat”\n@fentybeauty\n- Pro filt’r concealer in 430\n@hudabeauty\n- Tantour in “Tan”\n@theprimebeauty\n- Brownzer in “Bronzeville”\n@milkmakeup\n- Hydrogrip primer\n- Blur & set powder in “Translucent medium” under the eyes\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@fentybeauty\n- Brow MVP brow pencil & styler in “Black-Brown”\n@glamvicecosmetics\n- Retro liners in “Crop top” and “Spandex” mixed together, “Skate date”, and “Disco fever”\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner\n@kissproducts\n- Triple Push-Up Lashes in Brassiere\n@fentybeauty\n- Full frontal mascara in “Cuz I’m Black”\n\nLips:\n@fentybeauty\n- Stunna lip paint in “Uninvited” (at the very rim)\n@thelipbar\n- “Straight Living” lip liner (code: MIMIPENKA for 10% off)\n@essencemakeup @essence_cosmetics\n- Shine shine shine lipgloss in “Bright on!”\n\n#limbo #limboamine #aminelimbo #glamvicecosmetics #glamvice #livingforface #nyxprofessionalmakeup #kisslashes #kissproducts #essencecosmetics #essenceatulta #essencemakeup #shinelastgo #udmlip #makeuprecreation #nyxeyeliner #muasunder5k #editoralblk #blackgirlsdomakeup #greeneyeliner #ombreeyeliner #graphicliner #cosplaymakeup #hydrogrip #editoralmakeup #hypebaebeauty #blackcreatives #nudelipgloss #aminé #amine\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIRPbmcBNnT/', 'likes': '209 likes', 'age': '2020-12-01T20:58:48.000Z', 'caption': 'mimipenka\nAnniversary x Bryson Tiller makeup recreation! The start of my makeup series on my favorite albums of the year, kicking it off with @brysontiller— follow @mimipenka to see more!\n\nMakeup details and products in my most previous post!\n\n#makeuptransformations #makeuptransition #tiktokmakeup #darkskinmakeup\n#brysontiller #brysontilleranniversary #bluelipstick #blueeyeshadow #ombrelip #livingforface #v93oo #rnbmusiclovers #monochromemakeup #colormeraggedy #coloredlashes #reelstutorial #yesacebeaute #muasunder5k #studiofam #editoralmakeup #avantgardemakeup #elfingamazing #tiktoktransition #tiktokmakeup #makeuptiktok #sephora #muasunder2k #hypebaebeauty #muaawesome #makeupeditoral\n20w'}, {'username': 'mimipenka', 'link': 'https://www.instagram.com/p/CIO5mDeBQlB/', 'likes': '500 likes', 'age': '2020-11-30T23:09:16.000Z', 'caption': 'mimipenka\nForget being on Forbes, I felt rich when I was yours 💙\nREPLY IN THE COMMENTS AND SWIPE: What’s your FAVORITE Bryson Tiller song?\n\nSpecial shoutout to @evyxo_ whose orange version of this inspired me to do this in blue!\n\nStarting my new makeup series where I recreate my favorite albums of the year! I’m kicking it off with Anniversary by @brysontiller. The cover is really just blue LOL, but then I saw @evyxo_ do a look just like this in orange and then my mind said DING! I play songs from this album every day, but I think my top 4 (b/c I couldn’t pick 3 lol) is: Sorrows, Inhale , Outta Time, and Next to You. I loved the fact this album came out on the anniversary of TrapSoul and that it’s blue because it really sounds like a blue version of TrapSoul (calmer, cooler, chiller).\n\nFace:\n@narsissist\n- Soft Matte foundation in “New Caledonia”\n@fentybeauty\n- Pro filt’r concealer in 430\n- Pro filt’r powder in “Honey”\n@hudabeauty\n- Tantour in “Tan”\n@thelipbar\n- Fresh glow bronzer (code: MIMIPENKA for 10% off)\n@milkmakeup\n- Hydrogrip primer\n- Hydrogrip setting + refreshing spray\n\nEyes:\n@benefitcosmetics\n- Precisely, My Brow Pencil in “Shade 6- cool soft black”\n@acebeaute\n- Slice of paradise palette\n@elfcosmetics\n- Retro paradise palette\n@nyxcosmetics\n- Epic wear waterproof eye & body liquid liner\n@tribebeautybox x @raggedyroyal collab lashes\n- Covered in @acebeaute slice of paradise eyeshadow palette to bring out a brighter blue (trick from @raggedyroyal)\n\nLips:\n@fentybeauty\n- Stunna lip paint in “Uninvited”\n- Mattemoiselle lipstick in “Clapback”\n@acebeaute\n- Slice of paradise (in the center)\n\n#brysontiller #brysontilleranniversary #udmlip #colormeraggedy #coloredlashes #editoralblk #avantgradeblk #makeuprecreation #theartistedit #blueeyeshadow #bluelipstick #ombrelip #livingforface #nyxprofessionalmakeup #yesacebeaute #acebeaute #editoralmakeup #monochromemakeup #monochromemonday #nyxeyeliner #muasunder5k #makeupmelanin #muaxdiscover #undiscoveredmakeupart #blackgirlsdomakeup #inbeautmag #elfingamazing #elfcosmetics #beautyscaperemixcontest #elfeyeshadow\n@seebybeauty @brownmelaninmakeup @melaninmakeupdaily @undiscovered_muas @makeupmelanin @makeupstallker\n21w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CM21TkOJek5/', 'likes': '4,940 likes', 'age': '2021-03-25T21:26:59.000Z', 'caption': 'jaimariah\nit’s my birthday 🎂\n-\nhappy to see another year! and thankful for everyone here! 🥺 I hope y’all are enjoying this funky print shirt as much as I am!! & no lashes is SUCH A LOOK. wow\n-\n@colouredraine vivid pigments\n@limecrimemakeup venus liner\n@makeupforever matte velvet skin ‘5.3’\n@makeupforever matte velvet skin ‘4.5’\n@freck cheekslime ‘cuffed’\n@freck og original freckle\n@colourpopcosmetics liner ‘BFF 3’\n@revlon super lustrous the gloss\n-\n#colouredraine #limecrime #makeupforever #freck #colourpop #revlon #makeup #colourful #birthday #makeupforblackwomen\n4w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CMNamM2JCmx/', 'likes': '19,614 likes', 'age': '2021-03-09T19:24:44.000Z', 'caption': 'jaimariah\nfeeling ✨glamorous ✨\nIt feels good to be able to have new lighting after rocking with my ring-light for 3 years straight! and I can’t express how excited I am for these outside photos :-)\n-\ninspired by spaghetti4000\n-\neyeshadow primer:\n@makeupforever aqua seal\n-\neyes:\n@colourpopcosmetics nook inc ‘ceo’\n@makeupforever aqua seal ‘lagoon’\n@theboldfacemakeup ‘newsworthy’\n-\nfoundation:\n@hudabeautyshop stick foundation\n@lorealparis infalliable concealers\n@makeupforever concealer ‘5.5’ contour ⭑\n@freck cheekslime ‘fielding’\n@covergirl lash blast clean mascara\n@freck the original freckle ‘noir’\n-\nlips:\n@colourpopcosmetics lip liner ‘ctrl’\n@lauramercier lip gloss ‘blush’\n@mianjelica ludicrous light ‘peach-ella’\n-\n#colourpopme #nyxcosmetics #milanicosmetics #colouredraine #danessamyricks #loreal #hudabeauty #makeupforever #tattilashes #limecrime #makeupforblackwomen #tutorial\n6w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLnQjDaJL3H/', 'likes': '3,212 likes', 'age': '2021-02-22T23:45:47.000Z', 'caption': 'jaimariah\nheart liner 💗🤍\nI want to live in this look for the rest of my life!\n-\nI got the chance to try out @limecrimemakeup’s Venus liners and I AM IN LOVE. 3 big factors that I need in my liners are durability, precision & pigmentation and the Venus Liners demonstrated all of the above. I got to create a quick, easy and cute look in no time 😇\n-\nmake sure to check out the shades down below:\n\neyes: Venus Liners ‘Peony’ ‘Baby’s Breath’\nLime Crime Glory Palette ‘Dusk’ ‘Ultraviolet’\n\n#ad #makeup #liner #tutorial #valentines\n8w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLkwWJWpG1X/', 'likes': '22,398 likes', 'age': '2021-02-22T00:25:55.000Z', 'caption': 'jaimariah\n💎 💎💎\ninspired by @dianashin 🖤\n-\neyeshadow primer:\n@danessa_myricks invisible base ⭑\n-\neyes:\n@morphebrushes jh palette\n@dominiquecosmetics latte 2 palette\n@karabeautyofficial liquid eyeliner ⭑\n@makeupforever Aqua resist color pencil ‘forest’ ‘granite’\n-\nfoundation:\n@hudabeautyshop stick foundation\n@lorealparis infalliable concealers\n@makeupforever concealer ‘5.5’ contour ⭑\n@danessa_myricks magic set seal with primer\n@tatcha silk canvas primer\n-\nlips:\n@colourpop lip liner ‘CTRL’\n@colouredraine liquid lipstick ’suspect’\n@revlon super lustrous the gloss\n-\n#colourpopme #nyxcosmetics #milanicosmetics #revlon #danessamyricks #loreal #hudabeauty #makeupforever #danessamyricks #limecrime #makeupforblackwomen #tutorial\n9w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLZ6di-pKrB/', 'likes': '13,886 likes', 'age': '2021-02-17T19:22:40.000Z', 'caption': 'jaimariah\nme in a pink lip? 👁👄👁\n-\neyeshadow primer:\n@danessa_myricks invisible base ⭑\n-\neyes:\n@colouredraine juicy boost palette ⭑\n@colouredraine vivid pigments ⭑\n@karabeautyofficial liquid eyeliner ⭑\n-\nlashes:\n@theboldfacemakeup ‘seeing double’\n-\nfoundation:\n@hudabeautyshop lumi matte foundation\n@lorealparis infalliable concealers\n@makeupforever concealer ‘5.5’ contour ⭑\n@danessa_myricks vision flush ‘sunset’\n@danessa_myricks magic set seal with primer\n@milkmakeup hydrogrip primer\n-\nlips:\n@lauramercier lip liner\n@colouredraine liquid lipstick ’suspect’\n@ilmakiage clear lip gloss\n-\n#colourpopme #ilmakiage #milanicosmetics #colouredraine #danessamyricks #loreal #hudabeauty #makeupforever #tattilashes #limecrime #makeupforblackwomen #tutorial\n9w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CLVPUFgp76Y/', 'likes': '3,256 likes', 'age': '2021-02-15T23:49:05.000Z', 'caption': 'jaimariah\nSHOP BLACK EVERY MONTH\n-\nBoxycharm sent over their February PopUp box and I got the chance to play with a couple of black owned brands. This was the outcome!\n-\neyes: @acebeaute classical paradise palette\n@beautyvalute matte lip ‘natty nat’\n@beautyvaulte lip liner\nbase: @opvbeautylondon contour kit\nlashes: @camaraaunique ‘Ruth lash’\n\n#BoxyBlackHistory, #BoxyBeautyMark #BoxyCharm #Ad #SponsoredbyBoxy #Giftedbyboxy #ad #makeup #liner #tutorial #valentines @boxycharm #boxyblackhistory\n9w'},{'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CKmSf-RJD7v/', 'likes': '34,675 likes', 'age': '2021-01-28T18:12:12.000Z', 'caption': 'jaimariah\nso pumped to create looks for Valentines this year!\nib: @stenss 💖\nused @raggedyroyal colored lash technique!\n•\neyeshadow primer/concealer:\n@danessa_myricks invisible eyeshadow base\n-\neyeshadow:\n@colouredraine vivid pigments ‘sauce’\n@makeupforever matte velvet concealer\n@hudabeautyshop mascara\n-\nlashes:\n@tatti_lashes lash glue\n-\nprimer/setting spray:\n@tatcha silk canvas primer\n-\nfoundation:\n@hudabeautyshop stick foundation\n@makeupforever matte velvet concealer\n@lauramercier honey translucent powder\n@maybelline fit me pressed powder\n-\nlip combo:\n@fentybeauty matte match stix\n@makeupbymario lip palette\n@revlon x @meganthestalion clear gloss\n•\n\n#milanicosmetics #tatcha #hudabeautyshop #revlon #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #liner #tutorial #skin #makeuptut #eyeshadow #danessamyricks #melaninbeautiesunite\n12w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CKUY9XwpOqs/', 'likes': '30,669 likes', 'age': '2021-01-21T19:22:19.000Z', 'caption': 'jaimariah\nbrowns + pinks\n@stenss & @ashghotcakess inspired me to finally do brown lashes!\nused @raggedyroyal colorful lash technique!!\n•\neyeshadow primer/concealer:\n@makeupforever aqua seal as base\n-\neyeshadow:\n@themakeupshack rainforest palette\nuse code ‘Sam’ for $ off\n@colourpopcosmetics she’s a rainbow\npaint palette is from Amazon\n‘ccb beauty flash color palette’\n@hudabeautyshop mascara\n-\nlashes:\n@tatti_lashes lash glue\n-\nprimer/setting spray:\n@milanicosmetics rose primer\n-\nfoundation:\n@hudabeautyshop stick foundation\n@makeupforever matte velvet concealer\n@elfcosmetics 16hr camo concealer\n@lauramercier honey translucent powder\n@maybelline fit me pressed powder\n@milanicosmetics cheek kiss\n-\nlip combo:\n@colourpopcosmetics lippie pencil ‘CTRL’\n@colourpopcosmetics lippie stix\n@makeupbymario lip palette ‘white’ ‘pink’\n@colourpopcosmetic lux gloss ‘glacier’\n\n•\n\n#milanicosmetics #nyxcosmetics #colourpopme #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #liner #tutorial #skin #makeuptut #eyeshadow\n13w'}, {'username': 'jaimariah', 'link': 'https://www.instagram.com/p/CKMv_mSJk0j/', 'likes': '17,765 likes', 'age': '2021-01-18T20:09:40.000Z', 'caption': 'jaimariah\npaint brushes for eyeliner = crisp line\n•\neyeshadow primer/concealer:\n@makeupforever aqua seal as base\n-\neyeshadow:\n@playinginmakeupbyyolondo jamrock universal\n@colouredraine vivid pigments\n@sheencosmeticsofficial epic liner ‘mellow’\n@hudabeautyshop mascara\n-\nlashes:\n@tatti_lashes style ‘double tap’\n@tatti_lashes lash glue\n-\nprimer/setting spray:\n@tatcha silk canvas primer\n@tatcha the silk peony eye cream\n-\nfoundation:\n@hudabeautyshop stick foundation\n@makeupforever matte velvet concealer\n@bymelolops pigment ‘beam’\nuse code ‘Jai10’ for $$ off\n@lauramercier honey translucent powder\n@maybelline fit me pressed powder\n-\nlip combo:\n@colourpopcosmetics lippie pencil ‘CTRL’\n@nyxcosmetics butter gloss ‘fortune cookie’\n@milanicosmetics ludicrous light gloss\n‘Lollapha-blue-za’\n-\nhair:\n@divaswigs curly closure\n\n•\n\n#milanicosmetics #nyxcosmetics #colourpopme #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #lineart #tutorial #skin #makeuptutorials #eyeshadow\n14w'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/COD15BIJMau/', 'likes': '346 likes', 'age': '2021-04-24T19:13:47.000Z', 'caption': 'chelslaysss\nliterally everything was blue after this look omg\n\ncheck out the pictures of this look for makeup details! 💙\n\n#lavalamp #lavalampmakeup #bluemakeup #bluemakeuplook #tiktokmakeup #tiktokmakeuptutorial #makeupprocess #70smakeup #retromakeup #70saesthetic #editorialmakeup #editorialmakeupartist #editorialbeauty #muasunder10k #creativemakeuplooks\n2d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/COBQWlOpzre/', 'likes': '369 likes', 'age': '2021-04-23T19:07:07.000Z', 'caption': 'chelslaysss\nSURPRISE!!! ✨🥂 in honor of my 1 yr anniversary of this account, @lucia_creates and i teamed up to bring you ig filters of some of my most iconic makeup looks! (check out the filters tab on my page to use!)\n\nthey did an amazinggg job designing these!! pls check her out for all ur graphic design needs 🔥💓 @lucia_creates\n\non april 23rd, 2020 i created this account so unsure of where it would take me, so doubtful of my artistic ability. after a year i’ve made some bomb friends and realized my potential, allowing me to have opportunities i never thought i could. thank y’all for the love you show me & my art bc y’all really motivate me to keep going 🥺💓 i’m done being a simp lol but cheers to another year of surprises 🥂🕺🏾\n\n#chelslaysss #lucia_creates #igfilters #igfilter\n3d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CN-qy7DpE3b/', 'likes': '662 likes', 'age': '2021-04-22T19:00:28.000Z', 'caption': 'chelslaysss\n💙🌀 LAVA LAMP 🌀💙 ib: @crisxtinv @miryssamua\npt 6/6 of my retro series WOOOO!!!! 🕺🏾🕺🏾🕺🏾 this look gave me all sorts of headaches smh but i persevered 😭 i really hope y’all like this!\n\nthe blue temporary hair dye is from @asiamnaturally 💙\n\nmakeup details:\neyes\n🌀 @glisten_cosmetics wet liner in sapphire, use my code “CHELSLAYSSS10” to save 🤑\n🌀 @icywifeycosmetics lashes in diva\n🌀 @ilmakiage blue icon mascara\n\nface\n🌀 p louise base rumor 0 (i didn’t realize i had a blue p louise base until i was several hours into this look smh)\n🌀 @museebeauty impressionism palette, use my code “SLAYSSS10” to save 🕺🏾\n🌀 @bperfectcosmetics carnival 3 palette\n🌀 @bhcosmetics apres in aspen highlight palette\n\nlips\n🌀 @lacolorscosmetics brown lip liner\n🌀 @milanicosmetics cheek kiss cream blush in nude kiss\n\n#bluemakeup #bluemakeuplook #bluehaircolor #bluehairdontcare #bluehairedgirl #lavalampmakeup #lavalampmakeuplook #retromakeup #70saesthetic #retroaesthetics #70smakeup #colorfulmakeup #blueeyeliner #muasunder10k\n4d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CN8G1_epLwa/', 'likes': '469 likes', 'age': '2021-04-21T19:08:00.000Z', 'caption': 'chelslaysss\nstarting to feel like purple was made for me 🤩💜\n\nmajor makeup deets:\n🕺🏾 @trixiecosmetics back to the fuschia blush palette\n🕺🏾 @bhcosmetics apres in aspen highlight palette\n🕺🏾 #trixiecosmetics glosses in synth, chill pill, prism\n🕺🏾 trixiecosmetics glitter in juicebox\n\n#purplemakeuplook #purplemakeup #purpleglitter #purpleeyeshadow #70saesthetic #70sstyle #70smakeup #retromakeup #retrostyles #trixiemattel #muasunder10k\n5d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CN5mUCnpV_t/', 'likes': '677 likes', 'age': '2021-04-20T19:45:05.000Z', 'caption': 'chelslaysss\n💜🕺🏾 SOUL SISTA 🕺🏾💜\ncheers to pt 5/6 of my retro series! 🥂 the pics really did NOT do this look justice omg. the glitter is stunning in person!! shout out @trixiecosmetics @trixiemattel 💕\n\nmakeup deets:\neyes\n🕺🏾 @trixiecosmetics face glitter in juicebox\n🕺🏾 @bhcosmetics los angeles palette\n🕺🏾 @bperfectcosmetics carnival 3 palette\n🕺🏾 @pgaesthetic lashes in the style jasmine\n\nface\n🕺🏾 @ilmakiage f*ck i’m flawless concealer shade 15\n🕺🏾 @colourpopcosmetics tinted moisturizer\n🕺🏾 @kosas revealer concealer shades 08, 8.2\n🕺🏾 @trixiecosmetics back to the fuschia blush trio\n🕺🏾 @bhcosmetics apres in aspen highlight palette\n\nlips\n🕺🏾 @trixiecosmetics glosses in synth, chill pill, prism\n\n#purplemakeup #purplemakeuplook #70smakeup #70sstyle #70saesthetic #editorialbeauty #editorialmakeup #purpleglitter #purpleeyeshadow #purpleeyemakeup #retromakeup #retromakeuplook #purplelipstick #purplelips #trixiecosmetics\n6d'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CNfxPkfpqiZ/', 'likes': '685 likes', 'age': '2021-04-10T19:00:21.000Z', 'caption': 'chelslaysss\n🌅🍄☮️ LET’S TRIP ☮️🍄🌅SWIPE ⏩ to see my inspo!\n\n4/6 of my retro series! 🕺🏾was going for a psychedelic landscape vibe idk if that’s what it’s giving but i really wanna try this again!!! 🤩\n\ni truly appreciate all the love from you guys on this series 🥺 we hit 3k and i’m so happy!! thank you for supporting my art 💗🥰\n\nmakeup deets:\n🌅 p louise base in rumor 0\n🌅 @bperfectcosmetics carnival 3 palette\n🌅 @beautybaycom bright matte palette\n🌅 @glisten_cosmetics wet liner in sapphire\n🌅 @glamvicecosmetics liners in miami beach, sour apple, skate date\n🌅 @milkmakeup hydro grip primer\n🌅 @colourpopcosmetics so fresh tinted moisturizer\n🌅 @lagirlcosmetics pro conceal in medium beige\n🌅 @milkmakeup kush mascara\n🌅 @essencemakeup soft contouring lip liner in melt your heart\n🌅 @trixiecosmetics lip gloss in DUH!\n\n#creativemakeuplooks #creativemakeupartist #brightmakeup #retromakeup #makeupartistry #groovybaby #graphiclinerlook #carnivalpalette #editorialmakeup #editorialbeauty #editorialart #trippyartwork #trippyartist #trippyvibes #retrovibes #70sstyle #70saesthetic\n2w'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CNNv437pytY/', 'likes': '396 likes', 'age': '2021-04-03T19:02:21.000Z', 'caption': 'chelslaysss\nhere’s a tutorial on how i do my flawless base 🧡 using brushes from @humble_cosmetics\n\nuse my code “FREESHIPCC24” for a discount! 🥰\n\nbrushes in order of appearance:\n🧡 202 round kabuki brush\n🧡 blending sponge\n🧡 207 highlight brush\n🧡 204 tapered powder brush\n🧡 101 small shading brush\n\n#foundationmakeup #basemakeup #foundationroutine #makeuptutorials #colorfulmakeuplook #graphiclinerlook #graphicliner #foundationbrush #makeupbrushset #makeupbrush #concealertutorial\n3w'}, {'username': 'chelslaysss', 'link': 'https://www.instagram.com/p/CNLMXsKJHki/', 'likes': '784 likes', 'age': '2021-04-02T19:13:20.000Z', 'caption': 'chelslaysss\n🤎💛🦊 FOXY LADY 🦊💛🤎\nmakeup ib: @ericaswn\nedit ib: @itsbeautybybrit\npt 3 of my retro series 🕺🏾🤩\nmy addiction to graphic liner is so real. i tried this look w only eyeshadow and it simply did not hit the same 🤷🏾\u200d♀️\n\nwhich retro looks should i try next? if you have ideas i’m all ears 👂🏾👇🏾\n\nmakeup details:\n🦊 @glisten_cosmetics gateau split liner\n🦊 @glamvicecosmetics liners in hot pants, lemon lush\n🦊 @tayaweebeauty undress me eyeshadow palette\n🦊 @milkmakeup kush mascara\n🦊 @thecrayoncase blush binder\n🦊 @lacolorscosmetics brown lip liner\n🦊 @tayaweebeauty tube gloss in passion\n🦊 @nyxcosmetics butter gloss in madeline\n\n#70sstyle #70saesthetic #70smakeup #retromakeup #retroaesthetics #orangemakeup #orangemakeuplook #graphicliner #graphiclinerlook #yelloweyeliner #browneyeliner #afrohairstyles #afroqueen #foxylady #afrogirls #creativemakeupartist #creativemakeupart\n3w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CN8dVxtrWrA/', 'likes': '24,833 likes', 'age': '2021-04-21T22:24:24.000Z', 'caption': 'esantoinette\nbesties, this @mavenbeauty beat + my hair?? It’s making me feel really...GOOD | ad!\n.\n(products can all be found on www.fashionnova.com/beauty)\n-basic beat cream eyeshadow in “teddy” and “coquito”\n-maven eyeshadow palettes in “define” and “stargate” palettes\n.\n#mavenbeauty mavenbeautypartner\n5d'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CN0kQkRnMg0/', 'likes': '26,090 likes', 'age': '2021-04-18T20:59:22.000Z', 'caption': 'esantoinette\nad! a bleached brow using a @mavenbeauty cream shadow meets a black smoked out eye\n.\n(products can all be found on www.fashionnova.com/beauty)\n.\n-basic beat cream eyeshadow in “teddy” and “coquito”\n-maven eyeshadow palettes in “define” and “stargate” palettes\n.\nsong: 505 by arctic monkeys\n.\n#mavenbeauty mavenbeautypartner\n1w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNs6pSYLzIa/', 'likes': '35,286 likes', 'age': '2021-04-15T21:32:38.000Z', 'caption': 'esantoinette\nfinally some colors I don’t always use together 🦂 “zoom in” effect 100% inspired by @naezrahlooks!\n.\n@kaleidosmakeup club nebula palette *\n@glisten_cosmetics liners in shades chai, gateau, and mars (orange shade I covered) *\n@glisten_cosmetics no. 2 liner brush * use code ANTOINETTE20 to save monies on Glisten’s site :)\n-pink eyeshadow from the Beauty Bay x Nikkietutorials palette *\n@colourpopcosmetics crème gel liner in “good reef”\n@kikomilano maxi mod mascara + @themakeupshack “show stopper” lashes cut in 1/3 *\nlips:\n@maccosmetics “stone” lip pencil + @fentybeauty “tropic tantrum” poutsicle *\n*=gifted product\n.\nsong 1: music sounds better with you by Neil Frances\nsong 2: the less I know the better from lofi fruits music\n.\n#graphicliner #glistencosmetics #graphicmakeup #editorialmakeup #modelmalay\n1w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNioyTYr96r/', 'likes': '24,255 likes', 'age': '2021-04-11T21:44:10.000Z', 'caption': 'esantoinette\ny’all are so cool, cooler than me :)\nthank you for so much love 🧚🏼\n.\nall makeup details in previous post\nearrings from @yesstyle\n.\n#graphicliner #graphicmakeup #editorialmakeup #creativemakeup\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNdm0tzrtKY/', 'likes': '49,227 likes', 'age': '2021-04-09T22:50:49.000Z', 'caption': 'esantoinette\nwhat if I just posted twice in one night 🗣\n.\n@glisten_cosmetics wet liners in order of use: Raspberry Punch, the Royals, Divine, Strawberry Cheesecake (light pink liner) and Rust (use code ANTOINETTE20 to save on their site) *\n@bymelolops C2 brush for liner (use ANTOINETTE5 to save monies) *\n@bhcosmetics lost in los angeles palette (the pink shade) *\n@kaleidosmakeup club nebula palette *\n@colourpopcosmetics crème gel liner in “joy ride”* and “brownie points” BFF mascara\nlashes: are a very old pair split in half\nblush and lips: @1daybeautyco multitint in shade “rust” *\n*=gifted product\n.\nsong 1) my kind of woman by Mac demarco (but slowed down)\nsong 2) good days by sza\nsong 3) bongo cha cha cha by caterina valente\n.\n#graphicliner #graphicmakeup #editorialmakeup #kaleidosmakeup #colourpopme\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNdOHiZrD1H/', 'likes': '21,081 likes', 'age': '2021-04-09T19:14:56.000Z', 'caption': 'esantoinette\ncall me beep me, I would like to present to you this runway kim possible moment with @mavenbeauty products | Ad\n.\n-maven beauty cosmic drip nova palette (over a sticky base for best color payoff)\n-basic beat eye cream in coquito (to clean up edges of blunt eyeshadow)\n-maven beauty Define palette\n-maven beauty asteroid tears liquid glitter eyeshadow in “supermoon”\n-maven lipstick in “\n(all available on fashionnova.com/beauty)\nsong: tokyo ghost by eyedress\n.\n#mavenbeauty mavenbeautypartner\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNVqvdyHTlC/', 'likes': '36,310 likes', 'age': '2021-04-06T20:51:33.000Z', 'caption': 'esantoinette\ny’all mind if I just...give u a duo-toned metallic wing with @mavenbeauty’s Nova palette??? 🗣 Ad\n.\n-basic beat eyeshadow base in “coquito”\n-maven cosmic drip “nova” palette\n-maven highlight in “draped up”\n-maven lipstick in “thrill” on my cheeks and “buena” on my lips\n(products can all be found on www.fashionnova.com/beauty)\n.\n#mavenbeauty mavenbeautypartner\n2w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNQX4zMHXQH/', 'likes': '11,028 likes', 'age': '2021-04-04T19:30:37.000Z', 'caption': 'esantoinette\nso many base routines I love 🧚🏼here’s one of them for now (๑*◡*๑) give me more good songs to add to my playlist so I can share a really bomb @spotify playlist with y’all hehe\n.\n@range_beauty true intentions bronzing primer (so effing good y’all)\n@hudabeauty #fauxfilter stick foundation, shades 150G* & 220N*\n@lauramercier flawless fusion concealer, shade 2W*\n@beautybakeriemakeup fixing flour setting powder*\n@kaleidosmakeup charisma contour (warm and medium)*\n.\n#foundationroutine #hudabeauty #lauramercier #kaleidosmakeup #makeupreels #youdeserverounds\n3w'}, {'username': 'esantoinette', 'link': 'https://www.instagram.com/p/CNN_38Trqez/', 'likes': '22,039 likes', 'age': '2021-04-03T21:21:52.000Z', 'caption': 'esantoinette\nthe block button has been worn out this weekend. I hope you are spreading positivity wherever you can y’all ✨\n.\n@hauslabs the edge precision brow pencil “ash brown”\n@kaleidosmakeup club nebula x angelica nyqvist palette\n@glisten_cosmetics wet liners in moon rock, evergreen, and blueberry (code ANTOINETTE20 can save u some coin)\n@claropsyche psyche’s box\n@themakeupshack “show stopper” lashes cut in half\nlips:\n@nyxcosmetics “brooklyn thorn” liner + @milkmakeup electric glossy lip plumper “charged”\n.\n#editorialmakeup #graphicmakeup #modemalay #graphicliner\n3w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/COBAWBWJiOG/', 'likes': '479 likes', 'age': '2021-04-23T16:47:14.000Z', 'caption': 'bemusebybetty\n♌️🌂☂️🧞😈🔮💜\n\nhello all! i hope you’ve been enjoying the sun! a simple graphic look using all @bodyography products! i wanted to do a look with a brand that has supported me from the beginning of my instagram journey! they can be found online, or if you are uk based look on @gurumakeupemporium ☺️ only editing was increasing saturation and black point! we celebrate texture today!\n\n@bodyography products:\nface 💜\npro perfect foundation stick in espresso and hazelnut\nskin slip full coverage concealer\nblur, set and perfect loose finishing powder\neyes💜\nepic lash mascara\non point liquid liner pen\naura glow and blue morpho glitter pigment\nlips 💜\nforever summer eye palette for lip liner\nclear gloss\n3d'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CNm7R9oJXfR/', 'likes': '396 likes', 'age': '2021-04-13T13:42:44.000Z', 'caption': 'bemusebybetty\n🧩art in 3D🧩\n\ni was commissioned by @tatecollective to respond to an artwork in the @tate gallery 🎨 i am so so grateful for this opportunity to showcase my skills as not only a mua but an artist 🖌 check out my timelapse tutorial of this look posted on the @tatecollective page! my explanation for why i chose this piece is below⬇️\n\n"I chose Pasmore’s piece to respond to because the meaning behind the artwork resonates with me. He stressed with this artwork he wanted to convey ‘human feelings’, not just abstract ideas. I wanted to convey this with make-up as it has always been a form of therapy for me; the colours and shapes that I usually choose are dependent on my mood for that day, my experiences or even a daydream I had.\n\nWith my interpretation of Pasmore’s work, I’ve chosen to do two halves of my face in similar but different colours: one side muted, one side vibrant. This represents the simultaneous juxtaposed thoughts and emotions in my brain; a crazy yet cohesive jigsaw. The lines are thought trails that bleed into each other\'s respective sides. The taijitu symbol Yin and Yang comes to mind - there is no good without bad, no noise without quiet and no art without mess. " - Betty\n\n‘Square Motif, Blue and Gold: The Eclipse\', Victor Pasmore, 1950\n1w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CNk98ispejZ/', 'likes': '521 likes', 'age': '2021-04-12T19:27:33.000Z', 'caption': 'bemusebybetty\n🍀🌸🌷🍀🌺\n\nhello :) it’s been a while! i’ve had major health issues which explains my absence. i had to go awol to heal, but with diet and rest, i feel like i’m finally coming out the other side. it’s still ongoing, but i wanted to share with you this fresh spring look 🌸\n\ni can’t guarantee that i’ll go back to posting at the same frequency as before for now, but i will still try to share my art with you all as often as i can ❤️ i hope my followers and fellow content creators are doing well! i’m excited to catch up with what everyone’s been getting up to on here!\n\nproducts:\n@kvdbeauty pomade for eyes, lashes and cheeks\n@kvdbeauty vegan lipgloss for lips\n2w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMfEWpTJAkx/', 'likes': '722 likes', 'age': '2021-03-16T15:56:42.000Z', 'caption': 'bemusebybetty\nbored of the rain now 🌧\n\neyes 🔷\n@glisten_cosmetics slushie and peach melba split liner and cola wet liner (BEMUSE20 for 20% off if you like :)*\n@maybelline sky high mascara*\nface 🔷\n@bodyography skin slip concealer,\nquick fixx setting spray*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour*\n@unicorncosmetics glow ting highlighter*\n@xxrevolution jaded blush*\n@deciem coverage foundation\nlip 🔷\n@lottielondon brown eyeliner*\n@kvdbeauty lipgloss in camella 10*\n\n*some products are previous pr\n5w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMPs5qdpM09/', 'likes': '938 likes', 'age': '2021-03-10T16:43:09.000Z', 'caption': 'bemusebybetty\n🌀〽️💢🌀〽️💢\n\ni forgot how much fun i used to have doing quirky edits on my pictures! sometimes the pressure of having a matchy grid or content that always has to ‘fit’ makes you forget what a big part of creativity is - pure fun!!!\n\ni recieved this beautiful jewellery from @seolgold! the bottom chain link twists open so you can add charms to it aswell, very cool. all gold plated*\n\ni also used @glisten_cosmetics for this squiggle liner (double denim, red velvet, peach melba sulphur and lochness - use code BEMUSE20 for 20% if you like!)*\n\n*products featured were previous pr products sent to me\n6w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMLJCJJpc0c/', 'likes': '409 likes', 'age': '2021-03-08T22:12:47.000Z', 'caption': 'bemusebybetty\n✨happy international womens day✨\n\nplease check out my story for some seriously underrated talented black women content creators under 10k! i shall be saving them in my highlights in 24 hours too. i love the small black beauty community here so please have a look! ❤️\n\nreminder - this liner doodle is just one representation of a woman’s body, one that is personal to me as it’s closest to my shape - but for me it goes without saying that all shapes and sizes of women’s bodies are valid and worthy❤️\n\n@glisten_cosmetics copper, the royals wet liners (if you like, BEMUSE20 to get 20% off 😊)\n7w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CMAjzdyJuTV/', 'likes': '954 likes', 'age': '2021-03-04T20:23:20.000Z', 'caption': 'bemusebybetty\nalexander mcqueen tutorial ⚙️ the FINAL look for the front row challenge! i really enjoyed this series and i hope you all enjoyed it too! already planning my next series underway 👀\n\neyes ⚙️\n@depixym silver pigment powder*\n@xxrevolution lux vortex palette*\n@glisten_cosmetics moon rocks wet liner (BEMUSE20 for 20% off huns 🥰)*\n@maybelline sky high mascara from @superdrug *\nface ⚙️\n@rimmellondonuki foundation in dark chocolate\n@xxrevolution concealer in 13.5, glass fixx primer, glass gloss*,\n@mybeautybrand florence blush*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour *\nlips ⚙️\n@lottielondon brown pencil eyeliner all over the lip*\nclear lipgloss\n*products previous pr\n\n#instagramreels #editorialmakeup #311makeup #silvermakeup #reelsinstagram\n7w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CL7WVcnpRyy/', 'likes': '463 likes', 'age': '2021-03-02T19:01:44.000Z', 'caption': 'bemusebybetty\ntutorial for @yslbeauty @ysl front row look! happy march!!! love you all!! i hope this month brings you health and WEALTH 💰 💵 ✨\n\nalso if you saw me upload this yday..no you didn’t 😅\n\nproducts\neyes 👄\n@xxrevolution x-gen and x-ray palettes*\n@glisten_cosmetics limeade wet liner* (BEMUSE20 for 20% off❣️)\n@makeuprevolution 5D lash*\nface 👄\n@rimmellondonuki foundation in dark chocolate\n@xxrevolution concealer in 13.5, glass fixx primer, glass gloss*,\n@kaleidosmakeup charisma contour*\n@mybeautybrand florence blush*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour *\nlips 👄\n@lottielondon black eyeliner pencil*\n@kaleidosmakeup dramatize lucid lipgloss*\n\n*previous pr\n\n#editorialmakeup #graphicliner #reelsinstagram #instagramreels #runwaymakeup #reelself #instareels\n7w'}, {'username': 'bemusebybetty', 'link': 'https://www.instagram.com/p/CL2BS8PJeY_/', 'likes': '911 likes', 'age': '2021-02-28T17:21:47.000Z', 'caption': 'bemusebybetty\ntutorial for versace front row look ✨ and THANK YOU for 8k🎊🎉 i’m soo soo appreciative of everybody who supports me!! where would i be without you all who love my art 🥺🥺\n\nproducts\neyes ⚱️\nmixture of grease paint and clear gloss\n@morphebrushes 35b palette\n@depixym black emulsion paint for brows\nface ⚱️\n@rimmellondonuki foundation in dark chocolate\n@xxrevolution concealer in 13.5, glass fixx primer, glass gloss*,\n@mybeautybrand florence blush*\n@makeuprevolution banana powder\n@kaleidosmakeup charisma contour *\nlips ⚱️\n@depixym black emulsion paint\n*products previous pr\n\n#uglymakeuprevolution #avantgardemakeup #runwaymakeup #editorialmakeup #instareels\n8w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/COIlZr3MpwC/', 'likes': '9,153 likes', 'age': '2021-04-26T15:25:44.000Z', 'caption': 'laaweup\n💖\n.makeup reproduction @nyane 🤍\nj’ai rajouté des strass et des taches de rousseurs entre temps mdrr\n\n♡\n*PRODUCTS :\nS K I N\n@fentyskin Fat water + Hydra visor\n@toofaced @toofacedlovesfrance born this way concealer\n@lauramercier flawless fusion concealer\n@benefitfrance @benefitcosmetics hoola caramel\n@anastasiabeverlyhills luminous foundation\n@lauramercier loose setting powder\n@beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush\n@freck freckles\n-\nE Y E S & B R O W S\n@kvdbeauty Shake primer\n@beautybaycom bright matte palette\n@theboldfacemakeup newsworthy lashes\n@kvdbeauty tattoo liner\n@mysticeyesoffical Space brown bambi glitter lenses ( 15% off w/ the code LAAWEUP )\n.\nL I P S\n@beautybaycom bright matte palette\n@glisten_cosmetics Bubble lipgloss\n.\n#colourful #beautybay #brightmatte #glistencosmetics #kvdbeauty #abh #anastasiabeverlyhills\n8h'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CN91_GFslRC/', 'likes': '11,179 likes', 'age': '2021-04-22T11:19:00.000Z', 'caption': 'laaweup\nSi vous savieeeez à quel point le film Kick-Ass était un de nos films préférés avec ma sœur, à la limite de le connaître par coeur PTDR du coup j’étais obligée de faire un makeup inspiré de Kick-Ass lui même à l’occasion de sa sortie sur la plateforme @primevideofr ^^\nJe sais pas si vous l’avez déjà vu.. si oui dites moi en commentaire votre super-héros favoris dedans (bon perso on a compris qui c’était du coup..) si non : c’est l’occasion car vous avez 30 jours d’essai gratuits sur Amazon Prime (et donc Prime video) ;p (et dites moi si vous avez aimé !!)\n#PrimeVideo #Sponsorisé\n4d'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNxmhGgMpob/', 'likes': '12,050 likes', 'age': '2021-04-17T17:12:57.000Z', 'caption': 'laaweup\nlavender\n♡\n*PRODUCTS :\nS K I N\n@fentyskin Fat water + Hydra visor\n@toofaced @toofacedlovesfrance born this way concealer\n@lauramercier flawless fusion concealer\n@benefitfrance @benefitcosmetics hoola caramel\n@anastasiabeverlyhills luminous foundation\n@lauramercier loose setting powder\n@beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush\n@milkmakeup hydro grip set + refresh spray\n@freck freckles\n-\nE Y E S & B R O W S\n@kvdbeauty Shake primer\n@kaleidosmakeup The Escape Pod Palette\n@hudabeauty #bombbrows brow pencil\n@nyxcosmetics_france @nyxcosmetics the brow glue\n.\nL I P S\n@beautybaycom bright matte palette\n@toofacedlovesfrance pumpkin palette\n.\n#anastasiabeverlyhills #abh #milkmakeup #studiofam #fentybeauty #fentyskin #toofaced #freck #fullface #makeup #zoom\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNu4GlwC9jV/', 'likes': '4,683 likes', 'age': '2021-04-16T15:49:10.000Z', 'caption': 'laaweup\n(AD) Eh désolé pour la tache sur mon œil j’avais pas vu purée... bref j’ai essayé le nouveau Complexion Pro Foundation de @sheglam_official en teinte GOLDEN (1686647) !\nIl est grave léger sur la peau, modulable à souhait, naturellement matte et assez couvrant pour estomper mes tâches d’hyperpigmentation ^^ fiou\n\nIl existe en 30 teintes et si vous voulez le tester vous le retrouverez exclusivement sur le site ou l’appli Shein !\n\nD’ailleurs vous avez moins -15% sur tous vos achats Sheglam mes p’tites stars avec le code SF588 :ppp\n\n#SHEGLAM #SHEGLAMPrettyCommittee\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNpFbkKisJZ/', 'likes': '6,014 likes', 'age': '2021-04-14T09:50:16.000Z', 'caption': 'laaweup\n🤭\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNnNB4TsbZu/', 'likes': '6,049 likes', 'age': '2021-04-13T16:17:50.000Z', 'caption': 'laaweup\nbrown again ^^\n-\n@nyxcosmetics_france @nyxcosmetics Epic ink Brown, Epic Wear brown\n@makeuprevolution brown liner\n-\n#brown #nude #makeup #liner #eyeliner\n1w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNhgSx6ssK1/', 'likes': '8,449 likes', 'age': '2021-04-11T11:10:43.000Z', 'caption': 'laaweup\n🤎\n.credit : @samhendrymua :p\n-\n*PRODUCTS :\nS K I N\n@fentyskin Fat water + Hydra visor\n@toofaced @toofacedlovesfrance born this way concealer\n@lauramercier flawless fusion concealer\n@benefitfrance @benefitcosmetics hoola caramel\n@anastasiabeverlyhills luminous foundation\n@lauramercier loose setting powder\n@beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush\n@milkmakeup hydro grip set + refresh spray\n@freck\n-\nE Y E S & B R O W S\n@kvdbeauty Shake primer\n@inglot_cosmetics duraline\n@beautybaycom bright matte palette\n@toofaced pumpink palette\n@hudabeauty #bombbrows brow pencil\n@nyxcosmetics_france @nyxcosmetics the brow glue\n.\nL I P S\n@beautybaycom bright matte palette\n@toofacedlovesfrance pumpkin palette\n.\n#liner #morphebrushes #brown #nude #makeup #anastasiabeverlyhills #abh #milkmakeup #studiofam #fentybeauty #fentyskin #toofaced #freck\n2w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNcu5lUs2-3/', 'likes': '10,969 likes', 'age': '2021-04-09T14:42:09.000Z', 'caption': 'laaweup\nblue :p\n.inspired by @makeupbysamanthaharvey & @g.looks_ 🥰\n.\n@beautybaycom book of magic\n@glisten_cosmetics The Royals liner + « Crystal » Gliss gloss (20% off with my code LAURA20)\n@theboldfacemakeup lashed out lashes\n.\n#blue #makeup #glistencosmetics\n2w'}, {'username': 'laaweup', 'link': 'https://www.instagram.com/p/CNSoK2eM30p/', 'likes': '10,786 likes', 'age': '2021-04-05T16:30:56.000Z', 'caption': 'laaweup\nI’ve never posted this makeup that comes from my emoji challenge.. so here it is ^^ ♡\n(this is a remix of two other looks that I already did haha)\n.\n#emojichallenge #paint #bodypainting #makeup #colours\n3w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/COBacVVJvzO/', 'likes': '70 likes', 'age': '2021-04-23T20:35:17.000Z', 'caption': 'makeupbycynn\nCan you tell I love blue 💙\n3d'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CNtt1BLpAEU/', 'likes': '127 likes', 'age': '2021-04-16T04:59:52.000Z', 'caption': 'makeupbycynn\nI know it’s late but hi missed posting looks for you guys 💙\nP.s got lazy with my inner corner liner 😐\nIB @gabxxrielle\n1w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CNd9TtjJ4NE/', 'likes': '124 likes', 'age': '2021-04-10T02:07:17.000Z', 'caption': 'makeupbycynn\nHi I miss you all 🥺\n2w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMsUVoypRhI/', 'likes': '59 likes', 'age': '2021-03-21T19:26:30.000Z', 'caption': 'makeupbycynn\n☁️\n@darlingsjewelry use code CYNTHIA for 💲off\n5w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMpbRecpeaz/', 'likes': '160 likes', 'age': '2021-03-20T16:29:23.000Z', 'caption': 'makeupbycynn\nOfficially my first ootd 📸\n\nTop @forever21\n\nPants @rue21\n\nPurse @savers_thrift\n.\n.\n.\n.\n#fashionblogger #fashion #editorialfashion #ootd #ootdfash #style #dressupordown #city\n5w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMlUpRlpZ6y/', 'likes': '126 likes', 'age': '2021-03-19T02:14:30.000Z', 'caption': 'makeupbycynn\nProbably not the pic you were expecting but I had a lot of technical difficulties 😔\nI just prayyy the next shoot is better\n\nPalette @lauraleelosangeles Nudie Patootie\nLiquid liner @nyxcosmetics in Brown\n\nBlush @anastasiabeverlyhills Peachy Love\nBronzer @anastasiabeverlyhills in saddle\n\nLipgloss @colourpopcosmetics so Juicy\n\n#goldenhour #lipgloss #sun #softglam #brownliner\n5w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMdOV78pNaW/', 'likes': '136 likes', 'age': '2021-03-15T22:45:30.000Z', 'caption': 'makeupbycynn\nHi 🦋\nFirst off idk if this is it I couldn’t get any pics at all lol I was so frustrated and this is the only one I kinda liked so yeah I hope you like 🌷\n\nPalette @poppicosmetics See You Never palette\n\nBlush @colourpopcosmetics stick blush\n\nLipliner @nyxcosmetics matte lip liner in cold brew\n\nBronzer @colourpopcosmetics coconut beach\n6w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMS_4WnpKcn/', 'likes': '176 likes', 'age': '2021-03-11T23:26:44.000Z', 'caption': 'makeupbycynn\nMy favorite moment ever 🌸💐🌷\nInspo @mianjelica 💞\n6w'}, {'username': 'makeupbycynn', 'link': 'https://www.instagram.com/p/CMP2D0JJVyQ/', 'likes': '170 likes', 'age': '2021-03-10T18:03:11.000Z', 'caption': 'makeupbycynn\nGood morning everyone I hope your day has started out good🌻\n\nSorry another little tb but I wanted to let you guys know I’m working on my new look tonight along with my outfit and I can’t wait for you guys to see 😌\n6w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNxtxUhpUGc/', 'likes': '15,218 likes', 'age': '2021-04-17T18:16:20.000Z', 'caption': 'halfagemini\non yer mind <3 🧶🧩🚺\n♡\ni hope y’all are taking care of your mental health and staying busy :) i’m having a great saturday and i definitely had fun recreating this look inspired by @alexreadermakeup!\ndon’t forget to check on your friends and yourself 👋🏾🌼\n♡\n@milkmakeup hydro grip primer\n@colourpopcosmetics feather effect brow wax\n@getyouthforia make some noise lipgloss\n@shanel_cosmetics wet liners\n@colourpopcosmetics mocktail chaser (blush)\n@freck noir & XL\n@milkmakeup hydro grip spray\n1w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNkr6h9phrf/', 'likes': '4,049 likes', 'age': '2021-04-12T16:49:59.000Z', 'caption': 'halfagemini\n$19 fortnite card, who wants it ?? 🍄🤨‼️\n♡\n♡\n@milkmakeup hydro grip primer\n@colourpopcosmetics feather effect brow wax\n@getyouthforia byo blush\n@shanel_cosmetics wet liners\n@colourpopcosmetics freckle pen\n@elfcosmetics lipgloss praline\n@milkmakeup hydro grip spray\n♡\n2w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNc7-HFJ78P/', 'likes': '2,467 likes', 'age': '2021-04-09T16:36:21.000Z', 'caption': 'halfagemini\nlet’s get rid of the sex toy taboo and normalize loving yourself because they won’t love you better 🌺💗🍭\n•\nmeet PLUA (color dark fuchsia) brought to you by @femmefunn with up to 10 vibration modes, super discreet & 100% waterproof for late night adventures 🥰 use code SOREYA for 20% off\n2w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNX_4aLJml7/', 'likes': '5,329 likes', 'age': '2021-04-07T18:34:20.000Z', 'caption': 'halfagemini\nreminding u.\n2w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNIRcjIJqXm/', 'likes': '4,315 likes', 'age': '2021-04-01T15:59:58.000Z', 'caption': 'halfagemini\nsunbathe with me, darling 🌻🌞🌤🌏\n3w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CNDTGO5JuKf/', 'likes': '5,756 likes', 'age': '2021-03-30T17:38:11.000Z', 'caption': 'halfagemini\nhi, how’s ur mental today?\n♡\n@salemmitchell inspo 🍒\n♡\n@milanicosmetics super charged dewy primer\n@milanicosmetics i cherry-ish you cream blush\n@milanicosmetics mon cherry (eyes & lips)\n@maybelline more scarlet matte lipstick (eyes)\n@freck noir\n3w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CM8HLzhp7-M/', 'likes': '2,258 likes', 'age': '2021-03-27T22:39:25.000Z', 'caption': 'halfagemini\nhoops are definitely my personality trait and these cuffs are to die for 🧸💫\n♡\npartnering with @studs to introduce their new Vintage Feel collection! use code SOREYA15 for $$$ off 🤍 • #ad\n4w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CMpdsWQJQ7d/', 'likes': '20,999 likes', 'age': '2021-03-20T16:50:31.000Z', 'caption': 'halfagemini\ni can do less and attract more. directing my focus onto what’s thriving creates all i need.\n5w'}, {'username': 'halfagemini', 'link': 'https://www.instagram.com/p/CMkh9GwJzmK/', 'likes': '3,879 likes', 'age': '2021-03-18T18:51:34.000Z', 'caption': 'halfagemini\nhead in the clouds i guess ;) :0 ⛅️\nps: let’s get used to the fact that green is my favorite color\n♡\n@milkmakeup hydro grip primer\n@milkmakeup sunshine skin tint caramel\n@milkmakeup flip lip + cheek\n@shanel_cosmetics wet liner 20\n@maybelline ultimatte more truffle\n@essencemakeup shine shine behind the scenes\n@colourpopcosmetics freckle pen\n5w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/COJAQBjJDgq/', 'likes': '237 likes', 'age': '2021-04-26T19:20:38.000Z', 'caption': 'beyournottygirl\nmakeup inspired by my custom made nails from @itstheclawset ! i absolutely adore them. if you want to cop your very own, use code “NOTTY15” at check out. ❣️\n4h'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CODwsz8p5_N/', 'likes': '1,041 likes', 'age': '2021-04-24T18:28:15.000Z', 'caption': 'beyournottygirl\nhi angel loves! how’s your Saturday going? it’s gloomy asf where im at. btw, a new YouTube video is going live today. it’s part 1 of my Shadow Work Q&A! if you don’t want to miss it, make sure to subscribe. also, i have a question. if i were to do a podcast, what topics would you guys like for me to discuss? 🧚🏾\u200d♀️\n\nproducts used 🤎✨\n\nface 🤎✨\n* @nyxcosmetics brow pencil in black\n* @fentybeauty cream blush in summertime wine\n* @elfcosmetics hd powder in sheer\n* @kaleidosmakeup charisma contour palette in warm & deep\n* @milkmakeup grip set & refresh spray, hydro grip primer & highlighter stick\n* @urbandecaycosmetics tinted glow hydrator in 80 deep & wild west palette shade rustler\n* @ilmakiage f*ck im flawless concealer in 13.5\neyes & lips 🤎✨\n* @colourpopcosmetics lippie pencil in lucky rat tail\n* @milkmakeup electric (very true to its name 😉) glossy lip plumper in buzzed\n* holographic butterflies from amazon\n* broadway #7 lashes\n\ncustom claws made by @nisha.boo (don’t forget to use my code “NOTTY15” at check out) 🧚🏾\u200d♀️\n2d'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/COBSu3kpIG1/', 'likes': '223 likes', 'age': '2021-04-23T19:27:55.000Z', 'caption': 'beyournottygirl\nsay hi to this gorgeous watch by @mvmtforher use code “beyournottygirl15” for 15% off the entire site! 🧚🏾\n\n#jointhemvmt\n3d'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CN8GBYiJIsD/', 'likes': '762 likes', 'age': '2021-04-21T19:01:14.000Z', 'caption': 'beyournottygirl\nit’s okay to believe in your dreams and that you will succeed. you don’t have to be afraid of success. embrace letting beautiful abundance flow to you effortlessly. 🧚🏾\u200d♀️\n5d'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CN3JDshJlWg/', 'likes': '2,946 likes', 'age': '2021-04-19T20:50:58.000Z', 'caption': 'beyournottygirl\nhi loves! i hope you’re enjoying your day. i wanted to say thank you so much cause i reached 50k subbies on YouTube! thank you guys for your support and i am so excited for all of the good shit that will be coming. btw, how are we liking this look? it was inspired by @studs collaboration with Shop Zuck cow print earrings. they are super adorable! to snag yours, use code “NOTTY15” for % off.\n\n#ad\n1w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNqF09xJCH9/', 'likes': '1,328 likes', 'age': '2021-04-14T19:12:37.000Z', 'caption': 'beyournottygirl\nyesterday i did some Aquarius inspired makeup and i loveee the outcome! i may redo the look & retake the photos when some sunlight appears but for now enjoy this baby! btw a new YouTube video is now live discussing the herbs ive used so far. i hope you enjoy it! 🍭\n1w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNlQsC2Jiw2/', 'likes': '481 likes', 'age': '2021-04-12T22:11:27.000Z', 'caption': 'beyournottygirl\nhi angel fairies! i hope you guys are enjoying this beautiful Monday. i finally got my hands on some mugwort thanks to @soulfulvibesco . i can’t wait to let you guys know my experience with it. it’s really great for seeking divination through dreams. very excited for what Spirit has to tell me. (even though my dreams are already wild enough as it is 😣) i also have some lavender & rose petals. i really love lavender, because it helps with easing anxiety & healing. not only that, but it’s perfect to add with your 🍃 ;). rose petals are perfect as well to help with love of all kinds! for beginners, i highly recommend lavender and rose petals to start you off. this Wednesday, a YouTube video will be going up discussing herbs & how to use them! i hope you’re excited for it. to start your journey with herbs, swing by @soulfulvibesco & use code “NOTTY15” for 15% off your order. 🧚🏾\u200d♀️\n\n#soulfulvibes #soulfulvibesco #ad\n2w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNdoS-_pCiL/', 'likes': '1,340 likes', 'age': '2021-04-09T23:03:41.000Z', 'caption': 'beyournottygirl\nhi angel fairies! i hope you’re enjoying your friday. i hope you’re excited for tomorrow’s YouTube video all about herbs ft @soulfulvibesco ✨\n\nwhat herbs have you been wanting to try?\n2w'}, {'username': 'beyournottygirl', 'link': 'https://www.instagram.com/p/CNYFA4AJaSA/', 'likes': '1,495 likes', 'age': '2021-04-07T19:19:11.000Z', 'caption': 'beyournottygirl\n80’s fairy anyone? 🧚🏾\u200d♀️\n\ncan’t wait to tell you guys the details about this look! absolutely love it way out of my comfort zone. btw a new YouTube video will be going up today and it’s all about embodying your feminine energy, especially as a black woman. the idea of femininity for black women is always clouded in being submissive. well i say fuck that! that’s not nor will it ever be my definition of the word. 💞\n2w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CN-q4WjJhGU/', 'likes': '2,328 likes', 'age': '2021-04-22T19:01:12.000Z', 'caption': 'makeupbyshaniah\n#TULApartner Tula’s SPF got me glowing 🤩 TULA is a doctor-founded, clean & effective skincare and wellness brand built on the power of probiotics & superfoods. TULA products are cruelty-free and are never tested on animals! 🐥 TULA has shared a discount code with me: SHANIAH at checkout to save 15%! #EmbraceYourSkin\n4d'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CN28eFdJ1qn/', 'likes': '2,559 likes', 'age': '2021-04-19T19:00:59.000Z', 'caption': 'makeupbyshaniah\n@sza inspired me 🥺🤝👩🏾\u200d🦰\n—\nLips - brown lip liner + orange shadow & @anastasiabeverlyhills clear gloss🤗\n\n#explorepage #sza #hudabeauty #frontalwigs #gingerhair #softglam #makeupartist #mua\n1w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CNQUmPcJCvE/', 'likes': '2,972 likes', 'age': '2021-04-04T19:01:26.000Z', 'caption': 'makeupbyshaniah\nhappy easter 🐰 make sure to click the link in my bio to leave a testimonial for sephora squad hehe🥰💕\n—\nhair from @world_new_hair 💕\nface • @hudabeautyshop @hudabeauty faux filter foundation + hydrating primer + @milkmakeup concealer + @anastasiabeverlyhills translucent powder / blush trio in berry adore + @benefitcosmetics toasted bronzer\nEyes • @hudabeauty neon palette + @anastasiabeverlyhills volume 3 palette + @v_beautystore boss babe lashes\n@alamarcosmetics dulce gloss\n\n#mua #makeup #hudabeauty #anastasiabeverlyhills #abh #fauxfilterfoundation #fentybeauty #softglam #pastelmakeup #pastel #curlyhair #hair #lacefrontwigs #lacewigs #reels\n3w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CM5JcpCpGf9/', 'likes': '2,047 likes', 'age': '2021-03-26T19:01:28.000Z', 'caption': 'makeupbyshaniah\nBlonde moment 👱🏾\u200d♀️🤎🍯\n—\n@hudabeautyshop @hudabeauty #fauxfilter foundation in 500G + jelly hydrating primer + @urbandecaycosmetics stay naked concealer + translucent powder + @benefitcosmetics toasted bronzer\n@hudabeauty retrograde palette\n@maybelline matte liquid lipstick + clear gloss\n\n#softglam #springmakeup #reels #hudabeauty #fentybeauty #maybelline #makeupartist #mua #glam #glammakeup #spring\n4w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CL2a8xHpXFH/', 'likes': '3,783 likes', 'age': '2021-02-28T21:05:43.000Z', 'caption': 'makeupbyshaniah\nlittle tut on this look from the other day hehe🖤\n—\n@anastasiabeverlyhills dipbrow in ebony + brow wax\n@hauslabs black liquid liner + black eyeliner pencil + liquid shimmer “legend”\n@onesize brown liner + @maybelline superstay matte ink coffee edition lipstick “chai genius” + @anastasiabeverlyhills clear gloss\n@fentybeauty hydrating foundation 445 + @urbandecaycosmetics stay naked concealer + translucent powder\n@alamarcosmetics bronzer + brightening trio\n\n#mua #hauslabs #anastasiabrows #anastasiabeverlyhills #hudabeauty #fentybeauty #fentyskin #reels #theartistedit #graphicliner #maybelline #skin #softglam #tutorial #tiktok #makeuptutorial #reelsinstagram\n8w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CLulSL_JVte/', 'likes': '2,669 likes', 'age': '2021-02-25T20:01:40.000Z', 'caption': 'makeupbyshaniah\nmissed black hair ⭐️\n—\n@anastasiabeverlyhills dipbrow in ebony + brow wax\n@hauslabs black liquid liner + black eyeliner pencil + liquid shimmer “legend”\n@onesize brown liner + @maybelline superstay matte ink coffee edition lipstick “chai genius” + @anastasiabeverlyhills clear gloss\n@fentybeauty hydrating foundation 445 + @urbandecaycosmetics stay naked concealer + translucent powder\n@alamarcosmetics bronzer + brightening trio\n\n#mua #hauslabs #anastasiabrows #anastasiabeverlyhills #hudabeauty #fentybeauty #fentyskin #reels #theartistedit #graphicliner #maybelline #skin #softglam\n8w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CLSsWPCp2Cd/', 'likes': '3,781 likes', 'age': '2021-02-15T00:04:39.000Z', 'caption': 'makeupbyshaniah\nHappy Valentines Day 💘\n10w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CLFYe9Cp8m1/', 'likes': '2,949 likes', 'age': '2021-02-09T20:00:57.000Z', 'caption': 'makeupbyshaniah\npretty in pink 💕🧘🏾\u200d♀️\n—\n@anastasiabeverlyhills @norvina volume 5 palette\n@fentybeauty hydrating foundation 445\n@urbandecaycosmetics naked skin concealer\n@hudabeautyshop @hudabeauty primer + nude light palette\n@maybelline liquid lipstick in lover + clear gloss / brown lip liner\n@hauslabs black liquid liner\n\n#mua #makeupartist #theartistedit #glam #softglam #vdaymakeup #vday #valentinesday #valentinesdaymakeup #reels #reelsinstagram #fentybeauty\n10w'}, {'username': 'makeupbyshaniah', 'link': 'https://www.instagram.com/p/CKwyLZWpFro/', 'likes': '3,785 likes', 'age': '2021-02-01T20:01:25.000Z', 'caption': 'makeupbyshaniah\nluv this airbrush heart look sm 🥺 inspo: @stenss 💖\n—\n@anastasiabeverlyhills norvina vol 1 palette\n@hudabeauty primer\n@hauslabs black liquid liner\nLashes from amazon\n@onesize brown liner + @alamarcosmetics chula gloss\n@fentybeauty foundation 445\n\n#makeup #vdaymakeup #wingedliner #redhair #mua #makeupartist #hearts #hudabeauty #fentybeauty #anastasiabrows #norvina #reels\n12w'}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CN5rQ52JvS2/', 'likes': '346 likes', 'age': '2021-04-20T20:28:21.000Z', 'caption': "jamillabeauty\nVIOLET DISCO 💜✨Have you seen the Reel to go with this look? Check it out 💋\n\nPRODUCTS\n\nFACE:\n\n@maccosmetics @maccosmeticsuk Strobe cream\n\n@milkmakeup Hydro Grip Primer\n\n@fentybeauty Eaze Drop Shade 13 #eazedrop\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs THE EDGE PRECISION BROW PENCIL - Brown Black\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs MICRO-TIP LIQUID EYE-LIE-NER\n\nLIPS\n\n@hauslabs Violet Disco\n\nSETTING:\n\n@dragunbeauty Forever Fantasy Setting Spray\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\n#hauslabs #inthehaus #makeup #mua_underdogs #muaunder10k #makeupideas #makeuplover #darkskingirls #womenofinstagram #asianbarbie #desigirls #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #hudabeauty #makeuprevolution #ohbaby #closeupphotography #elfcosmeticsuk #anastasiabrows #maccosmetics #maccosmeticsuk\n6d"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CN3GWOmpEJl/', 'likes': '246 likes', 'age': '2021-04-19T20:27:31.000Z', 'caption': 'jamillabeauty\nHAUS Laboratories WINS the gloss game for sure, with this gorgeous Violet Disco shade💜\n\nWhat do you think?? Comment below.\n\n#reels #makeup #mua #goviral #hauslabs #inthehaus @hauslabs #makeupreview #makeupreels #makeupreel #makeupporn #glossylip #lipglosspoppin #lipglossaddict #lipglosslover #lipglossjunkie #makeupgoals #explorepage #pressplay▶️👀🎥 #putonabraveface\n1w'}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CN0QdJ2p5a8/', 'likes': '257 likes', 'age': '2021-04-18T17:57:53.000Z', 'caption': 'jamillabeauty\nThe NEW @fentybeauty EAZE DROP - REVIEW ✨\n\nFirstly, how satisfying is this photo with the honey 🍯 drip?!\n\nOk so I wanted to give it a couple of weeks after trying out the product before giving it a honest review.\n\nI enjoy having a very natural and fresh skin face, as sometimes my skin can get super sensitive when I wear a lot of makeup, so I was so excited when @fentybeauty launched this product because I have been desperate to find a light formula foundation, something I can just quickly apply when I want to pop down to the shops or when I have a online meeting.\n\nI ordered shade 12, from their wonderfully diverse range of shades, as a dark skin girl it makes me so happy to feel unlimited when it comes to picking out the perfect shade.\n\nI then applied the Eaze Drop tint with my hands on top of a freshly moisturised face, using @fentyskin Hydra Vizor as they suggest to do.\n\nNow let me tell you, the instant lift that this tint gave my skin was STUNNING.\n\nIt looked like a better version of my skin. So very natural yet, giving you that coverage that you want. I have dark circles under my eyes, and dark spots, it was able to hide them away effortlessly. I would suggest lightly dusting a setting powder over any areas that you don’t want to crease throughout the day, for me that is under my eyes.\n\nI would definitely recommend this product to you, if like me, you enjoy a lighter coverage foundation for every day use, that balances out any uneven skin tone. But as you can see in my second photo, I used this same foundation/tint for a FULL GLAM and oh wow. It really gave the look this very editorial beauty vibe, which I am loving. Overall, I give it a 8/10✨\n\n#fentyskin #fentybeauty @fentyskin @fentybeauty #skincare #skincarereview #mua #makeupblogger #darkskingirls #eazedrop\n1w'}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNyEmZjJsCL/', 'likes': '313 likes', 'age': '2021-04-17T21:35:49.000Z', 'caption': "jamillabeauty\nDreaming I’m on a tropical island, sipping rum & coke 🖤\n\nPRODUCTS -\n\nFACE:\n\n@maccosmeticsuk strobe cream\n\n@fentybeauty #eazedrop shade 12\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@ctilburymakeup #supermodelbrows\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@elfcosmetics concealer medium beige\n\n@Lilly Lashes\n\nSETTING:\n\n@pixibeauty rose glow mist #pixibeauty\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\nBODY\n\n@fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava\n\n#charlottetilbury #makeupsupport #makeupforbeginners #makeupfordarkskin\n#eazedrop #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #liveyourlook #youlookbalm #explorepageready #redlipstick💄 #redlipstickmonster #redlipsmakeup #explorepage #inthehaus #putonabraveface #makeupsupport #maccosmetics #maccosmeticsuk #muaundiscovered #lillylashes\n1w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNvBI9UJrWt/', 'likes': '231 likes', 'age': '2021-04-16T17:07:52.000Z', 'caption': "jamillabeauty\nEDITORIAL BEAUTY 🖤 This look was inspired by my love of Orchids.\n\nPRODUCTS\n\nFACE:\n\n@fentyskin\n\n@hudabeauty #fauxfilter Luminous Matte - 350G Dulce De Leche\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hudabeauty #bombbrows medium brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@elfcosmetics concealer medium beige\n\n@fentybeauty Gloss Bomb - Glass Slipper for that shine on the eyes\n\n@hauslabs @hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\nSETTING:\n\n@dragunbeauty Forever Fantasy Setting Spray\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\n@lillylashes\n\n#hauslabs #inthehaus #makeupartist #muaunder10k #darkskingirls #hauslabs #desimakeup #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #charlottetilbury #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #bombbrows #hudabeautypowerbullet #silkbalm #honeybalm #mua #editorialbeauty #beautyeditorial #magazinemakeup\n1w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNpFmPaJvLZ/', 'likes': '271 likes', 'age': '2021-04-14T09:51:30.000Z', 'caption': "jamillabeauty\n@kvdbeauty GOOD APPLE FOUNDATION 🍏\n\nFoundation review will be up on my page later today 🖤\n\nPRODUCTS:\n\nSKIN\n\n@fentyskin\n\nFACE\n\n@kvdbeauty Good Apple - Shade Tan 63\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES\n\n@hauslabs FOUR-WAY SHADOW PALETTE - Afterhours\n\n@hauslabs LIQUID EYE-LIE-NER - punk\n\n@hauslabs EYE-DENTIFY GEL PENCIL EYELINER - punk\n\nEYEBROWS\n\n@hauslabs THE EDGE PRECISION BROW PENCIL - Dark Brown\n\nSETTING:\n\n@kvdbeauty lock it setting powder\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\n#hauslabs #inthehaus #makeupartist #muaunder10k #darkskingirls #hauslabs #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #charlottetilbury #hudabeauty #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #milkmakeup #kvdbeauty #goodapple #goodapplefoundation #kvdfoundation #pressplay▶️ #makeupreels #reels #reelsinstagram #kvdbeauty\n#kvdbmascara #explorepage #kvdlook\n1w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNTEfyuJBLy/', 'likes': '382 likes', 'age': '2021-04-05T20:38:27.000Z', 'caption': "jamillabeauty\nBeauty editorial ✨pink nude is dreamy, right?!\n\nPRODUCTS -\n\nFACE:\n\n@fentyskin Starters Set\n\n@fentybeauty #eazedrop shade 12\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hudabeauty HUDA BEAUTY\nBomb Brows Microshade Pencil - 5 Medium Brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@elfcosmetics concealer medium beige\n\nLilly Lashes Lite Mink - Luxe\n\nSETTING:\n\n@pixibeauty rose glow mist #pixibeauty\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\nBODY\n\n@fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava\n\n#beautyphotoshoot #editorialmakeup #makeupsupport #makeupforbeginners #makeupfordarkskin\n#eazedrop #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #liveyourlook #youlookbalm #explore #explorepage #inthehaus #putonabraveface #makeupsupport #muaundiscovered #undiscoveredartist #editorialmakeupartist #lillylashes\n3w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNQS5D1pN7A/', 'likes': '306 likes', 'age': '2021-04-04T18:46:42.000Z', 'caption': "jamillabeauty\nHappy Easter my loves💓\n\nPRODUCTS -\n\nFACE:\n\n@fentyskin Starters Set\n\n@fentybeauty #eazedrop shade 12\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hudabeauty HUDA BEAUTY\nBomb Brows Microshade Pencil - 5 Medium Brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs MICRO-TIP LIQUID EYE-LIE-NER\n\n@elfcosmetics concealer medium beige\n\nSETTING:\n\n@pixibeauty rose glow mist #pixibeauty\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\nBODY\n\n@fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava\n\n#beautyphotoshoot #editorialmakeup #easterbunnies #reelsinstagram\n#eazedrop #reels #makeupreels #explorepage #makeupobsessed #pressplay▶️ #makeupforwoc #discovervideos #reelsviral #reelsviralvideo❤️❤️❤️❤️ #makeupblogger #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #desiinfluencer #srilankan #makeupforbarbies #liveyourlook #youlookbalm #explore #explorepage\n3w"}, {'username': 'jamillabeauty', 'link': 'https://www.instagram.com/p/CNNPdhkpOKI/', 'likes': '361 likes', 'age': '2021-04-03T14:18:49.000Z', 'caption': "jamillabeauty\nSkin like BUTTER 💛 ugh, I’m obsessed with #eazedrop ✨ check out my latest reels to see how I get this blurred finish.\n\nProducts:\n\nFACE:\n\n@fentyskin Starters Set\n\n@milkmakeup Hydro Grip Primer\n\n@kevynaucoin The Sensual Skin Enhancer - SX11\n\n@hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose\n\n@fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer\n\n@colourpopcosmetics Cheek Dew Serum Hot Fuss\n\nEYES/ BROWS\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hudabeauty HUDA BEAUTY\nBomb Brows Microshade Pencil - 5 Medium Brown\n\n@anastasiabeverlyhills Brow Freeze #browfreeze\n\n@hauslabs EYE-DENTIFY GEL KOHL EYELINER\n\n@hauslabs MICRO-TIP LIQUID EYE-LIE-NER\n\n@elfcosmetics concealer medium beige\n\nSETTING:\n\n@dragunbeauty Forever Fantasy Setting Spray\n\n@huda @hudabeauty easy bake banana bread\n\n@morphebrushes all used with morphe brushes ✨\n\nHAIR\n\n@lullabellzuk\n\n#hauslabs #inthehaus #makeup #mua #makeupartist #mua_underdogs #muaunder10k #makeupideas #makeuplover #darkskingirls #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #hudabeauty #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #anastasiabrows #eazedrop #explorepage #makeupobsessed #makeupblogger #fentyskinfaves\n3w"}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CN7xaa9BrUT/', 'likes': '851 likes', 'age': '2021-04-21T16:00:34.000Z', 'caption': 'jasadetunji\nnot the type you find twice\n\neyebrow inspo: @imightbesamera ❤️\n\n👩🏾\u200d🦰PREP👩🏾\u200d🦰\n@milkmakeup Hydro Grip Primer\n@farsalicare Liquid Powder Serum\n\n👩🏾\u200d🦰EYES👩🏾\u200d🦰\n@hauslabs Glam Room Palette No. I\n@juviasplace The Warrior Palette\n@hauslabs Eye-dentify Gel Eyeliner in “Punk”\n@milkmakeup Kush Mascara\n@colouredraine Safari Raine “Glamazon” Lashes\n\n👩🏾\u200d🦰FACE👩🏾\u200d🦰\n@nyxcosmetics Can’t Stop Won’t Stop Foundation in “Mocha”\n@toofaced Born This Way Concealer in “Maple”\n@juviasplace I Am Magic Concealer in “22”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@lauramercier Translucent Loose Setting Powder in “Translucent”\n@fentybeauty Match Stix in “Espresso”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n\n👩🏾\u200d🦰LIPS👩🏾\u200d🦰\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@fentybeauty Stunna Lip Paint in “Uncuffed”\n@fentybeauty Gloss Bomb in “Baby Brut”\n\n#smokeyeye #smokeyeyemakeup #smokeyeyeshadow #blacksmokeyeye #fentybeauty #shophudabeauty #hudabeautyeasybake #makeupforever #artistcolorpencil #mymercier #nyxcosmetics #farsalicare #milkmakeup #studiofam #melaninmakeupdaily #makeupforblackwomen #melaninbeautiesunite\n5d'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CN2oW45h1R9/', 'likes': '751 likes', 'age': '2021-04-19T16:05:14.000Z', 'caption': 'jasadetunji\nginger me 👩🏾\u200d🦰🧡\n\n🧡PREP🧡\n@milkmakeup Hydro Grip Primer\n@farsalicare Liquid Powder Serum\n\n🧡EYES🧡\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@juviasplace The Chocolate Palette\n@juviasplace The Warrior Palette\n@hauslabs Eye-dentify Gel Eyeliner in “Punk”\n@milkmakeup Kush Mascara\n@elfcosmetics “Drama Queen” Lashes\n\n🧡FACE🧡\n@narsissist Soft Matte Complete Foundation in “New Caledonia”\n@juviasplace I Am Magic Concealer in “10” and “22”\n@fentybeauty Match Stix in “Espresso”\n@juviasplace The Festival Palette (blush)\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@lauramercier Translucent Loose Setting Powder in “Translucent”\n@milkmakeup Flex Highlighter in “Glazed”\n\n🧡LIPS🧡\n@nyxcosmetics Retractable Eyeliner in “Black”\n@maybelline Super Stay Matte Ink in “Cocoa Connoisseur”\n@absnyproducts Freshly Bitten Gloss in “Deep Connection”\n1w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNkmN-ch8oP/', 'likes': '818 likes', 'age': '2021-04-12T16:00:13.000Z', 'caption': 'jasadetunji\nin full bloom 🌸\n\nhappy monday everyone! i’ve been really focused on building my YouTube channel, as I’m sure you all can tell. i loveee making YouTube videos, but I have missed doing more creative and colorful looks. so today’s look is something i did for fun and to just enjoy doing my makeup. i hope you like it!! 🥰\n\n🌸PREP🌸\n@milkmakeup Hydro Grip Primer\n@lauramercier Pure Canvas Primer (Blurring)\n@farsalicare Liquid Powder Serum\n\n🌸EYES🌸\n@juviasplace Wahala II Palette\n@milkmakeup Kush Mascara\n@hauslabs Liquid Eye-lie-ner in “Whiskey”\nAli Express Lashes\n\n🌸FACE🌸\n@juviasplace Shade Stick in “Tunisia” (foundation)\n@juviasplace I Am Magic Concealer in “10” and “22”\n@juviasplace Shade Stick in “Katsina” (cream contour)\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@juviasplace Loose Highlighter in “Nubia”\n@juviasplace The Saharan Blush Palette Vol. I\n\n🌸LIPS🌸\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@juviasplace Wahala II Mini Liquid Lipstick in “Shakara”\n@hauslabs Le Riot Lip Gloss in “Lux Life”\n\n#cutcreaselook #pinkmakeuplook #juviasplace #hudabeauty #shophudabeauty #hudabeautyeasybake #fentybeauty #thickmint #lauramercier #mymercier #artistcolorpencil #makeupforever #farsalicare #melaninbeautiesunite #melaninmakeupdaily #makeupforblackwomen\n2w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNc8BtLB7z4/', 'likes': '944 likes', 'age': '2021-04-09T16:36:51.000Z', 'caption': 'jasadetunji\nhappy friday!! 🖤 i have a new video up on my YouTube channel sharing my recommendations for the @sephora Spring Savings event! LINK IN MY BIO!! 🖤\n\n🖤PREP🖤\n@tatcha Silk Canvas Primer\n@milkmakeup Hydro Grip Primer\n@milkmakeup Hydro Grip Setting + Refreshing Spray\n\n🖤EYES🖤\n@anastasiabeverlyhills Brow Freeze Styling Wax\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@nyxcosmetics Epic Ink Liner in “Black”\n@milkmakeup Kush Mascara\n@elfcosmetics “Drama Queen” Lashes\n\n🖤FACE🖤\n@fentybeauty Eaze Drop Blurring Skin Tint in “21”\n@toofaced Born This Way Concealer in “Chestnut”\n@fentybeauty Match Stix in “Espresso”\n@hudabeautyshop @hudabeauty Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@juviasplace The Saharan Blush Vol. I Palette\n@fentybeauty Killawatt Hightlighter in “Trophy Wife”\n\n🖤LIPS🖤\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@colourpopcosmetics Lux Lipstick in “Quickie”\n@colourpopcosmetics Lux Lip Oil in “Truth Bomb”\n\n#firstatsephora #foundationatsephora #sephorasalerecommendations #sephoravibsale #sephoraspringsavingsevent #sephorasale2021 #hudabeauty #shophudabeauty #hudabeautyeasybake\n#fentybeauty #fentyface #eazedrop #profiltr #fentybeautyeazedrop #graphicliner #graphiclinerlook #anastasiabrows #anastasiabrowfreeze #elfingamazing #tfbornthisway #nyxcosmetics #nyxprofessionalmakeup #f21xme #forever21 #littleblackdress\n2w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNSks80h2V7/', 'likes': '1,235 likes', 'age': '2021-04-05T16:00:38.000Z', 'caption': 'jasadetunji\nhappy monday! 🤎 i have a new video on my YouTube channel reviewing the new @fentybeauty Eaze Drop Blurring Skin Tint! Click the link in my bio to watch!! 🥰\n\ni was soooo excited to get my hands on this tinted moisturizer bc y’all know how i feel about Fenty. make sure to watch my YouTube video to hear all of my thoughts!\n\n🤎MAKEUP DETAILS🤎\n@fentybeauty Eaze Drop Blurring Skin Tint in “21”\n@fentybeauty Pro Filt’r Instant Retouch Concealer in “410”\n@fentybeauty Match Stix in “Espresso”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”\n@fentybeauty Cheeks Out Freestyle Cream Blush in “Daiquiri Dip”\n@fentybeauty Killawatt Freestyle Highlighter Duo in “Ginger Binge/Moscow Mule”\n@fentybeauty Gloss Bomb Cream in “Fenty Glow”\n\n#fentybeauty #fentyface #eazedrop #profiltr #profiltrconcealer #thickmint #glossbombcream #fentyeazedrop #fentyeazedropskintint #fentybeautyfoundation #fentybeautyeazedrop #fullfaceoffenty #goldenhour #melaninbeautiesunite #makeupforblackwomen #melaninmakeupdaily #wakeupandmakeup\n3w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CNFsrG4hkDf/', 'likes': '910 likes', 'age': '2021-03-31T16:00:10.000Z', 'caption': 'jasadetunji\nsimple but significant 🖤\n\n🖤PREP🖤\n@milkmakeup Vegan Milk Moisturizer\n@milkmakeup Hydrogrip Primer\n@tatcha Pure Canvas Primer\n\n🖤EYES🖤\n@anastasiabeverlyhills Brow Freeze\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@morphebrushes James Charles Palette\n@nyxcosmetics Epic Wear Liner in “Black”\n@hauslabs Eye-dentify Gel Eyeliner in “Punk”\n@milkmakeup Kush Mascara\n@elfcosmetics Lashes\n\n🖤FACE🖤\n@milkmakeup Flex Foundation Stick in “Warm Deep”\n@juviasplace I Am Magic Concealer in “10” and “22”\n@juviasplace Shade Stick in “Katsina”\n@hudabeautyshop @hudabeauty Easy Bake Loose Baking & Setting Powder in “Blondie”\n@morphebrushes Glamabronze Face & Body Bronzer in “Leader”\n@elfcosmetics Powder Blush Palette in “Dark”\n@milkmakeup Flex Highlighter in “Glazed”\n\n🖤LIPS🖤\n@nyxcosmetics Retractable Eyeliner in “Black”\n@juviasplace Lip Liner in “Kola”\n@colourpopcosmetics Lux Lipstick in “Quickie”\n@fentybeauty Gloss Bomb in “Hot Chocolit”\n\n#milkmakeup #studiofam #fentybeauty #colourpop #elfcosmetics #elfingamazing #morphebrushes #jamescharlespalette #inthehaus #juviasplace #hudabeauty #shophudabeauty #hudabeautyeasybake #fauxfilter #anastasiabeverlyhills #anastasiabrows #everybodyinplt #prettylittlething #littleblackdress #springfashion2021 #blackdress #blackmakeuplook #wingedeyeliner #foxeyemakeup\n3w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CM9_fd_hTUv/', 'likes': '1,586 likes', 'age': '2021-03-28T16:10:40.000Z', 'caption': 'jasadetunji\norange blossom 🍊🌺\n\nmakeup details below!\n\n🍊PREP🍊\n@drunkelephant Lala Retro Whipped Cream\n@opvbeauty Rose Gold Oil\n@colourpopcosmetics Pretty Fresh Hydrating Hyaluronic Acid Primer\n@farsalicare Skintune Blur Serum\n\n🍊EYES🍊\n@anastasiabeverlyhills Brow Freeze\n@mentedcosmetics High Brow Pencil in “Brow Down”\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@nyxcosmetics Jumbo Eye Pencil in “Milk”\n@thelashclubusa “Putt-Putt“ Lashes\n@milkmakeup Kush Mascara\n\n🍊FACE🍊\n@hudabeautyshop @hudabeauty Faux Filter Foundation Stick in “540G Chocolate Truffle”\n@toofaced Born This Way Concealer in “Maple”\n@juviasplace I Am Magic Concealer in “22”\n@juviasplace Shade Stick in “Katsina”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@lauramercier Translucent Setting Powder in “Translucent”\n@fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Mocha Mami”\n@juviasplace The Saharan Blush Vol. I Palette\n@mentedcosmetics Sunkissed Highlighter Palette\n\n🍊LIPS🍊\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@juviasplace Lipstick in “Libra”\n@colourpopcosmetics Lux Gloss in “Candy Kiss”\n\n#orangemakeuplook #orangeoutfit #fashionnova #novababe #juviasplace #makeupforever #artistcolorpencil #colourpop #mentedcosmetics #fentybeauty #fentyface #hudabeauty #shophudabeauty #fauxfilter #hudabeautyeasybake #nyxcosmetics #nyxprofessionalmakeup\n4w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CM400EsB0v9/', 'likes': '1,571 likes', 'age': '2021-03-26T16:01:10.000Z', 'caption': 'jasadetunji\nit was mint to be 💚 NEW YOUTUBE VIDEO ON THIS LOOK! LINK IN MY BIO\n\n💚PREP💚\n@drunkelephant Lala Retro Whipped Cream\n@blackradiancebeauty Matte and Poreless Face Primer\n@blackradiancebeauty Hydrate & Blur Face Primer\n\n💚EYES💚\n@nyxcosmetics Lift & Snatch Brow Pen in “Espresso”\n@hauslabs The Edge Brow Pencil in “Black Brown”\n@colourpopcosmetics Just My Luck Palette\n@hudabeautyshop Emerald Obsessions Palette\n@milkmakeup Kush Mascara\n@nyxcosmetics Epic Wear Liner Stick in “Pure White”\nAmazon Rhinestones\n\n💚FACE💚\n@nyxcosmetics Can’t Stop Won’t Stop Foundation in “Mocha”\n@fentybeauty Pro Filt’r Instant Retouch Concealer in “440” (color correction) and “410 (highlight)\n@hudabeauty @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Cheeks Out Freestyle Cream Bronzer in “Toffee Tease”\n@morphebrushes Glamabronze Face & Body Bronzer in “Leader”\n@juviasplace The Saharan Blush Palette Vol. II\n\n💚LIPS💚\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@maccosmetics Lipstick in “Whirl”\n@fentybeauty Gloss Bomb Cream in “Fenty Glow”\n@wetnwildbeauty Fantasy Markers Lip Gloss in “Wanderlust”\n\n#greeneyeshadow #minteyeshadow #greenmakeuplook #pastelmakeuplook #pasteleyeshadow #colourpop #nyxcosmetics #nyxprofessionalmakeup #fentybeauty #shophudabeauty #hudabeautyeasybake #juviasplace #makeupforever #artistcolorpencil #morphebrushes #morpheglamfam #inthehaus #melaninbeautiesunite #makeupforblackwomen #melaninmakeupdaily\n4w'}, {'username': 'jasadetunji', 'link': 'https://www.instagram.com/p/CMzun9jBYX9/', 'likes': '625 likes', 'age': '2021-03-24T16:30:53.000Z', 'caption': 'jasadetunji\npeach crisp 🍑\n\n🍑PREP🍑\n@drunkelephant Lala Retro Whipped Cream\n@tatcha Silk Canvas Primer\n@colourpopcosmetics Pretty Fresh Hydrating Hyaluronic Acid Primer\n\n🍑EYES🍑\n@hudabeautyshop Nude Rich Eyeshadow Palette\n@morphebrushes 24A Artist Pass Artistry Palette\n@milkmakeup Kush Mascara\n@lashd.outbyshakira “Paris” Lashes\n\n🍑FACE🍑\n@narsissist Soft Matte Complete Foundation in “New Caledonia”\n@toofaced Born This Way Concealer in “Maple”\n@juviasplace I Am Magic Concealer in “22”\n@hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie”\n@fentybeauty Cheeks Out Freestyle Cream Bronzer in “Toffee Tease”\n@morphebrushes Glamabronze Face & Body Bronzer in “Leader”\n@juviasplace The Saharan Vol. I Blush Palette\n\n🍑LIPS🍑\n@makeupforever Artist Color Pencil in “Dimensional Dark Brown”\n@juviasplace Lip Liner in “Kola”\n@juviasplace Wahala II Liquid Lipstick in “Shakara”\n@hauslabs Le Riot Lip Gloss in “Lux Life”\n\n#drunkelephant #inthehaus #juviasplace #makeupforever #artistcolorpencil #morphebrushes #shophudabeauty #hudabeautyeasybake #toofaced #colourpop #colourpopme #morphebabe #morpheglamfam #blendtherules #peachymakeup #peacheyeshadow #haloeye #spotlighteye #makeupdaily #makeupforwoc #muasupport #wakeupandmakeup #narsissist #makeuptutorial #eyeshadowtutorial #tiktoktutorial #cutcreasetutorial\n4w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/COIo_IVAMlC/', 'likes': '732 likes', 'age': '2021-04-26T15:57:03.000Z', 'caption': '_yaama__\nNever in the mix, that’s how you lose your flavour♥️\n\n𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜\n\nDress @sheinofficial\n7h'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CODmJtIgJ1e/', 'likes': '604 likes', 'age': '2021-04-24T16:56:05.000Z', 'caption': '_yaama__\n-AD. Do y’all see how fluffy these lashes are, I am wearing @hollywoodlashstore in the style “old Hollywood” and I am absolutely obsessed. Check them out. AD..\n.\n.\n\nProducts used.\n@anastasiabeverlyhills brow freeze and brow pomade in “ebony”\n@plouise_makeup_academy secret sinner pallet.\n@milkmakeup hydro grip primer.\n@wlgylemons.co foundation in “320-5w”\n@tartecosmetics shape tape concealer in tan sand.\n@narsissist blush in “Orgasm”\n@morphebrushes liquid lipstick in “True story”\n@bhcosmetics gloss in “stick with you”.\n2d'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CN7y5YCgO08/', 'likes': '2,901 likes', 'age': '2021-04-21T16:13:31.000Z', 'caption': '_yaama__\n𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜: Abaya and heels🤝.\n\nHeels: @prettylittlething\nPurse @sheinofficial\n5d'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CN7ydgPg4r-/', 'likes': '469 likes', 'age': '2021-04-21T16:10:06.000Z', 'caption': '_yaama__\n#sponsored\nTrying out the @ultraceuticalsusa 4 steps to hydrated skin. Their brightening cleanser and moisturizer work together to give more radiant complexion which is amazing for hyperpigmentation.\n\n* Entirely Australian made and owned\n* Ultraceuticals is committed to creating products that help people achieve real, visible results within 90 days.\n* The Ultraceuticals range encompasses both cosmeceutical-grade homecare and professional in-clinic treatment products.\n* Skincare with a conscience: Ultraceuticals is Cruelty-Free and strives to create sustainable products.\n* Targeted solutions for every skin challenge includingaging, acne, redness & pigmentation.#ultraceuticals\n5d'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CN2mJ2aA95X/', 'likes': '3,027 likes', 'age': '2021-04-19T15:45:59.000Z', 'caption': '_yaama__\n𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜: Abaya and heels🤝.\n1w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNxb-e9Af_4/', 'likes': '748 likes', 'age': '2021-04-17T15:40:50.000Z', 'caption': '_yaama__\nStarting the Eid series with this makeup look.\n\nProducts:\n@colourpopcosmetics “ Disney flower pallet”\n\n@kvdbeauty good appl foundation “Tan 074”\n\n@colourpopcosmetics concealer “dark 145”\n\n@milkmakeup setting powder “medium”\n\n@hudabeautyshop tantour in medium\n\n@rarebeauty blush “nearly neutral” & gloss “nearly apricot”.\n..\n.\n.\n.\n.\n.\n\n.\n.\n.\n.\n.\n.\n.\n.\n#kvdbeauty #goodapplefoundation #colourpopcosmetics #colourpopmeblack #hudabeautyshop #hudabeautyfoundation #milkmakeup #rarebeauty #colorpopeyeshadow\n1w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNu4B0LgCU7/', 'likes': '1,422 likes', 'age': '2021-04-16T15:48:14.000Z', 'caption': '_yaama__\n✨Have a blessed Friday✨\n1w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNc4XeLA1xA/', 'likes': '979 likes', 'age': '2021-04-09T16:04:52.000Z', 'caption': '_yaama__\nHappy Friday.\n\nLook inspired by the gorgeous @koditaj\n.\n.\n\n.\nProducts used:\n@anastasiabeverlyhills brow freeze”\n@plouise_makeup_academy secret sinner pallet\n@rarebeauty black liquid liner\n\nBase:\n@colourpopcosmetics oat face milk\n@milkmakeup hydro grip primer\n@hudabeautyshop #fauxfilterfoundation in chocolate mousse.\n@rarebeauty concealer “410N”\n@hudabeautyshop tantour “medium”\n@milanicosmetics , cream blush “PEACH CHEEK”\n@milkmakeup , setting powder medium\n\nLips:\n@bhcosmetics liquid lipstick in desert & lip gloss in juicy.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n#morphe #morphebrushes #morphebabe #morpheglamfam #karabeauty #colourpopcosmetics #colourpop #hauslabs #anastasiabeverlyhills #abhbrows #benefitcosmetics #benefitbrows #benefitclubpink #benebabe #pinkaesthetic #brownaesthetic #hudabeautyshop #100daysofmakeupchallenge #100daysofmakeup #undiscoveredmuas #blackmakeupartist #beautybloggers #pretty #explore #reels #tiktokchallenge #bhcosmeticsbffpalette #alondraandelsy #aspiringmua\n2w'}, {'username': '_yaama__', 'link': 'https://www.instagram.com/p/CNQAKlXAJ8m/', 'likes': '1,709 likes', 'age': '2021-04-04T16:02:53.000Z', 'caption': '_yaama__\nHey lovelies, so today I collaborated with one of my favourite creators @fatima_muxya to create this Red Glam look, please check her out♥️.\n.\n.\n.\nProducts used:\n@anastasiabeverlyhills brow freeze\n@yamysboutique Valentine’s Day pigment\n@beautyblvd glitter “Ruby slippers”\n@mavenbeauty black liquid liner\n\nBase:\n@colourpopcosmetics oat face milk\n@milkmakeup hydro grip primer\n@wlgylemons.co oil balance booster and foundation “350W”\n@rarebeauty concealer “410N”\n@hudabeautyshop tantour “medium”\n@milanicosmetics , cream blush “PEACH CHEEK”\n@milkmakeup , setting powder medium\n\nLips:\n@nyxcosmetics brown eye pencil and butter gloss in “Angel food cake.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n. .\n#colourpopmeblack #colourpopcosmetics #fentybeauty #fentyface #plouisebase #nyxcosmetics #nyxprofessionalmakeup #dragunbeauty #dragunbeautyprlist #coverfx #coverfxtra #hudabeautyfauxfilter #hudabeautyshop #naughtynude #anastasiabeverlyhills #anastasiabrows #wearebrows #jewelry #blackgirlmagic #brownskingirls #reels #anastasiabeverlyhills #anastasiabrows #milanicosmetics #hudabeautyshop #hudabeauty\n3w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/COIzzhmpJGH/', 'likes': '384 likes', 'age': '2021-04-26T17:32:07.000Z', 'caption': 'thaibrows\nno more thaibrows just bhaibrows (someone on tiktok said this n i died 😭)\n6h'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/COCGeZbJS81/', 'likes': 'None', 'age': '2021-04-24T03:25:26.000Z', 'caption': 'thaibrows\nesthetician’s nighttime routine\n\ni’ve been a licensed esthetician for a couple of years now but this is prob one of my first skincare videos!! i hope u enjoy and u find this entertaining and or informative 💫\n\nft. products from @farmacybeauty @cerave @firstaidbeauty @beautyofjoseon_official @glowrecipe (gifted) @drunkelephant (gifted) @deciem\n\n#skincare #farmacybeauty #cerave #firstaidbeauty #kbeauty #koreanskincare #beautyofjoseon #drunkelephant #theordinary #deciem #esthetician\n2d'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CNz6lJJJ1ft/', 'likes': '311 likes', 'age': '2021-04-18T14:46:45.000Z', 'caption': 'thaibrows\nby @artby.hay!! always flattered when anyone decides to use me for their art references ☺️\n1w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CMTQjzSFpGl/', 'likes': '525 likes', 'age': '2021-03-12T01:52:41.000Z', 'caption': 'thaibrows\nthis skater is a bit fruity 🤔 posting another video from today on @sk8rpug !!\n\n[video description: the subject of the video is J, a lighter-complexioned nonbinary thai rollerskater. they’re wearing a black, white, and red graphic T shirt with the words “trans day of vengeance” and an illustrated manicured hand holding a knife, black straight jeans, and their black skates with blue wheels. they’re sitting on a road divider decorated in colorful graffiti, adjusting their laces, then they get on their toe stops and hop back off, and do a jump 180. there’s a quick clip of them popping their chest, and opening and closing their hand in front of them at the same time like casey frey before they jump 180 back to the front and transition into backwards skating to use their toe stop to brake. in the last clip, they’re standing on their toe stops and wiggling their knees in and out to be funny. end description]\n\n#skate #rollerskate #rollerskates #rollerskating #suregrip #moxirollerskates #moxiskatedaily #asianskater #lgbtq #streetskate #streetskating #skateislife #skatelife #skateordie #skateanddestroy\n6w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CL9l64epFDP/', 'likes': '663 likes', 'age': '2021-03-03T15:55:50.000Z', 'caption': 'thaibrows\nold pix wearing @milkmakeup #sunshineskintint in sand ☀️ lip and cheek stick in flip for a pop of color~ earrings from @aarmystew\n7w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CL0At0lpERa/', 'likes': '562 likes', 'age': '2021-02-27T22:37:41.000Z', 'caption': 'thaibrows\ndo u wear makeup under ur mask? i only do my makeup from the nose bridge up bc my poor skin already has to go through enough w the friction and humidity 😩\n\nproducts:\n@natashadenona chromium multichrome liquid eyeshadow in dragonfly\n@elfcosmetics brow and liner cream in taupe @smashboxcosmetics 24 hr concealer\n@sephora collection best skin ever foundation + lashcraft defining mascara + lashes in “feisty”\n8w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLU7hAEpVMf/', 'likes': '1,341 likes', 'age': '2021-02-15T20:55:48.000Z', 'caption': 'thaibrows\nsorry for geeking out so much ok this is simply one of my proudest accomplishments 🥺\n10w'}, {'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLF_Ro_J_7O/', 'likes': '1,113 likes', 'age': '2021-02-10T01:39:55.000Z', 'caption': 'thaibrows\nme for @milkmakeup #sunshineskintint ☀️\n\nit’s surreal to see myself professionally photographed in this campaign w so many gorgeous faces 😭 who would’ve thunk?! thank u everyone at milk, and thank u friends for the love and support since the campaign dropped. here’s to more sick opportunities and tons of sun (with SPF, of course) 😎✨\n10w'},{'username': 'thaibrows', 'link': 'https://www.instagram.com/p/CLFdqmrJU69/', 'likes': '1,206 likes', 'age': '2021-02-09T20:46:37.000Z', 'caption': 'thaibrows\nfeeling my masc self today..\n10w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CN58-k-pNZC/', 'likes': '2,211 likes', 'age': '2021-04-20T23:03:08.000Z', 'caption': 'looksbyotto\nGeorge Floyd’s murderer was given a guilty verdict today.\nTheres not much I can say besides George Floyd should still be here. He should still be walking around and gracing the earth with his presence. His last moments shouldn’t have been plastered on everyones devices for months. But a guilty verdict for his killer is a step in the right direction. Hoping one day that black names and faces will be plastered on your screens for their aspirations and accomplishments and not their murder. Remember George Floyd as he was alive. Honor his smiling face. No more black bodies on our feeds. Black people have felt that pain enough.\n\nGeorge’s life shouldn’t have ended over 20 dollars. Cops are not supposed to be executioners.\n\nBlack lives ALWAYS matter. This is only the beginning.\n6d'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CN0HqOQpeAu/', 'likes': '2,685 likes', 'age': '2021-04-18T16:41:02.000Z', 'caption': 'looksbyotto\n💙Babydoll Blue💙\n#sephorasquad #zcstarbabe #studiofam\n\nHello my Ottonians! Giving you a more “simple” look for this one🥰 This is what I would consider my everyday makeup!\nRemember to support black creators always. Not just when its trending. Make sure black lives actually matter to you, and that you being an ally is coming from the right place💓 If you want to be a better ally, research how! Black lives matter always. Not just when a black life is lost, or a black creator succeeds. Black hopes, dreams, fears, children, and people matter. I love you all💓\n\nDrink your water!\n\nI applied for sephora squad! It would mean the world to me if you left some kind words in my bio💓\n* Pr/Gifted\n\nLook details-----\nBrows-\n@colourpopcosmetics brow boss pencil in soft black\n\nEyes-\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc cosmic sands palette using sand (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@hellbitesbeauty lashes in raven*\n@brianbeautyofficial taboo liner*\n@shopbratinc lavish pigment*\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@fentybeauty Pro Filt’r hydrating foundation in 330\n@fentybeauty Pro Filt’r instant retouch concealer in 330\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir and cheek slime in fielding *\nLips-\n@smashboxcosmetics black liquid lipstick and @aevabeauty lip color in mocha and radiance (use code Looksbyotto for coint saved👁👁)\n\nHair from @hairsofly_shop\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n1w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNmyb0LJcgc/', 'likes': '3,337 likes', 'age': '2021-04-13T12:25:26.000Z', 'caption': 'looksbyotto\n❤️💚💙HEAT MAP💙💚❤️\n#studiofam #Zcstarbabe #sephorasquad\n\nHello my beautiful Ottonians!! This look was supposed to come put saturday but I had an apartment emergency I had to handle first\U0001f972 i missed you guys so much on my break and im so happy to be back creating again😭😭 this look was soooooo fun to do and it turned out gorgeous! Remember to tag your recreations with #Ottonianbabe for a repost🥰\n\nDont forget i applied for Sephora squad! Please spread some love if you can, link is in my bio❤️\n\nI love you and drink your water!!!\n\nLook details-----\nBrows-\n@milkmakeup kush liner*\n\nEyes-\n@plouise_makeup_academy white base\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc galactic pigment in nebula (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@shopbratinc cash pigment*\n@hellbitesbeauty vampira lashes *\n@beautybaycom bright matte palette *\n@aboutfacebeauty black shadow stick *\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@aboutfacebeauty light lock highlight fluid in shaken or stirred*\n@milkmakeup sunshine skin tint in cinnamon *\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir\n@colourpopcosmetics cheek dew in beyond *\n@milkmakeup hydro grip setting spray\nLips-\n@milanicosmetics amore matte lip creme in covet + @smashboxcosmetics black liquid lipstick and @milkmakeup plumping lip gloss in buzzed\n\nHair @hairsofly_shop\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n1w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNYrkT1JmKv/', 'likes': '2,281 likes', 'age': '2021-04-08T00:56:04.000Z', 'caption': 'looksbyotto\nHi my Ottonians!!! Ill be posting a new look for you all on Saturday!! Ive been taking some days to myself to regroup and plan and just be. Ive been overwhelmed so often that I realized I hadn’t let my brain rest for quite a while. Make sure you are allowing yourself some time for self care! I hope you are all hydrating, resting, and enjoying the sun! Make time for peace and slow down when you can💓 See you Saturday!\n\nIf you would like to leave some kind words in my bio it would mean the world🥰💓 #sephorasquad\n2w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CNNlBO2JKi9/', 'likes': '709 likes', 'age': '2021-04-03T17:27:12.000Z', 'caption': 'looksbyotto\n#ad\n\nHello my Ottonians!!! Popping in with a little skincare routine featuring @urumibeauty !\n(Also I got my nose pierced🥺)\n\nIf you don’t know, I have frequent eczema breakouts from allergies and stress that leave me with hyperpigmentation/dark marks on the sides of my face as well as the apples of my cheeks\U0001f972 i also deal with blotchy skin during season changes which can make perfecting my base makeup a little challenging sometimes😭 I started using Urumi beauty and YALL! I’m absolutely keeping it in my everyday routine!\n\nMake sure you read the descriptions of all the products to make sure what youre getting is right for YOUR skin💓 I always do my research as I have sensitive skin and have given myself chemical burns before\U0001f972\n\nMy go to products for my specific issues are the Eureka AHA Toner and the Holy Roses Glow Oil!\n\nThe toner contains ingredients like aloe, as well as fruit, sugar, and lactic acids that all work well with my skin snd help tone and balance my texture✨\n\nThe glow oil is a natural retinoid so be sure to use UV protection lovelies! Retinoids also breakdown in light so its best used in your nighttime routine but I use it for both morning and night! Its GREAT for dry skin and has been carrying me through the winter/spring changes!\n\nThank you again @urumibeauty for sending me your amazing products! Ill be updating you guys again soon with more skincare pictures so you can see my progress💓\n\nDrink your water and I love you all!!\n\n#skincare #skincareroutine #makeupartist #blackownedbusiness #buyblack #shopblack #blackcreatives\n3w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CM0HODGpFbP/', 'likes': 'None', 'age': '2021-03-24T20:09:57.000Z', 'caption': 'looksbyotto\nDo what you love!\n\nThis past year has taught me so much. I don’t want to melt into the floor anymore. No matter how impractical or unrealistic my goals may be, I will always pursue them. I never thought I would go anywhere as a content creator, though I’ve always dreamed. And here I am, flourishing! An impractical dream I held myself back from was so much closer in reach than I thought. Please do what you love. Do it broke, do it scared, do it alone, but do it passionately. You deserve to live in your truth. To stand in your individuality with utter confidence. And you will. I believe in you!\n\nSong- why are there boundaries by @frenchkiwijuice\n#blackcreative\n4w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMrymb5J6fN/', 'likes': '5,709 likes', 'age': '2021-03-21T14:31:42.000Z', 'caption': 'looksbyotto\n💸C.R.E.A.M. 💸\nCash Rule Everything Around Me\n#Studiofam #ZcStarbabe #sephorasquad\n\nHi my beautiful Ottonians! I challenged myself to recreate an old look of mine that I really love from last year! I was inspired by my favorite song from @wutangclan 💸 if this look or any of my other looks inspires you, please leave a testimonial for me for Sephora squad 2021 (link in bio)! Thank you for all the love and support! 💓💓💓💓\n\nI hope you’re taking care of yourselves and being kind!\n\nDrink your water my loves💓\n\n*Pr/gifted\n\nLook details-----\nBrows-\n@milkmakeup kush liner*\n\nEyes-\n@beautybaycom eye base*\n@zcosmeticsllc cosmic sands palette*\n@slayfirecosmetics addams glitter gel\n@zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@suvabeauty hydra liner in dance party\n@shopbratinc spoiled pigment*\n@icywifeycosmetics cyber sex lashes*\n@uomabeauty cleopatra liner*\n@milkmakeup color chalk in green light and hopscotch*\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@aboutfacebeauty light lock highlight fluid in shaken or stirred*\n@freck rich bitch moisturizer*\n@milkmakeup sunshine skin tint in caramel*\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@aboutfacebeauty light lock highlight in lightspun*\n@thecrayoncase the blush binder\n@freck og and cheek slime in fielding *\nLips-\n@milkmakeup electric glossy lip plumper in buzzed* + black lip liner\n\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #generationbeautybay #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n5w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMh-ylKJPED/', 'likes': '6,073 likes', 'age': '2021-03-17T19:05:48.000Z', 'caption': 'looksbyotto\n🌟HALO🌟\n#studiofam #zcstarbabe\n\nHello my ottonians!! If you didn’t see, I applied for 2021 #sephorasquad !!!! Im so excited and grateful for all your testimonials!!! If my art has inspired you in any way, please feel free to leave one! Link in my bio💓\n\nI drew up this face chart and was so excited to try it out!! I love yellow🥺\n\nDrink your water my lovelies!\n\n*by pr/gifted\n\nLook details-----\nBrows-\n@milkmakeup kush liner\n\nEyes-\n@freck UFOMFG palette *\n@hankandhenrybeauty nudes\npalette🥰*\n@zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) *\n@milkmakeup kush mascara*\n@freck lid lick in hit the dip *\n@suvabeauty hydra liner in dance party and space panda\n@shopbratinc spoiled pigment*\n@colourpopcosmetics uh huh honey palette\nSkin-\n@milkmakeup hydro grip primer and vegan milk moisturizer *\n@freck rich bitch moisturizer*\n@milkmakeup flex foundation in praline and cinnamon *\n@milkmakeup flex concealer in medium*\n@maybelline fit me concealer in coffee\n@milkmakeup translucent powder*\n@milkmakeup flex highlighter in iced*\n@thecrayoncase the blush binder\n@freck og/noir and cheek slime in fielding *\n@morphebrushes continuous setting mist *\nLips-\n@milanicosmetics amore matte lip creme in covet + nude gloss\n-\n-\n-\n#explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty\n5w'}, {'username': 'looksbyotto', 'link': 'https://www.instagram.com/p/CMfpvB9JQYh/', 'likes': '452 likes', 'age': '2021-03-16T21:23:20.000Z', 'caption': 'looksbyotto\nHello my Ottonians!!! The link is in my bio! It would mean the world to me if you could take the time to leave some kind words🥰💓💓\n\nDrink your water babies! New look coming tomorrow, I drew up some really cool face charts I’m excited to share with you guys! #sephorasquad\n5w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN-nL0hBm2H/', 'likes': '501 likes', 'age': '2021-04-22T18:28:54.000Z', 'caption': 'kamillegregory\nGreen & Graphic\U0001fab4🌍💚 i’ve partnered with @Revlon for this Earth Day inspired liner moment!!\n⚠️reminder that the climate crisis is REAL & if we want to keep our planet green & free from further environmental degradation, we need to educate ourselves <33 #ad #revlon #earthday\n\n@REVLON products used⤵️\n-Colorstay Looks Book Palette “Player”\n-Chrome Ink Liner “Bronzage”\n-Colorstay Liner “Black”\n-Big Bad Lash Mascara\n-Colorstay Brow Pencil “Dark Brown”\n-Super Lusturous Shine Lipstick “Sparkling Honey”\n4d'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN8IZQOhY6p/', 'likes': '545 likes', 'age': '2021-04-21T19:21:23.000Z', 'caption': 'kamillegregory\nY2K💘✨💅🏾👛\n-i had so much fun with this look<33 i WISH i was older i would’ve thrived in the 2000s\U0001f972 but happy hump day loves hope ur day is great<33\n\nproducts used\n@bhcosmetics 00s Remix Dance Palette\n@colourpopcosmetics pretty fresh foundation\n@elfcosmetics hydrating camo concealer\n@hudabeautyshop easy bake powder “blondie”\n@nyxcosmetics butter gloss “madeline”\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#hudabeauty #nyxcosmetics #springmakeup #y2kmakeup #2000saesthetics #y2k #makeupartist #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n5d'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CN29KYgBure/', 'likes': '454 likes', 'age': '2021-04-19T19:07:11.000Z', 'caption': 'kamillegregory\nmy brow routine now vs colourpop🤍\n-which do you prefer? they both do the trick BUT if you’re a baddie on a budget colourpop’s new line is for you <33🥰\n\nproducts used👇🏾\n@colourpop feather effect styling wax “clear”\n@colourpop brow boss pencil “ash brown”\n\n#colourpop #colourpopme #soapbrows #reels #makeuptips #eyebrows #tiktokchallenge\n1w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNk9ANphkcU/', 'likes': '615 likes', 'age': '2021-04-12T19:19:39.000Z', 'caption': 'kamillegregory\nblue daises🌼💙\ninspired by @paulina.yl\n-the sun really said goodnight👋🏾 but here’s a quick lil video of my last look\n•\n•\nproducts used\n@colourpopcosmetics limoncello palette\n@colourpopcosmetics shadow stix “citrus squeeze” & “style & ease”\n@elfcosmetics hydrating camo concealer\n@elfcosmetics putty blush “maldives”\n@fentybeauty bronzer “coco naughty”\n@maccosmetics chesnut lip liner\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#graphicliner #springmakeup #makeupvideos #flowermakeup #graphiclinerlook #makeuptutorial #tiktokchallenge\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNiXI0OBOk2/', 'likes': '614 likes', 'age': '2021-04-11T19:09:57.000Z', 'caption': 'kamillegregory\nblue daises🌼💙\ninspired by @paulina.yl\n-happy sunday beauties <33 i haven’t done a blue look in a minute & my shirt matched *chefs kiss* beautifully\n•\n•\nproducts used\n@colourpopcosmetics limoncello palette\n@colourpopcosmetics shadow stix “citrus squeeze” & “style & ease”\n@elfcosmetics hydrating camo concealer\n@elfcosmetics putty blush “maldives”\n@fentybeauty bronzer “coco naughty”\n@maccosmetics chesnut lip liner\n@colourpopcosmetics so juicy gloss “candy coated”\n\n#graphicliner #springmakeup #70smakeup #flowermakeup #graphiclinerlook #makeupartist #editorialmakeup\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNaof6Nh27H/', 'likes': 'None', 'age': '2021-04-08T19:09:20.000Z', 'caption': 'kamillegregory\n3 makeup tips i wish i learned earlier🤎\n-for my woc but anyone can use them<33\nproducts shown👇🏾\n@fentybeauty bronzer “coco naughty”\n@colourpopcosmetics blush “trippin”\n@bennyemakeup banana powder\n@madebymitchell blursh “mango daiquiri” “where’s the spf”\n@colourpopcosmetics cheek dew “so cosmo”\n\n#tiktokchallenge #makeuptrends #makeuptips #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #makeuphacks #blackgirlmakeup #melaninmakeupdaily\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNYEG8YBAjK/', 'likes': '723 likes', 'age': '2021-04-07T19:11:16.000Z', 'caption': 'kamillegregory\nfemme fatal⚔️ had to switch it up real quick :)) but graphic liner is always a yes from me🖤\n\nproducts used\n@kaleidosmakeup club nebula palette + “skywalker” highlighter\n@hauslabs liquid eye-lie-ner\n@sohllashes “expensive” lashes\n@milkmakeup hydrogrip + foundation stick “golden deep”\n@colourpopcosmetics pretty fresh concealer “120W”\n@maybelline lasting fix banana powder\n@fentybeauty sun stalkr bronzer “coco naughty”\n@madebymitchell blursh “where’s the spf?”\n@nyxcosmetics praline butter gloss\n\n#graphicliner #editorialmakeup #v93oo #graphiclinerlook\n#fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua\n2w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNNvGMgB8H9/', 'likes': 'None', 'age': '2021-04-03T18:57:15.000Z', 'caption': 'kamillegregory\n2021 vs. 2016🤍 which one is your favorite?\n-personally i still love both but 2021 does it for me<3\n\nproducts\n2021\n@colourpopcosmetics brow precision pencil\n@pacificabeauty glow baby serum\n@milkmakeup hydrogrip primer\n@milkmakeup flex foundation stick\n@elfcosmetics hydrating camo concealer\n@iconiclondon sheer cream blush “fearless flush”\n@fentybeauty sunstalkr bronzer “coco naughty”\n@colourpopcosmetics lux gloss “italian ice”\n2016\n@colourpopcosmetics no filter foundation\n@lauramercier translucent setting powder\n@morphebrushes lip crayon “tlc”\n@thebombextensions lashes\n\n#tiktokchallenge #makeuptrends #morphebrushes #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #elfcosmetics #milkmakeup\n3w'}, {'username': 'kamillegregory', 'link': 'https://www.instagram.com/p/CNImkCEJAaw/', 'likes': '493 likes', 'age': '2021-04-01T19:04:29.000Z', 'caption': 'kamillegregory\njuicy🍇💚🍉💜so many colorful trends going around right now & i’m here for them all<3 here’s a cut crease moment for ur thursday\n\nproducts used\n@hudabeauty pastel rose obsession palette\n@anastasiabeverlyhills norvina vol.4 palette\n@suvabeauty @suvabeauty uv hydra fx liner “scrunchie”\n@milkmakeup flex foundation stick “golden deep”\n@colourpopcosmetics pretty fresh concealer “medium dark 120w” + cheek dew serum blush “hot fuss”\n@morphebrushes “date night” lip pencil\n@nyxcosmetics “madeleine” butter gloss\n3w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CNVnZCILW80/', 'likes': '4,604 likes', 'age': '2021-04-06T20:21:51.000Z', 'caption': 'joshuaspecks\nAnd nothing hurts anymore\n2w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CNIxl_ergYP/', 'likes': '5,049 likes', 'age': '2021-04-01T20:40:52.000Z', 'caption': 'joshuaspecks\nOnly for the photo 💚\n3w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CMa4wbtLLz9/', 'likes': '4,313 likes', 'age': '2021-03-15T00:58:24.000Z', 'caption': 'joshuaspecks\nWhich is your favorite 1-4\n6w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CMFon0Qs8B-/', 'likes': '4,918 likes', 'age': '2021-03-06T18:53:22.000Z', 'caption': 'joshuaspecks\nShould I post my roof top pics ?? 🌚✨\n7w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL-YSVpsJYf/', 'likes': '2,692 likes', 'age': '2021-03-03T23:15:56.000Z', 'caption': 'joshuaspecks\nMoments like this make me feel so alive. I got to California at 7:21am and when I stepped off the plane I felt a since of motivation, power, and just love. These 2 people made my trip something I couldn’t imagine like I got drunk for the first time I had the best vibing 🍃 conversation and I just wanna give thanks and tell you both I love you and I’m very blessed to have both of u in my life ☺️💗 Ik this shit corny to you too cuz y’all aren’t into your emotions like me sorry it’s my scorpio moon 🌚✨but stay safe, see you soon\n7w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL5EnT4LRMm/', 'likes': '3,110 likes', 'age': '2021-03-01T21:47:50.000Z', 'caption': "joshuaspecks\n90s supermodel ✨\n.\n.\n.\nFoundation: @fentybeauty PRO FILT'R SOFT MATTE LONGWEAR FOUNDATION 420\nConcealer: @milkmakeup flex concealer Caramell\nSetting powder : @onesize ULTIMATE BLURRING SETTING POWDER\nTranslucent\n8w"}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CL0F7H5LTiN/', 'likes': '3,353 likes', 'age': '2021-02-27T23:23:05.000Z', 'caption': 'joshuaspecks\nHe said he wanted to take a picture\n8w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CLzl8umLTyb/', 'likes': '1,860 likes', 'age': '2021-02-27T18:43:40.000Z', 'caption': 'joshuaspecks\nSo as a lot of you know I’m traveling right now, and I just wanted to show you some of the skin care products I’ve been using. Traveling definitely been a lot for my skin but I’ve been making a lot of progress by using the @graydonskincare winter bundle collection which is now 30% off until tomorrow 😌✨\n8w'}, {'username': 'joshuaspecks', 'link': 'https://www.instagram.com/p/CLuucm8L4BG/', 'likes': '3,082 likes', 'age': '2021-02-25T21:21:44.000Z', 'caption': 'joshuaspecks\nYeah she’s moving soon 🤫💗\n8w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/COGhNBrJdet/', 'likes': '628 likes', 'age': '2021-04-25T20:10:34.000Z', 'caption': 'catalinahotin\n🔮Played around with the Futurism VI: Lunar Lavender palette that @kaleidosmakeup was so kind to gift me🥺 I am in love with their formula, it’s so smooth and the color selection is perfect. I really want to see how many color combinations I can come up with💜 thank u so much @kaleidosmakeup !!\n@milkmakeup Sunshine Skin Tint ‘Light’\n@milkmakeup Matte Bronzer ‘Baked’\n@milkmakeup Lip+Cheek Stick ‘Perk’\n@aboutfacebeauty Matte fluid eye paint Replicant\n@milkmakeup Kush Mascara\n@aboutfacebeauty Light Lock Stick ‘Frenzy’\n#myartistcommunity #inbeautmag #v93oo #theartistedit #milkmakeup #runwaymakeup #studiofam #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #kaleidosmakeup #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas\n1d'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/COD3DcdJOnk/', 'likes': '1,750 likes', 'age': '2021-04-24T19:23:47.000Z', 'caption': 'catalinahotin\nShe is baaaaackk!! The new Daytripper launch from @aboutfacebeauty got me so excited and I wanted to play around! Thank u so much AF for these gifts, I had so much fun using them!!🥺\nMatte fluid eye paint ‘Replicant’ + ‘Freaked’ and a little bit of ‘White noise’\nLight Lock Lip glosses ‘No hard feelings’ & ‘ It’s not you, it’s me’\nLight Lock Stick ‘Frenzy’ on my cheeckbones and inner corner of my eyes\nLight Lock Stick ‘Prince’D’ on my eyes\n#myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #pastels #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas\n2d'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNnUX31pRRn/', 'likes': '727 likes', 'age': '2021-04-13T17:22:00.000Z', 'caption': 'catalinahotin\nI had to try the Blue Moon palette @colourpopcosmetics gifted me and omg I love it so muchhh, I can’t wait to play with it again, you get a good variety of light and dark shadows and you can basically mix and create any shade of blue u want💙\n@milkmakeup Sunshine Skin Tint Spf30 ‘Light’\n@lhcosmetics Infinity Glass\n@colourpopcosmetics Super Shock Cheek Matte ‘Between the sheets’ as blush and on my lips\n@benefitcosmeticsromania They’re Real Magnet Mascara\n@essence_cosmetics Clear Lip Gloss\n@nyxcosmetics Lip Liner ‘Nude Beige’\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #bluemoon #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #colourpopcosmetics #editorialmakeup #colourpop #editorialmuas\n1w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNfsOAupMZn/', 'likes': '765 likes', 'age': '2021-04-10T18:16:26.000Z', 'caption': 'catalinahotin\nI knew I had to do a green look once I saw this incredible neon nail polish that @cirquecolors kindly gifted me, the shade is called ‘High Society’ 💚✨\n@milkmakeup Sunshine Skin Tint\n@ucanbemakeup Athena Painting palette\n@urbandecaycosmetics 24/7 Glide-On Pencil ‘Perversion’\n@benefitcosmeticsromania They’re Real Mascara\n@nyxcosmetics Lip Liner ‘Nude Beige’\n@essence_cosmetics Clear Lip Gloss\n#motd #myartistcommunity #cirquecolors #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #greenmakeup #neongreen #facepaint #artwork #graphicmakeup #avantgardemakeup #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas\n2w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNVUoUVJtaP/', 'likes': '439 likes', 'age': '2021-04-06T17:37:55.000Z', 'caption': 'catalinahotin\nWith peace and love Tuesday can only mean one thing and that is Frenemies💗🖤\n@milkmakeup Sunshine Skin Tint\n@ucanbemakeup Athena Painting Palette\n@milkmakeup Kush Mascara\n@kaleidosmakeup The Escape Pod palette ‘Flamingo’\n@follyfire Syncope Palette ‘Blackout’\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #frenemies #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas\n2w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNNtZUNp0cP/', 'likes': '3,382 likes', 'age': '2021-04-03T18:40:24.000Z', 'caption': 'catalinahotin\nMy profile vs. how someone else’s profile could look like. The standard of beauty is always going to be something very conflicting but this is how I look like and I want to celebrate it. If you feel like you don’t belong or that social media is pressuring you in any sort of way - it’s okay to take a break, to curate the content you want to see, to follow people that look like you. Make a list of things you like and search for them, sometimes we forget about what makes us who we are right now. You might change in 2 years and that’s okay, try your best to live your life according to the standards that you want for yourself and what you can have control over!! I hope u guys are well!\n#motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas\n3w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CNAzlk8pAI-/', 'likes': '1,809 likes', 'age': '2021-03-29T18:24:22.000Z', 'caption': 'catalinahotin\nHow this look makes me feel:👽\n@milkmakeup Sunshine Skin Tint ‘Light’\n@aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’\n@rcmamakeup No Color Powder\n@milkmakeup Matte Bronzer ‘Baked’\n@aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’\n@dermacol_ro foundation on my brows\n#motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bleachedbrows #editorialmuas\n4w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CM7xFmPJZS2/', 'likes': '1,784 likes', 'age': '2021-03-27T19:26:19.000Z', 'caption': 'catalinahotin\nSaw Tania’s @luciphyrr beautiful black and white liner from a couple of months ago and it really inspired me to play around🤍 I tried to adapt this to my eye anatomy as much as I could. This gives me the fifth element vibes 😂\n@milkmakeup Sunshine Skin Tint ‘Light’\n@aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’\n@rcmamakeup No Color Powder\n@milkmakeup Matte Bronzer ‘Baked’\n@aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’\n@ucanbemakeup Athena painting palette for my brows\n@nyxcosmetics Lip Liner ‘Nude Beige’ + @essence_cosmetics Clear Lip Gloss\n#motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas\n4w'}, {'username': 'catalinahotin', 'link': 'https://www.instagram.com/p/CM2mL2YpCUU/', 'likes': '1,215 likes', 'age': '2021-03-25T19:14:51.000Z', 'caption': 'catalinahotin\nHad so much fun doing this lewk🦜Thank u to everyone that joined me in this very early live today🧡\n@milkmakeup Sunshine Skin Tint ‘Light’\n@milkmakeup Flex Concealer ‘Porcelain’\n@ucanbemakeup Athena Painting palette as eye base and blush\n@aboutfacebeauty Light Lock Highlighter Fluid ‘Fight or Flight’\n@ucanbemakeup Lemon Drop Palette (the neon orange shade) + Blue Tonic Palette (the blue shade)\n@kaleidosmakeup Club Nebula ‘Gravity’\n@aboutfacebeauty Pearly Dhadow Stick ‘Acidic’ on my waterline\n@nyxcosmetics Lip Liner ‘Nude Beige’\n@milkmakeup Lip Color ‘Skillz’ + Electric Glossy Lip Plumpers ‘Buzzed’\n#milkmakeup #studiofam #aboutfacebeauty #aboutface #facepaint #kaleidosmakeup #orangeblush #neonorange #colorfulmakeup #clubnebulapalette #faceart #graphicmakeup #graphicliner\n4w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/COGGk3grmAc/', 'likes': '169 likes', 'age': '2021-04-25T16:17:54.000Z', 'caption': 'divaadana\nTutorial is up on my stories 🌝 @bperfectcosmetics ⚡️THE PERFECT STORM PALETTE⚡️\n\nUse my code ‘DIVA20’ to get 20%off🌝\n\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#lovetahitipalette\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect eyeshadow Primeer\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #perfectstormpalette\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare\n1d'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNp9gG8rrLc/', 'likes': '246 likes', 'age': '2021-04-14T17:59:52.000Z', 'caption': 'divaadana\nTutorial is up on my stories 🌝 @bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\n\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare\n1w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNkrc7SLbwY/', 'likes': '165 likes', 'age': '2021-04-12T16:45:56.000Z', 'caption': 'divaadana\nThanku so much @hn_vip_birmingham @harveynichols for inviting me on the reopening of your store☺️ Shops I have missed you😭\nToday I had ‘Nettle venom anti-ageing facial’ with @heavenskincare and believe me guys my skin feels super amazing and hydrated🤍 Get booking🤗\nPS I m wearing mask🙃don’t forget to wear your mask😷\n\nAD #invited #backtogetherwithHN\n#HarveyNichols #birmingham #harveynicholsbirmingham #mailbox\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNh47K5j2iC/', 'likes': '175 likes', 'age': '2021-04-11T14:46:15.000Z', 'caption': 'divaadana\nI am doicheee🌝 @bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\nShades i used for this look👇🏼\n✔️ MURPHYS\n✔️ Sneak Peak\n✔️ Gratitude\n✔️ Le Le\n✔️ Lily\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNfOGqELIyz/', 'likes': '159 likes', 'age': '2021-04-10T13:53:18.000Z', 'caption': 'divaadana\n@bperfectcosmetics 🌤DREAM BIG🌤\nBRAND NEW #manifestdreambig Palette\nUse my code ‘DIVA20’ to get 20%off🌝\nShades i used for this look👇🏼\n✔️ MURPHYS\n✔️ Sneak Peak\n✔️ Gratitude\n✔️ Le Le\n✔️ Lily\nFinished off the look with:\n✨#doubleglazedgloss in Raise Your Vibe\n✨#universallashes Think Mink in Dream Big\n✨#indestructibrow Lock & Load CHAROCAL\n✨ Perfect Prime\n✨ Perfection Primer\n✨Face & Body Brush\n\n#AF #manifestdreambig\n.\n.\n.\n@bperfectbrendan @bperfectmega\n\n#bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest\n#makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNXk5DID_--/', 'likes': '184 likes', 'age': '2021-04-07T14:38:44.000Z', 'caption': 'divaadana\nBe more of you, and less of them....\n\nMakeup Deetz 👇🏻\n@anastasiabeverlyhills DipBrow Darl Brown\n@anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET\n@candybeauty_uk Duo Chrome loose eyeshadow\nshade no. 1\n@candybeauty_uk Lashes Candy Fluff\n@morphe2 #hinthintskintint Foundation\n@morphe2 #HIDE&PEEK CONCEALER\n@candybeauty_uk Highlighter\n@hudabeautyshop #mattelipstick Anniversary\n@irumatlas Earrings\n.\n.\n.\n#anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNU7JCgLVB_/', 'likes': '232 likes', 'age': '2021-04-06T13:55:11.000Z', 'caption': 'divaadana\nThanku for the tag Babe😘 @f_zana88 Inspired @applelove_makeup\n\nMakeup Deetz 👇🏻\n@anastasiabeverlyhills DipBrow Darl Brown\n@anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET\n@candybeauty_uk Duo Chrome loose eyeshadow\nshade no. 1\n@candybeauty_uk Lashes Candy Fluff\n@morphe2 #hinthintskintint Foundation\n@morphe2 #HIDE&PEEK CONCEALER\n@candybeauty_uk Highlighter\n@hudabeautyshop #mattelipstick Anniversary\n@irumatlas Earrings\n.\n.\n.\n#anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes\n2w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNSpC7NL85w/', 'likes': '152 likes', 'age': '2021-04-05T16:38:35.000Z', 'caption': 'divaadana\nTutorial on this look is up on my stories🥰 EYEZ @bperfectcosmetics @staceymariemua #lovetahiti palette💚 Browz @bperfectcosmetics Lock&Load CHAROCAL 💚Lashes @bperfectcosmetics Love Tahiti 💚 Face @bperfectcosmetics Face Primer #bperfectcosmetics #bperfectcarnivalpalette #staceymariemua #makeupwithjah #bperfectxstaceymarie #makeuptutorialsxox #wakeupandmakeup #wakeup2slay #makeupaddict #makeupbymario #jaclynhill\n3w'}, {'username': 'divaadana', 'link': 'https://www.instagram.com/p/CNKs991ra05/', 'likes': '89 likes', 'age': '2021-04-02T14:38:56.000Z', 'caption': 'divaadana\nSWIPE⏯🥰Brow @anastasiabeverlyhills DipBrow Dark Brown Eyez @norvinacosmetics @norvina Palette @anastasiabeverlyhills Lashes ‘Gorgina’ @anastasiabeverlyhills Waterproof Crème Colour ‘JET’ @anastasiabeverlyhills LASH BRAG Mascara #anastasiabeverlyhills #anastasiabrows #anastasiasoare #browfreeze #norvinapalette #norvina #norvinacosmetics #makeuptutorial #makeuptutorialx0x #makeupartistsworldwide #glittermakeup\n3w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CMPmA1QpcJ9/', 'likes': '247 likes', 'age': '2021-03-10T15:42:58.000Z', 'caption': 'nadzerben\nMuse.\n-\n@claropsyche #claropsyche psyches box : Fantasia .\n-\n#fentybeauty Pousticle lipstick : Alpha doll, Purpsicle.\n-\n@maccosmetics @maccosmeticsfrance : #browset.\n-\nMascara extrême dimension.\n-\nFull coverage foundation palette.\n-\n@itsall.fluff bronzer .\n-\n#avantgarde #editorial #makeupartist #v93oo #modelmalay #inbeautmag #avabtgardemakeup #runawaymakeup #colorfulmakeup #euphoriamakeup #makeupideas #uglymakeuprevolution #makeupoftheday #ravvebeauty #graphicliner #dazedbeauty\n6w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CL1pbfyqQ3b/', 'likes': 'None', 'age': '2021-02-28T13:54:39.000Z', 'caption': 'nadzerben\nNew for @rad.cartier and the beautiful @your.jade\n-\nRAD CARTIER - VT ZOOM VII : prod @damn_blase\n\n🎬 @jomlm .\n@tvo.prod .\nManagement : @lalignebleuerecords .\nStreadycam : @dylan__schaub .\nStylisme : Ben Georg & Qleo .\nChargée prod : Maryann Rarrbo\nMontage : @antoineerre\nChef op : @lucaspomps @charlesthiefaine\n-\n#makeup #makeupartistparis#\n8w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CJWRao7Jqq5/', 'likes': '264 likes', 'age': '2020-12-28T16:23:30.000Z', 'caption': 'nadzerben\n🎉.\n-\n@suvabeauty Uvtaffies, BUBBLE BUTT #suvabeauty .\n-\n@diormakeup lacquer plump. Midnight star 898. #dior\n-\n#nyxcosmetics #nyx epic ink liner #graphicliner .\n-\n@maccosmeticsfrance studio fix conceal and correct palette - MEDIUM.\n-\n#maccosmetics extrême dimension 3D black lash #mascara .\n-\n#avantgarde #editorialmakeup #eyeliner #colorfulmakeup #theartistedit #mua #maquillage #makeupartist #freelancemakeupartist #freelancemua #editorialmakeup #makeuptutorial #makeupparis #neonpink #inbeautymag #v93oo\n17w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CIV1iufJP4_/', 'likes': '446 likes', 'age': '2020-12-03T15:48:32.000Z', 'caption': 'nadzerben\n🥵.\n-\n\nBronze .\n@maccosmeticsfrance #maccosmetics studio fix fluide.\n-\nPoudre bronzante : BRONZE.\n-\n@tartecosmetics #tartecosmetics shape tape #concealer .\n-\n@diormakeup #diorbackstage palette #highlighter .\n-\n@hudabeauty #hudabeauty mascara.\n-\n#nyxcosmetics #nyx @nyxcosmetics_france epic ink liner.\n-\n@ofracosmetics #ofracosmetics highlighter star island.\n-\n-\n20w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH-rII7pF2u/', 'likes': '469 likes', 'age': '2020-11-24T15:55:00.000Z', 'caption': 'nadzerben\nSoft.\n-\n@glisten_cosmetics totally bonaty ; SHRUB, PINE #greeneyeshadow .\n-\n@maccosmeticsfrance #maccosmetics eyeshadow - what’s the wifi.\n-\n@milkmakeup flex #highlighter #milkmakeup : iced - soft gold.\n-\n@narsissist #narscosmetics #nars sheer glow foundation.\n-\n21w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH28leSJ2iC/', 'likes': '2,421 likes', 'age': '2020-11-21T15:53:37.000Z', 'caption': 'nadzerben\n🟦🟫⬛️.\n-\nFace :\n-\n#maccosmetics studio fix fluid.\n-\n@esteelauder concealer double wear.\n-\n#nyxcosmetics #nyx Honey dew me up #primer .\n-\n@beautybaycom fiery 42 colour palette.\n-\nEyes :\n-\n#jeffreystar #jeffreestarcosmetics blue blood eyeshadow palette. : Blue monday, celebrity skin.\n-\n#milkmakeup kush clear brow gel.\n-\nLips.\n-\n@glossier #glossier clear lip gloss.\n-\n@maccosmeticsfrance crayon contour lèvre tourbillon.\n-\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CH0ZB1qpT2J/', 'likes': '548 likes', 'age': '2020-11-20T16:04:26.000Z', 'caption': 'nadzerben\nButtercup / Rebelle ✨\n-\n@fentybeauty #flyliner .\n-\n@milkmakeup kush clear brow gel.\n-\n#maccosmetics studio fix fluid : NC38.\n-\n@suvabeauty #suvabeauty hydra fx palette : UV TAFFIES.\n-\n@stargazerproducts neon eye dust.\n-\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CHxzGTwp2OH/', 'likes': '711 likes', 'age': '2020-11-19T15:54:31.000Z', 'caption': 'nadzerben\nGolden tears baby.\n-\n@milkmakeup kush clear brow gel 🥰.\n-\nAnd sunshine skin - medium.\n-\n@hudabeauty #hudabeauty #goldobessions palette #gold .\n-\n@fentybeauty #fentybeauty #flyliner .\n-\n@tartecosmetics shape tape contour concealer 20B light #shapetape .\n-\n#graphicliner #eyeliner #goldmakeup #eyemakeup #art #concept #v93oo #inbeautmag #makeupideas #editorialmakeup #modelmalay #theartistedit #uglymakeuprevolution #euphoriamakeup #fentybeautyuniversity\n22w'}, {'username': 'nadzerben', 'link': 'https://www.instagram.com/p/CHspkM1p0QV/', 'likes': '714 likes', 'age': '2020-11-17T15:55:01.000Z', 'caption': 'nadzerben\nAlien.\n-\n#narsissist sheer glow foundation.\n-\n@glisten_cosmetics totally botany: PINE.\n-\n#maccosmetics studio fix concealer.\n-\n@jeffreestarcosmetics #jeffreestarcosmetics blood sugar eyeshadow palette; Glucose, root canal.\n-\n@beautybaycom #beautybay delicate bouncy beam #highlights.\n-\n#avantgarde #editorial #conceptualmakeup #alien\n22w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/COGh3EYhfmA/', 'likes': 'None', 'age': '2021-04-25T20:18:07.000Z', 'caption': 'tikamargarita\n@morphebrushes new 35D palette is such a fall vibe. Ill be posting a few pooks i created using the palette ✌️ enjoy🙏\n.\n@dragunbeauty lavendar corrector used under eyes to prime the shadow\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN_jChYB4w_/', 'likes': '401 likes', 'age': '2021-04-23T03:11:56.000Z', 'caption': 'tikamargarita\nIts 420 errday\n.\nThe lewk\n.\n@morphebrushes lisa frank palette\n@ilassh.h glitter *gifted*\n@nonohebeauty monarch lash\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n3d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN4AfXPBwv8/', 'likes': '310 likes', 'age': '2021-04-20T04:57:41.000Z', 'caption': 'tikamargarita\nAfter doing many make up lessons, I realize that this is a technique that can help many people.\n.\nA lot of people request to do a lesson with me because they want to do the eye make up that touches the temple (or “pulled out” or “winged shadow”)\n.\nI finally feel like I figured out the secret. I have a YouTube video that is POV style, that describes this in more detail.\n.\n\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n6d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN3g9H7hdQo/', 'likes': '503 likes', 'age': '2021-04-20T00:19:47.000Z', 'caption': 'tikamargarita\nU know what time it is 💨\n.\n4:20 💨💨💨\n.\n@morphebrushes lisa frank palette (no filter)\n.\n@nyxcosmetics brow marker in the darkest shade\n.\n@anynikobeauty heartbreaker lash\n.\n@milkmakeup sunshine skin tint\n.\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n6d'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN2w4SMBzcG/', 'likes': '764 likes', 'age': '2021-04-19T17:19:50.000Z', 'caption': 'tikamargarita\nA 420 moment\n.\n@shanel_cosmetics melaliner in 💚🖤\n.\n@anynikobeauty lash in heartbreaker\n.\n@milkmakeup vegan milk, sunshine skin tint\n.\n@sheinofficial mask (i only use this alone, sort of like a hot box lol)\n.\n\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN1vRhqBaTe/', 'likes': '179 likes', 'age': '2021-04-19T07:46:26.000Z', 'caption': 'tikamargarita\nThe vibeeeeeeee 💨💨💨\n.\n420 has officially begun on my ig 💚💨 grab ur grinder sis💨✌️😍✌️💨\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CN0hJq4h9Tr/', 'likes': '407 likes', 'age': '2021-04-18T20:23:47.000Z', 'caption': 'tikamargarita\nName this look👇🏾👇🏾👇🏾\n.\nYt tutorial coming soon (its ling and detailed so im editting for days lol)\n.\nNose cuff made by me #dm me to order\n.\n@nonohebeauty m0rphe lash\n.\n@shanel_cosmetics @shanelcosmetic melaliners (best wateractivated liners eva. Use code tikamargarita to save at checkout)\n.\nSo many palettes were used to create this look 😅\n@morphebrushes\n💎 @maddieziegler palette\n💙💚 @lisafrank palette\n🎀 👗 @iluvsarahii sweetoasis palette\n.\nLip is @maddisonbeerrrrr mars lipgloss\n#morphebrushes fluidity foundation to cut crease\n.\n@milkmakeup sunshine skin tint + flex + blur powder to set\n.\nBrows : theres a tutorial on my yt channel : tikamargarita\n.\n\n.\n#beauty\n#explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020\n#virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii\n1w'}, {'username': 'tikamargarita', 'link': 'https://www.instagram.com/p/CNsip6oBdKf/', 'likes': '588 likes', 'age': '2021-04-15T18:03:10.000Z', 'caption': 'tikamargarita\n🤣🤣🤣\n1w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/COBztTKJYXb/', 'likes': 'None', 'age': '2021-04-24T00:16:40.000Z', 'caption': 'axchristine\nHi besties!!!! I tried doing a different makeup style and honestly ended up doing what I normally do except contour my nose lol — I used this months April @boxycharm to achieve this look inspired by @itskaijasmine 🥰💕✨ #giftedbyboxycharm\n2d'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNsLrV5JUAR/', 'likes': '808 likes', 'age': '2021-04-15T14:42:13.000Z', 'caption': 'axchristine\nGood morning!! 🌤 Swipe left to see a mini tutorial on this look! 🤎✨ — I had so much fun taking my time and recording this look and it turning out far better than I expected. Do you guys want to see more videos of me doing my makeup?🥺 because i think I actually enjoy doing them now.\n\nPRODUCTS USED:\n\n@hudabeautyshop Khaki Haze palette\n@hudabeautyshop Faux Filter Foundation stick in Macchiato\n@hudabeautyshop The Overachiever Concealer in Nougat\n@milkmakeup Flex Highlighter in Iced\n@makeuprevolution Reloaded Blusher in Swoon\n@moitiecosmetics 10-Day Lashes in #LosAngeles\n@nyxcosmetics Lip Liner in Downtown Beauty\n@mavenbeauty Basic Beat in Coquito for the center of my lips\n1w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNfs_8CpAFc/', 'likes': 'None', 'age': '2021-04-10T18:27:18.000Z', 'caption': 'axchristine\nTRYING Milk Makeup’s Newest Launch!!⚡️💚\n\n*Everything in this video was kindly gifted by my @milkmakeup fam!!*\n\nHi guys!! I thought I’d do a super fun quick video trying on Milk Makeup’s Newest Products! Makeup makeup came out with amazing products that are all so easy to apply! In this IGTV I’m using their Electric Glossy Lip Plumpers and Color Chalk!\n2w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CNN_--HpYOI/', 'likes': '514 likes', 'age': '2021-04-03T21:22:49.000Z', 'caption': 'axchristine\n@colourpopcosmetics x @disney Lizzie McGuire collab did what they had to do and I’m here for it!!! I’m so in love the collection and the nostalgic feeling it brings to me🥺 if you haven’t gotten your hands the collection you NEED to!!! You won’t regret it💗✨ #colourpopcosmetics #colourpoplizziemcguire\n\nPRODUCTS USED FROM THE COLLECTION —\n\n🌸 This Is What Dreams are Made Of palette\n🌸 Lizzie So Juicy Plumping Gloss in the Dear Diary kit\n🌸You Are Magnifico Pressed Powder Blush\n3w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMyO_hRpp86/', 'likes': '578 likes', 'age': '2021-03-24T02:35:14.000Z', 'caption': 'axchristine\nAlexa please play ‘Please Don’t Go’ by Mike Posner 😌 — created this look using this months March @boxycharm #giftedbyboxycharm\n\nBoxycharm Products:\n@limecrimemakeup - Venus 3 Eyeshadow Palette\n@glowrecipe - Banana Soufflé Moisture Cream\n@mavenbeauty - Maven Rose Water Setting Spray (New Launch)\n@kabcosmetics - Hydrating Lip Oil\n@thebeautycrop - Avocado Hydrating Eye Mask\n4w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMbGniRJ1lA/', 'likes': '898 likes', 'age': '2021-03-15T02:59:31.000Z', 'caption': 'axchristine\nI’m in love with my future ✨🤍 — I got to finally actually sit down and take my time with my look, it’s been forever since I could actually do that and damn I missed that so much. I had so much getting pretty just because 🥺 I look forward to more small moments with myself like this again!!\n\nHair color is by @gooddyeyoung in Steal My Sunshine and Riot 💛🧡 #gooddyeyoung @yelyahwilliams\n\nPRDUCT DEETS —\n\nEYES:\n@colourpopcosmetics ‘Snowhere’ from Snow Much Fun Hello Kitty and Friends palette\n\nBROWS:\n@benefitcosmetics 24-HR Brow Setter\n@anastasiabeverlyhills Brow Powder Duo in “Dark Brown”\n\nFACE:\n@maybelline Fit Me Dewy + Smooth Foundation in 220 Natural Beige #maybelline\n@benefitcosmetics Boi-sing Cakeless Concealer in No.5 #benefitcosmetics\n@colourpopcosmetics Soft Brown Freckle Pen\n@colourpopcosmetics Bundled Up Hello Kitty and Friends Blush\n@lottielondon Diamond Bounce Trio Illuminating Powder Highlighter #lottielondon\n@milkmakeup Hydro Grip Set + Refresh Spray #milkmakeup\n@blackradiancebeauty Long Lasting and Toning Face Primer #blackradiancebeauty\n\nLIPS:\n@colourpopcosmetics Lippie Pencil in BFF3\n@colourpopcosmetics Luxe Lip Oil in Smirk #colourpopcosmetics\n@anastasiabeverlyhills Undressed Lipgloss\n6w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CMQFCLJpIAl/', 'likes': '798 likes', 'age': '2021-03-10T20:14:02.000Z', 'caption': 'axchristine\nMatching my makeup to my @parade Carbon Neutral undies!! 🧡💗💛 — makeup look inspired by my lovely friend @laurwongs 🥰🧡 also.... hiiiiiii new hair alert!!!! I’m in love with my new hair. I used the colors Steal My Sunshine + Riot by @gooddyeyoung 🧡💛\n\n.\n.\n.\n\nPRODUCTS USED\n@colourpopcosmetics x @hellokitty and Friends collection Bundled Up Pressed Powder Cheek blush #colourpopcosmetics #hellokitty\n@colourpopcosmetics Lux Lip Oil in ‘Smirk’\n@colourpopcosmetics Freckle Pen in ‘Soft Brown’\n@colourpopcosmetics Lippie Pencil in BFF 3\n@maybelline Ultimatte Lipstick in ‘More Buff’ #maybelline #ultimattelipcream\n@hudabeauty Foundation Stick in ‘Tres Leches’ #hudabeauty\n@glittermoosecosmetics UV Liners #glittermoose\n@hudabeauty @kayali Deja Vu White Flower Hair Mist — I love using this after I’m finished getting ready!! I definitely need this in every fragrance + as a perfume ✨🤍 #kayalidéjàvu\n6w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CLzriGtJjgY/', 'likes': '586 likes', 'age': '2021-02-27T19:32:28.000Z', 'caption': 'axchristine\nHappy Saturday!!! 💕💖 I hope everyone has an amazing weekend full of love and positivity. — today’s makeup look was inspired by @glamierre Pink Luxe Glitter Eye Brush Collection in this month February @boxycharm 💗✨ #boxycharm #boxycharmer #giftedbyboxycharm\n\nThe airbrushed hearts is inspired by: @stenss 💕😌\n\nPRODUCTS IN THIS MONTHS BOXYCHARM:\n@nclabeauty So Rich Love Potion #nclabeauty\n@glamierre Pink Luxe Glitter Eye Brush Collection #glamierre\n@tula So Poreless Deep Exfoliating Blackhead Scrub #tulaskincare\n@trestique Eye Duo: Good Vibes Mascara + Eye Pencil #trestique\n@wander_beauty Getaway Eye and Face Palette - i used the blush in this for my face!! #wanderbeauty\n8w'}, {'username': 'axchristine', 'link': 'https://www.instagram.com/p/CLX0x1jJdpU/', 'likes': '484 likes', 'age': '2021-02-16T23:54:31.000Z', 'caption': 'axchristine\ngift your significant other a cute @doseofroses Rose Bear as a ‘just because’ gift 🤎🧸 you can use my discount code ‘XOAULANI’ for some $$ off! @doseofcolors #doseofroses #doseoflove #giftedbydose\n9w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CN0SCFhnBKE/', 'likes': '1,587 likes', 'age': '2021-04-18T18:11:59.000Z', 'caption': 'frankiepdarling\nGo to dewy skin ✨\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@renskincare ready steady glow daily aha tonic\n@renskincare brightening dark circle eye cream\n@milkmakeup vegan milk moisturiser\n@collectioncosmetics_uk lasting perfection blemish concealer\n@ciatelondon dewy skin glass glow tint\n@milkmakeup bronzer - baked\n@tower28beauty beachplease lip & cheek tinted balm - rush hour\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows (code FRANKIE10 for 10% off)\n@ctilburymakeup brow lift brow crayon - natural brown\n𝙀𝙮𝙚𝙨 ~\n@ciatelondon wonderwand mascara\n𝙇𝙞𝙥𝙨 ~\n@milkmakeup melatonin overnight lip mask\n\n#veganmakeup #crueltyfreebeauty #dewyskintutorial #glassskin #soapbrows #makeupreels #explorepage #mua\n1w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNqAJSInbU8/', 'likes': '2,527 likes', 'age': '2021-04-14T18:22:58.000Z', 'caption': 'frankiepdarling\nDragonfruit\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup vegan milk moisturiser\n@ciatelondon dewy skin glass glow tint\n@milkmakeup bronzer - baked\n@tower28beauty beachplease lip & cheek tinted balm - rush hour\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows (code FRANKIE10 for 10% off)\n@ctilburymakeup brow lift crayon - natural brown\n𝙀𝙮𝙚𝙨 ~\n@kaleidosmakeup club nebula palette & escape pod palette\n@ciatelondon wonderwand mascara\n@eldorafalseeyelashes - m115 lashes\n𝙇𝙞𝙥𝙨 ~\n@peachesmakeup borderline lip liner\n@chantecaille lip veil - honeypot\n\n#theartistedit #v93oo #ravvebeauty #dazedbeauty #inbeautmag #dewyskin #veganmakeup #crueltyfreebeauty #hypebaebeauty\n1w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNk5rHxHMCh/', 'likes': '1,487 likes', 'age': '2021-04-12T18:50:13.000Z', 'caption': 'frankiepdarling\nAD* How to highlight & contour using @collectioncosmetics_uk 🖤 you can use code ‘FrankieD20’ at checkout for 20% off ✨\nProducts used:\n@collectioncosmetics_uk primed and ready anti fatigue illuminating primer - £4.99\n@collectioncosmetics_uk lasting perfection foundation, shade cashew - £6.49\n@collectioncosmetics_uk lasting perfection concealer, shades cashew and honey - £4.19\n@collectioncosmetics_uk lasting perfection matte liquid lipstick, secretive - £3.99\n@collectioncosmetics_uk lasting perfection illuminating sheer loose powder, translucent - £2.99\n@collectioncosmetics_uk bronze and glow bronzer £2.99\n@collectioncosmetics_uk primed and ready dewy setting spray - £5.99\n\nMusic: Tranquillity - Chill Lofi Hip Hop Beat by Prod. Riddiman\n\n#collectioncosmetics #veganmakeup #crueltyfreebeauty #makeuptutorial #makeupvideo\n2w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNQWiadHKcT/', 'likes': '3,837 likes', 'age': '2021-04-04T19:18:42.000Z', 'caption': 'frankiepdarling\nLil tutorial for the previous post 🖤\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup sunshine skin tint\n@ilmakiage concealer\n@athrbeautyco Crystal charged cheek palette\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@ctilburymakeup brow lift pencil\n@ctilburymakeup micro precision tinted brow gel\n𝙀𝙮𝙚𝙨 ~\n@xxrevolution xxplicit eyeshadow palette\n@kvdbeauty dramatic lashes\n𝙇𝙞𝙥𝙨 ~\n@nyxcosmetics cold brew lip liner\n@3ina 328 lipstick\n@nyxcosmetics filler instinct lip gloss in cheap fills\n\n#veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #00s #reelsinstagram #themakeupedit #explorepage #makeuptutorial\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNLD4R-njLM/', 'likes': '4,229 likes', 'age': '2021-04-02T17:59:08.000Z', 'caption': 'frankiepdarling\nThe noughties\nSwipe for inspo ➡️\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@milkmakeup sunshine skin tint\n@ilmakiage concealer\n@athrbeautyco Crystal charged cheek palette\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@ctilburymakeup brow lift pencil\n@ctilburymakeup micro precision tinted brow gel\n𝙀𝙮𝙚𝙨 ~\n@xxrevolution xxplicit eyeshadow palette\n@kvdbeauty dramatic lashes\n𝙇𝙞𝙥𝙨 ~\n@nyxcosmetics cold brew lip liner\n@3ina 328 lipstick\n@nyxcosmetics filler instinct lip gloss in cheap fills\n\n#veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #explorepage #themakeupedit #inbeautmag #glammakeup\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNDYJKjnMzI/', 'likes': '1,756 likes', 'age': '2021-03-30T18:22:34.000Z', 'caption': 'frankiepdarling\nAD Fluffy brows using @collectioncosmetics_uk ✨\nYou can save 20% off with code ‘FrankieD20’ 🖤\nProducts used:\n@collectioncosmetics_uk incrediBROW Brow Primer - £3.99\n@collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99\n@collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99\n@collectioncosmetics_uk incrediBROW Brow Setting Wax\n\n#makeupreels #fluffybrows #browtutorial #collectioncosmetics #veganmakeup #crueltyfreebeauty\n3w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CNA1CoTnd9F/', 'likes': '2,253 likes', 'age': '2021-03-29T18:37:04.000Z', 'caption': 'frankiepdarling\nAD* Full fluffy brows using @collectioncosmetics_uk 🖤\nYou can save 20% off if you use code ‘FrankieD20’ at checkout ✨\nProducts used:\n@collectioncosmetics_uk incrediBROW Brow Primer - £3.99\n@collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99\n@collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99\n@collectioncosmetics_uk incrediBROW Setting Wax - £3.99\n\n#veganmakeup #crueltyfreebeauty #fluffybrows #collectioncosmetics #naturalmakeuplook\n4w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CM0JjwjHeaM/', 'likes': '3,051 likes', 'age': '2021-03-24T20:26:33.000Z', 'caption': 'frankiepdarling\n1 palette, 2 looks ✨\nProducts used:\n@urbandecayuki primer potion\n@urbandecayuki naked wild west palette\n@urbandecayuki perversion eye liner\n@spectrumcollections\n\n#urbandecaycosmetics #makeupreels #veganmakeup #crueltyfreebeauty #asosfaceandbody #theartistedit #ravvebeauty #dazedbeauty\n4w'}, {'username': 'frankiepdarling', 'link': 'https://www.instagram.com/p/CMxeV78nZtU/', 'likes': '3,248 likes', 'age': '2021-03-23T19:30:07.000Z', 'caption': 'frankiepdarling\nMuted lines\nProducts used:\n𝙁𝙖𝙘𝙚 ~\n@lottielondon coconut Illuminating primer\n@urbandecayuki stay naked hydromaniac tinted glow foundation\n@tower28beauty rush hour lip & cheek tinted balm\n@baremineralsuk faux tan bronzer\n𝘽𝙧𝙤𝙬𝙨 ~\n@soapbrows ‘FRANKIE10’ - 10% off\n𝙀𝙮𝙚𝙨 ~\n@urbandecayuki naked Wild West palette\n@urbandecayuki perversion glide on eye pencil\n@milkmakeup kush mascara\n𝙇𝙞𝙥𝙨 ~\n@ctilburymakeup iconic nude lip liner\n@chantecaille honey pot lip veil\n\n#theartistedit #themakeupedit #editorialmakeup #veganmakeup #crueltyfreebeauty #urbandecay\n4w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/COEXQDuAjZv/', 'likes': '39,368 likes', 'age': '2021-04-25T00:05:07.000Z', 'caption': 'beatby.dee\nThis was one of my favorite looks💚\n1d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN5bP9fAgrc/', 'likes': '29,727 likes', 'age': '2021-04-20T18:08:25.000Z', 'caption': 'beatby.dee\nSpamming 💛\nDress: @nellyboo32 Nyaisa Boutique ❤️\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN5YUtDgBwz/', 'likes': '8,597 likes', 'age': '2021-04-20T17:42:51.000Z', 'caption': 'beatby.dee\nLashBooks are still on sale 💗 order yours on fuckaveragebeauty.com @fuckaveragebeauty I’m wearing Lash PRINCESS 🤩🥰\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN3xiR9gVIk/', 'likes': '31,214 likes', 'age': '2021-04-20T02:44:40.000Z', 'caption': 'beatby.dee\nOn a date and I ain’t nervous 😘\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CN3g5MWgEZN/', 'likes': 'None', 'age': '2021-04-20T00:20:15.000Z', 'caption': 'beatby.dee\nYea I got a bae but I left that nigg😘 at home 😛\nG.O.A.T glue: @g.o.a.tglue\n6d'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNyMoVOgWw5/', 'likes': '14,774 likes', 'age': '2021-04-17T22:45:59.000Z', 'caption': 'beatby.dee\nWe love a cute soft glam 🤍\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNvpNmDLAxl/', 'likes': '12,761 likes', 'age': '2021-04-16T22:58:01.000Z', 'caption': 'beatby.dee\nI ain’t really been doing hair since I left the shop but I still got it 😘 Pretty Pony Fasho ♥️\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNth11SAv7H/', 'likes': '3,689 likes', 'age': '2021-04-16T03:15:08.000Z', 'caption': 'beatby.dee\nShesss hereeee 🥰🥰 GO ORDER YOURS NOWW! 💗💗 sold on FuckAverageBeauty.com 🤩\n1w'}, {'username': 'beatby.dee', 'link': 'https://www.instagram.com/p/CNtMjxTAAXS/', 'likes': '3,111 likes', 'age': '2021-04-16T00:09:10.000Z', 'caption': 'beatby.dee\nStay tuned!!! LAUNCHING 12AM EST exclusively sold on FuckAverageBeauty.com 🥰🤩🤩\n1w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNmlDUvAnFo/', 'likes': '186 likes', 'age': '2021-04-13T10:28:30.000Z', 'caption': 'emilyreecemua\nHello look at my face!!!! And this funky liner look drawn by my arch nemesis @jessicanguyenxo\nThink I’m gonna film part 2. of these funky liner looks tomorrow !!!!!! 🌈\n————————————\n@glisten_cosmetics cherryade, lemonade, limeade, blueberry, traffic cone wet liners\n@morphebrushes spiffy lip liner, dream wondertint blush\n@patmcgrathreal nude fetish skin highlighter\n@benefitcosmetics @benefitaustralia precisely my brow 4.5\n1w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNZsUIRgAfD/', 'likes': '194 likes', 'age': '2021-04-08T10:21:50.000Z', 'caption': 'emilyreecemua\nAn up close look at the first liner look from my reel!!!! This bad boy was drawn by my love @courts.makeup and I’m IN LUV 🌸🌼🌺\nAlso holy HELL thank y’all so much for all the love my reel has received. Already over 10k views jfc!!!!!!!!!!!!\n————————————\n@glisten_cosmetics cherryade, lemonade, grape + sapphire (mixed) wet liners\n@suvabeauty grease, space panda hydra liners\n@morphebrushes spiffy lip liner, dream wondertint blush\n@patmcgrathreal nude fetish skin highlighter\n@benefitcosmetics @benefitaustralia precisely my brow 4.5\n2w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CNRtYjeAa02/', 'likes': '727 likes', 'age': '2021-04-05T07:57:31.000Z', 'caption': 'emilyreecemua\nI got my pals to draw my liner !!!!\nI had a bloody ball doing this and I’ve got a heap more drawings from y’all to make this a small lil series hehe\n———\nIn order of looks, these drawings were done by @courts.makeup, @jessicanguyenxo & @paigeelainemua\n——\n@glisten_cosmetics wet liners\n@suvabeauty grease + space panda hydraliners\n—\n\n#beautyonabudget\n#makeupartistworldwide #undiscoveredmuas #undiscovered_muas #morphebabe #graphiceyeliner #slayandblend #makeuplook #bretmanvanity #makeupslaves #muafollowtrain #muaunderdogs #makeupoftheday #vegas_nay #blendblendblend #blazin_beauties #meccabeautyjunkie\n3w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CMmCj_Dg8UB/', 'likes': '161 likes', 'age': '2021-03-19T08:55:44.000Z', 'caption': 'emilyreecemua\nCryin’ over my regrowth \U0001f978\nSquiggles inspired by @laurelcharleston !!!\n———————————————————\n@glisten_cosmetics blueberry wet liner\n@morphebrushes confetti + bright idea jelly shadows, spiffy lip liner, be kind lip oil\n@suvabeauty lsd eyeshadow\n@narsissist torrid liquid blush\n@limecrimemakeup smokey bushy brow pen\n@yslbeauty faux effect mascara\n5w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CL1HBPGAnWD/', 'likes': '194 likes', 'age': '2021-02-28T08:51:53.000Z', 'caption': 'emilyreecemua\nIn yo face !!!!!!\n\nInspired by @esantoinette overall aesthetic ✨✨\n———————————————————-\n@bhcosmetics ‘lost in los angeles’ palette 90210, lax, the 405, sunset blvd, malibu, rush hour\n@suvabeauty ‘hyper color’ palette lollipop, lemon drop, daiquiri, cotton candy\n@glisten_cosmetics lemonade wet liner\n@benefitaustralia precisely my brow 4.5\n@narsissist torrid liquid blush\n@morphebrushes sugar pie lip liner\n@yslbeauty 433 vinyl cream lip\n8w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CLJM4b1AAC1/', 'likes': '180 likes', 'age': '2021-02-11T07:36:32.000Z', 'caption': 'emilyreecemua\n〰️green with envy 〰️\n💚💚💚\nI will keep rocking the bleached brow look until I can be bothered maintaining my brows (which will be NEVER)\n—————————————————————-\n@suvabeauty hypercolor palette ‘euphoria’, ‘mojito’, ‘lemon drop’\n@glisten_cosmetics ‘golden’ wet liner\n@patmcgrathreal nude skin fetish cream highlighter\n@nudestix tiger lily queen cream blush\n@morphebrushes sugar pie lipliner\n@kosas rose water lipstick\n10w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CK0yk1ugMnY/', 'likes': '215 likes', 'age': '2021-02-03T09:21:51.000Z', 'caption': 'emilyreecemua\nLovey dovey season is here !!!!! I’ll be spending this season with my one true love......graphic liner 💖💖💖\nALSO peep one of the new @shop.holalola earring designs! This is part of my vday collection which is live on my Etsy!\n\nInspired by @caitssdarling !!!\n———————————————————————————\n@glisten_cosmetics Cherryade, Sapphire, Limeade, Blueberry, Grape, Lemonade, Orangeade wet liners\n@suvabeauty Space Panda hydraliner\n@morphebrushes Spiffy lipliner, Fairy Tears liquid highlighter, Dream Wondertint\n@limecrimemakeup Smokey bushy brow pen\n11w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CKgIr0JAw6S/', 'likes': '203 likes', 'age': '2021-01-26T08:51:00.000Z', 'caption': 'emilyreecemua\nSometimes u just need to aimlessly squiggle 🤷🏼\u200d♀️\n—————————————————————\n@glisten_cosmetics grape + cherryade wet liners\n@morphebrushes sugar pie lip liner, ‘dream’ wondertint cream blush, ‘fairy tears’ liquid highlighter\n@kosas rose water lipstick\n@suvabeauty lemon drop eye topper\n12w'}, {'username': 'emilyreecemua', 'link': 'https://www.instagram.com/p/CJ-j7IXAdA2/', 'likes': '214 likes', 'age': '2021-01-13T07:54:50.000Z', 'caption': 'emilyreecemua\nWelcoming spider lashes into 2021 with open arms 👩\u200d❤️\u200d💋\u200d👩👨\u200d❤️\u200d💋\u200d👨\n—————————————————————————-\n@morphebrushes Sugar Pie + Spiffy lip liners, @madisonbeer Fairy Tears shimmer liquid highlight\n@suvabeauty Grease hydraliner\n@fentybeauty How Many Carats diamond bomb highlighter\n@drunkelephant D-bronzi anti pollution sunshine drops\n@yslbeauty Touché Éclat Radiant Touch, Volume Effet Faux Cils mascara, Rouge Pur Couture 70 lipstick\n@plouise_makeup_academy Blank Canvas + Rumour 3 base for bleached brow\n@modelrocklashes 747M lashes (double stacked), medium knotted individual lashes\n@narsissist Torrid liquid blush\n14w'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COGxU-wJbi_/', 'likes': '100 likes', 'age': '2021-04-25T22:31:28.000Z', 'caption': 'audemjmakeup\n🧚🏽\u200d♀️Fairy Series Review!🧚🏽\u200d♀️ Which fairy look was your favorite? I wanted to share this because I really enjoyed this series and I hope you all did too! For me personally, it’s a tie between the 😈Man Eater Fairy😈 and the ✨Golden Fairy✨Let me know yours in the comments!\n•\n•\n•\n#fairygarden #fairies #sephorasquad #makeupartist #makeuplooks #blackmakeupartist #melaninmakeupdaily #brownskingirl #glossylips #lipgloss #eyelinertutorial #eyebrowsonfleek #melaninmakeup #creativemakeup #graphicliner #nyx #milanicosmetics #bymelolops #modamavens #colorfulmakeup\n1d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COB6uPDpo3G/', 'likes': '174 likes', 'age': '2021-04-24T01:17:21.000Z', 'caption': 'audemjmakeup\n✨🧚🏽\u200d♀️ Fairy Series Finale ✨🧚🏽\u200d♀️\nBe sure to follow me for more!\n\nHello my loves! Happy Friday! I really enjoyed this series and making all of these beautiful and springy fairy looks! I’ve definitely become a lot more confident in my skills, and I really feel that this series embodies that! And THIS LOOK YALL!!! 😍🥵 probably TOP 3!!! See you all next week! XOXO -Audem 💛✨\n\n🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️\nPosting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛✨\n\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “3000” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Teddy” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@maccosmetics “Velvet Teddy” Matte Lipstick\n@wetnwildbeauty Brown Liner\n•••\n#angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #exploremore #explorepage\n2d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/COBzVSdJfrM/', 'likes': '133 likes', 'age': '2021-04-24T00:19:51.000Z', 'caption': 'audemjmakeup\n🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️\nPosting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛\n\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “3000” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Teddy” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@maccosmetics “Velvet Teddy” Matte Lipstick\n@wetnwildbeauty Brown Liner\n•••\n#angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #avantgardeblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #reels\n2d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN_aHHfpeKu/', 'likes': '124 likes', 'age': '2021-04-23T01:53:55.000Z', 'caption': 'audemjmakeup\nFairy Series Day 3: Earf Day 🌎🌳🍃\nFollow for more! ❤️ Let us all continue to take care of the planet that we live on—not only for ourselves, but for those to come ❤️ XOXO -Audem\n•••\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n@icywifeycosmetics “You Wish” Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@wetnwildbeauty Brown Liner\n•••\n#earthday2021 #earthday #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup\n3d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN_Jt4JJ-jW/', 'likes': '181 likes', 'age': '2021-04-22T23:36:16.000Z', 'caption': 'audemjmakeup\nFairy Series Day 3: Earth Day 🌎🌳\nI apologize for being late today, but I hope you all enjoy the look! Since today is Earth Day, I decided to go for a look that embodies that. See you in a few for pictures!! XOXO -Audem\n•••\n𝗘𝗬𝗘𝗦:\n@patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette\n@essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara\n@icywifeycosmetics “Pride” Lashes\n@bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette\n@juviasplace Festival Palette for Blush\n@icywifeycosmetics “You Wish” Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n4d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN5_sxTp_WI/', 'likes': '175 likes', 'age': '2021-04-20T23:26:55.000Z', 'caption': 'audemjmakeup\nFairy Series Day 2 🧚🏽\u200d♀️🔥💖\nHello my loves! Happy Tuesday! I really hope you all like this look! It was quite a long hassle to get those wings like how I wanted, but I’m just glad that this look and the wings turned out beautiful! See you all Thursday! XOXO -Audem 💖\n\nBe sure to follow for more!\n\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Pride” Lashes & Splash Pot\n@bymelolops x @cutcreaser “Inevitable” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n6d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN5twqapSWy/', 'likes': '153 likes', 'age': '2021-04-20T20:55:58.000Z', 'caption': 'audemjmakeup\nFairy Series: Day Two 🔥💖🧚🏽\u200d♀️\nHey everyone! This look took me a minute, but I love how it turned out! Pictures coming in a few!! XOXO -Audem💖\n•••\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Pride” Lashes & Splash Pot\n@bymelolops x @cutcreaser “Inevitable” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@icywifeycosmetics “Wifey” Lipgloss\n@essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!”\n@wetnwildbeauty Brown Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n6d'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN3YYO5Jbv3/', 'likes': '204 likes', 'age': '2021-04-19T23:04:51.000Z', 'caption': 'audemjmakeup\nShe’s A Man-Eater Fairy 😈🖤 Follow for more!!\n••••\nWelcome to this week’s Fairy Series! Up first is the Man Eater fairy! I decided to get a lil grungy with this look today, and I honestly love it sooooo much!! 😍❤️ I hope you all love it as much as I do! See y’all tomorrow! XOXO -Audem ❤️\n\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Show Stopper” Lashes\n@bymelolops x @cutcreaser “Mark One” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@maccosmetics Mini Matte Lipstick in Teddy\n@wetnwildbeauty Black Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n1w'}, {'username': 'audemjmakeup', 'link': 'https://www.instagram.com/p/CN3Lx6Yp-xw/', 'likes': '265 likes', 'age': '2021-04-19T21:15:06.000Z', 'caption': 'audemjmakeup\nWelcome to the Fairy Series! Day One: The Man-eater Fairy 😈😘🖤 I’m super excited to show you all the rest of the looks! Stay tuned for pictures coming soon! 🖤 XOXO\n•\n•\n•\n𝗘𝗬𝗘𝗦:\n@essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara\n@icywifeycosmetics “Show Stopper” Lashes\n@bymelolops x @cutcreaser “Mark One” Water Ink\n@elfcosmetics Instant Brown Lift Pencil in Deep Brown\n𝗙𝗔𝗖𝗘:\n@maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers\n@maybelline Fit Me Loose Finishing Powder in Medium Deep\n@elfcosmetics Hydrating Camo Concealer in Medium Beige\n@juviasplace Festival Palette for Blush and Cleo Loose Highlighter\n𝗟𝗜𝗣𝗦:\n@maccosmetics Mini Matte Lipstick in Teddy\n@wetnwildbeauty Black Liner\n•••\n#graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs\n1w'}]
----> 2 insta_scrape = pd.DataFrame(ig_data)
      3 insta_scrape.head()
      4 #insta_scrape.to_csv('/Users/intisarmuhammad/Downloads/final_project.csv')

NameError: name 'pd' is not defined
In [258]:
import re
import numpy as np
def find_hashtags(comment):
    hashtags = re.findall('#[A-Za-z]+', comment)
    return hashtags

def change_time(time):
    new_age = re.findall('\d{2}:\d{2}', time)
    return new_age

insta_scrape['time_posted'] = insta_scrape['age'].apply(lambda x: change_time(x))
insta_scrape['hashtags'] = insta_scrape['caption'].apply(lambda x: find_hashtags(x))
insta_scrape['likes'] = insta_scrape['likes'].astype(str)
insta_scrape['likes'] = insta_scrape['likes'].str.replace("likes","")
insta_scrape['likes'] = insta_scrape['likes'].str.replace(",","")
insta_scrape.replace(to_replace=['None'], value='', inplace=True)


insta_scrape['likes'] = pd.to_numeric(insta_scrape['likes'])
#insta_scrape.head()
check_types = insta_scrape.dtypes
print(check_types)
#insta_scrape.to_csv('/Users/intisarmuhammad/Downloads/final_project_with_hsh.csv')
username        object
link            object
likes          float64
age             object
caption         object
time_posted     object
hashtags        object
dtype: object
In [260]:
import math
insta_scrape.time_posted = insta_scrape.time_posted.astype("str")
insta_scrape['time_posted'] = insta_scrape['time_posted'].str.replace("'","")
insta_scrape['time_posted'] = insta_scrape['time_posted'].str.replace("]","")
insta_scrape['time_posted'] = insta_scrape['time_posted'].str.replace("[","")
insta_scrape['caption'] = insta_scrape['caption'].str.replace("\n"," ")
#insta_scrape['time_posted'] = insta_scrape['time_posted'].str.replace(":",".")
insta_scrape['hours'] = insta_scrape['time_posted']
insta_scrape['hours'] = insta_scrape['hours'].str.replace(":", ".")
insta_scrape['hours'] = pd.to_numeric(insta_scrape['hours'])
insta_scrape['hours'] = insta_scrape['hours'].round()
insta_scrape.head()
#check_types = insta_scrape.dtypes
#print(check_types)
Out[260]:
username link likes age caption time_posted hashtags hours
0 meliysabel https://www.instagram.com/p/CFNSCFsnjnp/ 13713.0 2020-09-16T18:30:08.000Z meliysabel I HAD to 🇲🇽😇✨ Feliz día de la Indep... 18:30 [#jamescharlespallette, #mexicanmakeup, #hudab... 18.0
1 meliysabel https://www.instagram.com/p/CEaNztqH74-/ NaN 2020-08-27T22:37:11.000Z meliysabel Heeeey.... how y’all doin 😅😭 I know... 22:37 [#jamescharlespalette, #dipbrow, #euphoriamake... 22.0
2 meliysabel https://www.instagram.com/p/CDNAAdYnCyo/ 8302.0 2020-07-28T22:49:50.000Z meliysabel Hi it’s me back with periwinkle lol... 22:49 [#pastelmakeup, #wakeupandmakeup, #hauslabs, #... 22.0
3 meliysabel https://www.instagram.com/p/CCbxKOIAFpv/ NaN 2020-07-09T19:57:57.000Z meliysabel Here’s how I do my brows, I haven’t... 19:57 [#browtutorial, #makeuptutorial, #eyebrowtutor... 20.0
4 meliysabel https://www.instagram.com/p/CCHO_0HHxan/ 11773.0 2020-07-01T20:33:59.000Z meliysabel my favorite looks to do 🍊✨ (swipe t... 20:33 [#morphebrushes, #jamescharlespalette, #colour... 20.0
In [237]:
insta_scrape.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 885 entries, 0 to 884
Data columns (total 8 columns):
 #   Column       Non-Null Count  Dtype  
---  ------       --------------  -----  
 0   username     885 non-null    object 
 1   link         885 non-null    object 
 2   likes        830 non-null    float64
 3   age          885 non-null    object 
 4   caption      885 non-null    object 
 5   time_posted  885 non-null    object 
 6   hashtags     885 non-null    object 
 7   hours        885 non-null    float64
dtypes: float64(2), object(6)
memory usage: 55.4+ KB
In [239]:
#create new variable time_of_day
insta_scrape['time_of_day'] = pd.cut(insta_scrape['hours'], bins = ['6', '12', '16', '21', '24'], labels = ['morning','afternoon', 'evening', "late night"])
#insta_scrape['time_of_day'] = insta_scrape['hours']
insta_scrape.head(10)
Out[239]:
username link likes age caption time_posted hashtags hours time_of_day
0 meliysabel https://www.instagram.com/p/CFNSCFsnjnp/ 13713.0 2020-09-16T18:30:08.000Z meliysabel\nI HAD to 🇲🇽😇✨ Feliz día de la Inde... 18:30 [#jamescharlespallette, #mexicanmakeup, #hudab... 18.0 evening
1 meliysabel https://www.instagram.com/p/CEaNztqH74-/ NaN 2020-08-27T22:37:11.000Z meliysabel\nHeeeey.... how y’all doin 😅😭 I kno... 22:37 [#jamescharlespalette, #dipbrow, #euphoriamake... 22.0 late night
2 meliysabel https://www.instagram.com/p/CDNAAdYnCyo/ 8302.0 2020-07-28T22:49:50.000Z meliysabel\nHi it’s me back with periwinkle lo... 22:49 [#pastelmakeup, #wakeupandmakeup, #hauslabs, #... 22.0 late night
3 meliysabel https://www.instagram.com/p/CCbxKOIAFpv/ NaN 2020-07-09T19:57:57.000Z meliysabel\nHere’s how I do my brows, I haven’... 19:57 [#browtutorial, #makeuptutorial, #eyebrowtutor... 20.0 evening
4 meliysabel https://www.instagram.com/p/CCHO_0HHxan/ 11773.0 2020-07-01T20:33:59.000Z meliysabel\nmy favorite looks to do 🍊✨ (swipe ... 20:33 [#morphebrushes, #jamescharlespalette, #colour... 20.0 evening
5 meliysabel https://www.instagram.com/p/CBwBXaXnua2/ NaN 2020-06-22T20:23:13.000Z meliysabel\nam I right? 🗣🤔🤔 (minus the dramati... 20:23 [#wakeupandmakeup, #hudabeauty, #colourpopcosm... 20.0 evening
6 meliysabel https://www.instagram.com/p/CBggFFzDqUy/ 11129.0 2020-06-16T19:32:53.000Z meliysabel\nHappy pride month (swipe for picto... 19:32 [#pastelmakeup, #wakeupandmakeup, #benefitbrow... 19.0 evening
7 meliysabel https://www.instagram.com/p/CBRDPTwnLn0/ 13480.0 2020-06-10T19:32:15.000Z meliysabel\nCheetah girl (keep swiping for pic... 19:32 [#jamescharlespalette, #wakeupandmakeup, #make... 19.0 evening
8 meliysabel https://www.instagram.com/p/CA3cMiunO3Q/ 5795.0 2020-05-31T20:50:05.000Z meliysabel\nBLACK LIVES MATTER. Staying silent... 20:50 [] 20.0 evening
9 nicoleetait https://www.instagram.com/p/COAcc_dA2V7/ 27825.0 2021-04-23T11:33:37.000Z nicoleetait\nretro glam 💅🏼 so obsessed with th... 11:33 [#makeup, #mua, #makeuptutorial, #makeupinspo,... 11.0 NaN
In [264]:
captions = []
for cap in insta_scrape['caption']:
    captions.append(cap)
print(captions)
['meliysabel I HAD to 🇲🇽😇✨ Feliz día de la Independencia! 💗 let me know in the comments where your roots are from!  DETAILS: BROWS- @anastasiabeverlyhills dipbrow in dark brown EYESHADOW- @morphebrushes #jamescharlespallette and @colourpopcosmetics She’s a rainbow CONCEALER- @hudabeauty coconut flakes LINERS- @glamvicecosmetics bandana, skate date, fringes and @nyxcosmetics epic liquid liner LASHES: @dodolashes d335 (discount code: MELIYSABEL) 💗💗💗  #mexicanmakeup #hudabeauty #colourpopcosmetics #colourpop #colourpopme #morphebrushes #jamescharles #undiscovered_muas #abhbrows #anastasiabrows #nyxcosmetics #sarapemakeup 31w', 'meliysabel Heeeey.... how y’all doin 😅😭 I know I’ve been so absent, but life 🙃 I really have missed posting and interacting with you guys so I want to get back to it. This is inspired by @euphoria ✨  DETAILS: @morphebrushes #jamescharlespalette and @hauslabs stupid love palette @anastasiabeverlyhills #dipbrow in ebony @hudabeauty banana bread powder @colourpopcosmetics blush stix (pinky coral) @benefitcosmetics cakeless concealer @hudabeauty lipstick @hauslabs liner @anastasiabeverlyhills so Hollywood highlight  #euphoriamakeup #maddyperez #abhbrows #anastasiabrows #morphebrushes #morphebabe #colourpopme #colourpopcosmetics #hudabeauty #huda #hauslabs #benefitcosmetics #makeuptutorial #makeupvideo 34w', 'meliysabel Hi it’s me back with periwinkle lol sorry I’ve been gone, I started work and I’m balancing life 😅 I hope everyone is staying safe 💘 (swipe for the pictorial!) DEETS: @benefitcosmetics kabrow @colourpopcosmetics prance liner & disco lady glitterally obsessed @shopvioletvoss donut care palette 🎨 @hauslabs stupid love palette 🎨 @dodolashes d338 (discount code: MELIYSABEL)  #pastelmakeup #wakeupandmakeup #hauslabs #colourpopme #colourpopcosmetics #benefitbrows #benefitcosmetics #undiscovered_muas #makeuptutorial #makeuplooks 38w', 'meliysabel Here’s how I do my brows, I haven’t gotten them threaded in like 6 years lol 💘🧚🏼\u200d♂️  (Don’t take the audio too seriously I’m sure it was a joke 😅 @/ johnatonmiranda)  STEP 1: brush hair upwards with a spoolie brush STEP 2: pluck the hair beneath the brow and on the top STEP 3: brush hair upwards again and trim the front of the brow STEP 4: with a light hand use your pomade or powder (I used @benefitcosmetics brow zings) STEP 5: brush with a spoolie brush to blend STEP 6: clean up with concealer on the bottom (I used @hudabeauty coconut flakes concealer) STEP 7: brow gel and donezies 💓  #browtutorial #makeuptutorial #eyebrowtutorial #makeupvideos #hudabeauty #makeuplooks #wakeupandmakeup #benefitbrows #benefitcosmetics 41w', 'meliysabel my favorite looks to do 🍊✨ (swipe to see pictorial!) name this look for me 🤔  DETAILS- @benefitcosmetics kabrow @morphebrushes 35i palette & james Charles palette 🎨 @hauslabs stupid love palette 🎨 @glamvicecosmetics glow stick pigment @colourpopcosmetics under pressure blush stick @prettygrllashesej x-rated @toofaced better than sex mascara  #morphebrushes #jamescharlespalette #colourpopcosmetics #colourpopme #wakeupandmakeup #benefitcosmetics #benefitbrows #hauslabs #summermakeup #pastelmakeup 42w', 'meliysabel am I right? 🗣🤔🤔 (minus the dramatic lashes lol sorry couldn’t resist 🙈) sorry for being absent, my classes picked up again so I was focused on finishing and I finally did yesterday! How is everyone? 😊 DETAILS: @benefitcosmetics baDgal máscara, cakeless concealer @hudabeauty coconut flakes concealer, board meeting lipstick, banana 🍌 powder @colourpopcosmetics blush stick in warm rose @dodolashes D309 (DISCOUNT CODE: MELIYSABEL) 💞 (AUDIO- certifiabletrash on tiktok) #wakeupandmakeup #hudabeauty #colourpopcosmetics #undiscovered_muas #colourpop #morphebrushes #morphe #benefitcosmetics #huda #makeupvideos #makeuptutorial #aestheticmakeup #makeupideas 44w', 'meliysabel Happy pride month (swipe for pictorial) 🍭🌈 💞 I wanna do more rainbow looks! Do you want to see more pastels, neons or regular colors? DETAILS- @colourpopcosmetics punch & Zulu liner, yellow goodbye & kiss n teal mascara @morphebrushes 35i palette @shopvioletvoss sugar crystals eyeshadow @dodolashes d328 (discount code: MELIYSABEL) @benefitcosmetics kabrow @buxomcosmetics wanderlust blush #pastelmakeup #wakeupandmakeup #benefitbrows #morphebrushes #morphebabe #colourpopcosmetics #colourpopme #makeuptutorial #pridemakeup #makeupideas 44w', 'meliysabel Cheetah girl (keep swiping for pictorial!)🐾 I’m returning to posting regular content but I’ll keep on spreading awareness on my story 💞 I had so many complications with this look cause my brows are too full to cover 😅 but I’m kinda digging it (ib: @__audreyjewel & @damn.davie ) also look at my waterline! 💁🏻\u200d♀️ DETAILS: @charro.azteca face mask @benefitcosmetics ka brow (shade 4) @hudabeauty coconut flakes concealer, gold chains melted shadow @morphebrushes #jamescharlespalette 🎨 @colourpopcosmetics honeydude liner @nyxcosmetics black liner @toofaced better than sex mascara @dodolashes (discount code: MELIYSABEL) 💞 @covergirl trumatch foundation #wakeupandmakeup #makeuptutorial #makeuplooks #hudabeauty #huda #morphebrushes #jamescharles #morphe #undiscovered_muas #benefitcosmetics #benefitbrows #colourpopcosmetics #colourpopme #covergirl #makeuppictorial 45w', 'meliysabel BLACK LIVES MATTER. Staying silent is part of the problem. Makeup pictures can wait, there are way more important things going on in the world. Do your part, bring awareness, protest, sign petitions, donate. There is so much you can do so there is NO excuse. 47w', 'nicoleetait retro glam 💅🏼 so obsessed with this colour combo rn. also - has anyone else watched the CMBYN music video 6.66million times or just me.... big fan 🤩 _____________ @plouise_makeup_academy base 02 (nicoleetait10 for $$ off) SONG: montero (call me by your name) by @lilnasx ____________ #makeup #mua #makeuptutorial #makeupinspo #makeupvideos #cutcrease #eyeshadow #retro #lilnasx #callmebyyourname #montero #makeupartist #australianartist #brisbane 3d', 'nicoleetait back on my rainbow bs 🌈 __________ @plouise_makeup_academy base 02 + badda black (nicoleetait10 for $ off) SONG: i hope you get it by crooked colours + ivan ooze _________ #makeup #mua #makeupvideos #makeuptutorial #makeupinspo #inspiration #rainbow #eyeshadow #pastel #cutcrease #australia #brisbane #australianartist #blueeyes 1w', 'nicoleetait green is not a creative colourrrrr 🐍(if u know u know) __________________ failed a look this morning, saw @lifeofkellydawn’s graphic green look and was instantly inspired ✨ __________________ @ivyreignbeauty lovesick lashes @plouise_makeup_academy base 02 (nicoleetait10 for $$$ off) song: too all the ladies in the place - bassti __________________ #makeup #mua #australianartist #brisbane #brisbanemakeupartist #makeupvideos #makeuptutorial #makeupinspo #inspiration #green #eyeshadow #greeneyeshadow #blueeyes 1w', 'nicoleetait 🐋 thissss is the look i did for the @corkandchroma event at @thestargoldcoast last weekend 🎨 the #40DaysofFlavour is still going, definitely recommend having a look at the other events (+ food 🤤) down at The Star Gold Coast 👏🏼 #ad _____________ SONG: Freakin out on the interstate - Briston Maroney  #TheStarGC #makeup #mua #makeupartist #australianartist #eyeshadow #makeuptutorials #makeupvideos 2w', 'nicoleetait hello it’s me again 🔅 some of you guys wanted to see this in yellow so here we are!! i appreciate ur support in this tough time of having an empty brain 🧠 ________ song: bounces by xuzzdoc ________ #makeup #mua #makeuptutorials #makeupvideo #makeupinspo #australianartist #yellow #blueeyes #eyeshadow 2w', 'nicoleetait surprise 🤡 i know i said i was taking a break from filming buuuuttttt i was really inspired by @glammed_by_lorraine so here we are 😝💙 ______________ @plouise_makeup_academy base shade 02 (nicoleetait10 for $$ off) song - all the stars by kendrick lamar + SZA ________________ #makeup #mua #makeupinspo #makeupvideos #makeuptutorials #eyeliner #aqua #blue #blueeyes #australianartist #brisbane #eyeshadow 3w', 'nicoleetait stars or nah? such a big fan navy blended out with neutrals 🥰 star inspo: @cutcreaser ______ eyebase: @plouise_makeup_academy base 02 (nicoleetait10 for $$ off) song: wanted pt 2 by Nevelle Viracocha  ______ #makeup #mua #navy #makeupvideos #makeuptutorials #eyeshadow #cutcrease #inspiration #makeupinspo #brisbane #australianartist 4w', 'nicoleetait 🦋🐌 since my poll today was so close between a full and half cutty, i decided to take the cut wayyyy out but connect err with the liner 🤠 __________ song: drop the game - flume + chet faker eyebase: @plouise_makeup_academy in 02 and badda black for liner (nicoleetait10 for $$$ off) __________ #makeup #mua #cutcrease #makeupvideos #makeuptutorials #makeupinspo #blue #blueeyes #brisbane #australianartist #eyeshadow 5w', 'nicoleetait purple & orange 😈🔥 a super requested colour combo! __________ song: FOREST FIRE by YOG$, alayna, healy @glamvicecosmetics liner (code NICOLE10 for $$$ off) ___________ #makeup #mua #makeupinspo #makeuptutorials #makeupvideos #eyeshadow #eyeliner #purple #orange #blueeyes #australianmakeupartist 5w', "the_brooksbrother dreaming of dressing up, going out and dancing 💭 until then it's makeup brushes and a bluetooth speaker at home for me \U0001f972  anyways, i tried mixing some neon pigments with my @depixym emulsions to make custom shades and i'm so happy with how they came together for this look. thank you for all the love! ❤️🧡💛💚💙💜 ________________ ⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: (*𝙨𝙤𝙢𝙚 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙬𝙚𝙧𝙚 𝙜𝙞𝙛𝙩𝙚𝙙) 𝙚𝙮𝙚𝙨: @makeuprevolution ultimate eye base ‘light’ + ‘medium’ @depixym cosmetic emulsions + @bymelolops pigments (mixed) 0924 + beam 0577 + slime 0446 + cosmic 1162 + ultraviolet 1162 + atomic @bymelolops water inks ‘beam/slime/atomic’ @tatti_lashes ‘TL9’ (*code ‘brooksbrother15’ to save $$$) *𝙖𝙛𝙛𝙞𝙡𝙞𝙖𝙩𝙚 𝙘𝙤𝙙𝙚  𝙗𝙧𝙤𝙬𝙨: @sensoriumbeauty brow engineer ‘bleached’  𝙨𝙠𝙞𝙣: @fentybeauty pro filt’r true matte primer @diormakeup backstage face and body ‘4N’ @elfcosmetics 16hr camo concealer ‘tan sand’ @fentybeauty matchstix ‘truffle’ @ctilburymakeup airbrush bronzer @lauramercier TLSP ‘honey’ @madebymitchell blursh ‘posey rosey’ + ‘cherry cola’ @fentybeauty killawatt highlighter duo ‘ginger binge/moscow mule’  𝙡𝙞𝙥𝙨: @emolynecosmetics ‘morocco’ lip liner @makeupforever artist pencil ‘limitless brown’ @fentybeauty slip shine lipstick ‘makeout break’ @patricktabeauty major glow lip shine ‘she’s expensive' ________________ #makeupbymichaelbrooks #thebrooksbrother #rainbow #queer #lgbt #explore #explorepage #theartistedit #reels #instagramreels 2d", 'the_brooksbrother ✨🌈⭐️ rainbow brite ⭐️🌈✨ ________________ ⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: (*𝙨𝙤𝙢𝙚 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙬𝙚𝙧𝙚 𝙜𝙞𝙛𝙩𝙚𝙙) 𝙚𝙮𝙚𝙨: @makeuprevolution ultimate eye base ‘light’ + ‘medium’ @depixym cosmetic emulsions + @bymelolops pigments (mixed) 0924 + beam 0577 + slime 0446 + cosmic 1162 + ultraviolet 1162 + atomic @bymelolops water inks ‘beam/slime/atomic’ @tatti_lashes ‘TL9’ (*code ‘brooksbrother15’ to save $$$) *𝙖𝙛𝙛𝙞𝙡𝙞𝙖𝙩𝙚 𝙘𝙤𝙙𝙚  𝙗𝙧𝙤𝙬𝙨: @sensoriumbeauty brow engineer ‘bleached’  𝙨𝙠𝙞𝙣: @fentybeauty pro filt’r true matte primer @diormakeup backstage face and body ‘4N’ @elfcosmetics 16hr camo concealer ‘tan sand’ @fentybeauty matchstix ‘truffle’ @ctilburymakeup airbrush bronzer @lauramercier TLSP ‘honey’ @madebymitchell blursh ‘posey rosey’ + ‘cherry cola’ @fentybeauty killawatt highlighter duo ‘ginger binge/moscow mule’  𝙡𝙞𝙥𝙨: @emolynecosmetics ‘morocco’ lip liner @makeupforever artist pencil ‘limitless brown’ @fentybeauty slip shine lipstick ‘makeout break’ @patricktabeauty major glow lip shine ‘she’s expensive ________________ #makeupbymichaelbrooks #thebrooksbrother #rainbow #queer #lgbt #explore #explorepage #theartistedit #v93oo #liner 1w', 'the_brooksbrother AD ‣ excuse me but this new @elfcosmeticsuk camo cc cream?! i i really had no idea a cc cream could DELIVER like this! not only did it make my skin look bouncy, hydrated and even (hello coverage 🤠) but it’s full of gorgeous ingredients like SPF 30 to protect, hyaluronic acid to hydrate, and niacinamide to brighten and even the skin tone. on top of all that, it’s only £14!  available in 20 flexible shades at @bootsuk 〰️ vegan & cruelty free  ♡ to accent this beautiful base i added the ‘opposites attract’ eyeshadow palette and primer infused blush in ‘always breezy’ ♡  #eyeslipsface #elfingamazing #elfcosmeticsuk #vegan #crueltyfree #thebrooksbrother #makeupbymichaelbrooks 2w', "the_brooksbrother sunlight feeling like mother nature's anti depressant after a long, dark winter ☀️ people always say direct sunlight is the best filter and i have to agree: even when we filter our own lives and experiences through light and warmth, they don't seem so bad.  hoping you're all able to find some sunshine (literally or figuratively) out there and bathe in it ❤️✨ 3w", "the_brooksbrother a technicolor dreamcoat 🎨 used the @officialbyredo prismic palette (c/o @isamayaffrench 🌹) + @depixym emulsions 🖌 lashes from @bewispy 'anna-kay' #thebrooksbrother #makeupbymichaelbrooks 3w", 'the_brooksbrother this has been sitting in my drafts for over a week now but you know what!! life happens and sometimes breaks are needed. full video is up on my youtube channel, it’s less of a tutorial more of a catch up. link in bio 💜 happy spring ppl! 🌸🍊🌀 ________________ ⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: 𝙚𝙮𝙚𝙨: @makeuprevolution ultimate eye base ‘light’ + ‘medium’ @artistcouture ‘ethereal bloom’ palette @artistcouture diamond lights finisher ‘epiphany’ @bymelolops @cutcreaser water ink ‘point break’ @shop.audaciousbeauty ‘peitho’ lashes  𝙗𝙧𝙤𝙬𝙨: @got2b glued spiking gel (tutorial on IGTV)  𝙨𝙠𝙞𝙣: @milkmakeup hydrogrip primer @elfcosmetics poreless putty primer @glowbyauric glow lust ‘citrine’ @narsissist soft matte foundation ‘valencia’ @narsissist soft matte concealer ‘biscuit’ @fentybeauty pro filt’r concealer ‘310’ @fentybeauty matchstix ‘truffle’ @madebymitchell blursh ‘peach sugar’ @lauramercier TLSP original @fentybeauty pro filt’r powder foundation ‘320’ @fentybeauty sunstalk’r bronzer ‘bajan gyal’ @glowbyauric glow lust ‘pyrite’ @fentybeauty diamond bomb ‘how many carats?!’  𝙡𝙞𝙥𝙨: @makeupforever artist pencil ‘endless cacao’ + ‘limitless brown’ @fentybeauty glossbomb cream ‘mauve wive$’ @limecrime wet cherry gloss ‘extra poppin’ ________________ #thebrooksbrother #makeupbymichaelbrooks #queer #lgbt #meninmakeup #explore #explorepage #spring #springmakeup #graphicliner #reels #reelsinstagram 4w', 'the_brooksbrother spring things 🌸🌀🍑 grow, blossom and change 💜 ________________ ⭐︎ 𝙥𝙧𝙤𝙙𝙪𝙘𝙩𝙨 𝙪𝙨𝙚𝙙: 𝙚𝙮𝙚𝙨: @makeuprevolution ultimate eye base ‘light’ + ‘medium’ @artistcouture ‘ethereal bloom’ palette @artistcouture diamond lights finisher ‘epiphany’ @bymelolops @cutcreaser water ink ‘point break’ @shop.audaciousbeauty ‘peitho’ lashes  𝙗𝙧𝙤𝙬𝙨: @got2b glued spiking gel (tutorial on IGTV)  𝙨𝙠𝙞𝙣: @milkmakeup hydrogrip primer @elfcosmetics poreless putty primer @glowbyauric glow lust ‘citrine’ @narsissist soft matte foundation ‘valencia’ @narsissist soft matte concealer ‘biscuit’ @fentybeauty pro filt’r concealer ‘310’ @fentybeauty matchstix ‘truffle’ @madebymitchell blursh ‘peach sugar’ @lauramercier TLSP original @fentybeauty pro filt’r powder foundation ‘320’ @fentybeauty sunstalk’r bronzer ‘bajan gyal’ @glowbyauric glow lust ‘pyrite’ @fentybeauty diamond bomb ‘how many carats?!’  𝙡𝙞𝙥𝙨: @makeupforever artist pencil ‘endless cacao’ + ‘limitless brown’ @fentybeauty glossbomb cream ‘mauve wive$’ @limecrimemakeup wet cherry gloss ‘extra poppin’ ________________ #thebrooksbrother #makeupbymichaelbrooks #queer #lgbt #meninmakeup #explore #explorepage #spring #springmakeup #graphicliner 6w', "the_brooksbrother early '21 dump 📝🤳🏽 some things and moments from the year so far. lowkey been going through it and i just haven't felt up to talking about it online - in short i've just been adjusting to a lot of changes, one of them being my choice to leave london for a while. the amount of work (professional + personal) i needed to do on myself was becoming too much to handle in the midst of a panasonic - all while being so far away from my family. for anyone who has no idea what i'm talking about, i'm a canadian who has lived abroad in the uk on and off for several years. so, i left and frankly i don't know when i'll be back. i've been home for a few months now but, i've been really struggling with the idea of 'home' and what it even means? i'm trying to remember that 'home' is wherever i am, this body is my home. as more connections and discoveries dawn on me, i hope i'm able to pick up my work pace, create new habits and routines that benefit me, my health (mental + physical) and the people that i love. that includes the wonderful people that support my work, you. i'm not complaining, just sharing 💭 to anyone who may be struggling or feeling overwhelmed with just existing, know that you are not alone, take things one day at a time, and remember that your needs are important. try to focus on what's in front of you, today 💜 6w", "the_brooksbrother ⭐️🤎🖍👨🏽\u200d🎨📚 hi! picked up some thrifted things recently, shall i do a lil 'how i style _____' video? lmk! lashes from @shop.audaciousbeauty 'aphrodite' / lip combo @makeupforever 'endless cacao' + 'limitless brown' with @fentybeauty glossbomb cream 'fenty glow' 💋 7w", 'laurwongs tried out a new color combo🌺 • • EYES @colourpopcosmetics spring palettes “hi, society”, “too haute”, and “rumor has it” LIPS @colourpopcosmetics so juicy gloss “diamond cut” 4d', 'laurwongs this week went by so FAST. i meant to post this sooner but anyway here’s the process video for my last look🦋 • • BROWS #benefitcosmetics micro filling brow pen dark brown EYES #glistencosmetics wet liners in strawberry, blueberry, peach, mint, and grape #colourpop What dreams are made of Lizzie McGuire palette #bebellacosmetics life in pastel palette #danglashes style “bossy” FACE- #milkmakeup hydro grip primer, foundation stick “almond” #youthforia BYO blush oil “chemical reaction” #colourpopcosmetics Lizzie McGuire blush “you are magnifico”, pretty fresh concealer #fentybeauty killawatt highlighter “hu$tla baby” #urbandecaycosmetics all nighter setting spray LIPS- #colourpopcosmetics so juicy gloss “beachwood” #morphebrushes lip liner sweet tea #revlon brow pencil dark brown 220 6d', 'laurwongs i luvvv sketching out liner shapes so here’s something i brought to life for a pastel collab w @davxrv 🤍 • • BROWS @benefitcosmetics micro filling brow pen dark brown EYES @glisten_cosmetics wet liners in strawberry, blueberry, peach, mint, and grape @colourpopcosmetics What dreams are made of Lizzie McGuire palette @bebellacosmetics life in pastel palette @shopdanglashes style “bossy” FACE- @milkmakeup hydro grip primer, foundation stick “almond” @getyouthforia BYO blush oil “chemical reaction” @colourpopcosmetics Lizzie McGuire blush “you are magnifico”, pretty fresh concealer @fentybeauty killawatt highlighter “hu$tla baby” @urbandecaycosmetics all nighter setting spray LIPS- @colourpopcosmetics so juicy gloss “beachwood” @morphebrushes lip liner sweet tea @revlon brow pencil dark brown 220 1w', 'laurwongs mood today is green🥝 • • BROWS- @benefitcosmetics micro filling brow pen dark brown EYES- @colourpopcosmetics Lizzie McGuire palette @shopdanglashes in style “bossy” FACE- @milkmakeup hydro grip primer, sunshine skin tint “honey” @colourpopcosmetics pretty fresh concealer @urbandecaycosmetics all nighter setting spray @kaleidosmakeup charisma contour palette @fentybeauty killawatt highlighter “hu$tla baby” LIPS- @morphebrushes lip liner sweet tea @sweetstreetcosmetics lip liner sweet thang @colourpopcosmetics so juicy gloss “Lizzie” 2w', 'laurwongs ☄️ this emoji but on my eyelids • • @2tachi nose cuff #glistencosmetics strawberry wet liner #bebellacosmetics oh poppy palette #morphebrushes Jaclyn hill II palette #milkmakeup hydro grip primer, sunshine skin tint “honey”, hydro grip setting spray #revlon brow pencil 220 dark brown #benefitcosmetics micro filling brow pen deep brown #youthforia chemical reaction blush oil #colourpopcosmetics so juicy gloss “diamond cut” #essencecosmetics high beauty fixing compact powder #danglashes style “bossy” #narscosmetics velvet matte lip pencil “bahama” 2w', 'laurwongs eyeliner to match the skirt🪐🤎 • • @princesspollyboutique Vincent mini skirt @diormakeup sparkling couture palette @milkmakeup hydro grip primer, foundation stick almond, hydro grip setting spray @colourpopcosmetics so juicy gloss “princess cut” @narsissist velvet matte lip pencils “bahama” and “lonely heart” @moiracosmetics blush duo 2w', 'laurwongs some swirly liner☔️ • • #glistencosmetics wet liners in blueberry, grape, strawberry #morphebrushes lashes in yass queen #milkmakeup hydro grip primer, sunshine skin tint “honey”, hydro grip setting spray #koparibeauty coconut water moisture cream #fentybeauty gloss bomb #sweetstreetcosmetics lipstick and lip liner bro “sweet thang” #colourpopcosmetics blush in “flower tender” and pretty fresh concealer #benefitcosmetics micro filling brow pen deep brown #essencecosmetics high beauty fixing compact powder 3w', 'laurwongs a simple pink look for spring🍡 so happy the weather is getting warmer omg (even tho my allergies are acting up) • • @morning.disco cherry necklace @luxiebeauty rose gold brush set @benefitcosmetics micro filling brow pen @bebellacosmetics pastel palette, dreaming in color palette @tatti_lashes style TL 2 @youthtothepeople 15% vitamin C energy serum @colourpopcosmetics animal crossing blush “flower tender” @milkmakeup hydro grip primer, sunshine skin tint shade “honey”, hydro grip setting spray @narsissist velvet matte lip pencil shade bahama @revlon brow pencil dark brown @colourpopcosmetics so juicy gloss in beachwood 3w', 'laurwongs 🌼groovy🌼 got my first vaccine dose today and now im ready to take a nap😌 look inspired by @maytahmi and @the_brooksbrother 🧡 • • BROWS- @benefitcosmetics micro filling brow pen dark brown EYES- @koparibeauty starry eye balm @glisten_cosmetics wet liners vanilla, strawberry @morphebrushes lashes in “yass queen” FACE- @milkmakeup hydro grip primer, sunshine skin tint “honey” @colourpopcosmetics Lizzie McGuire “you are magnificent” blush LIPS- @sweetstreetcosmetics lipstick and liner “sweet thang” @fentybeauty gloss bomb “fenty glow” 4w', 'tatianaroseart blue jean  makeup - @doseofcolors meet your hue foundation @shiseido synchro skin self refreshing concealer @vievemuse eyeshadow palette and lipstick in vieve @kvdbeauty tattoo liner  fit - jeans @glassons denim boots @asos (a while back though) 6h', 'tatianaroseart future shadow ⚡️ 5d', 'tatianaroseart this is my stage makeup for the cabaret show I’m a dancer in this weekend, I’m so excited to share. I’m also so happy to be performing again after my ankle injury, it’s felt like forever - I was so happy even during extra long rehearsals lol. all the dancers have the same lashes and of course red lip, but we all get to choose our own eyeshadow colour which is so fun while keeping the old school cabaret touches and nods to the 20s/30s. I’m hoping to share a lil video getting ready backstage and can show the products I like to use❣️ 2w', 'tatianaroseart colour play💋  @sugarpill fun size palette @claropsyche real fantasy palette @hudabeauty pastel mint palette @meltcosmetics steel gel liner @meccamax brow guru pencil and gel @milkmakeup sunshine skin tint @aboutfacebeauty light lock powder in this bliss @hermes limited edition satin lipstick in corail aqua @incrediblecosmetics gloss 3w', 'tatianaroseart ⭕️ replica eero aarnio ball chair and my mums vintage bodysuit 3w', 'tatianaroseart ❤️ @kvdbeauty edge of reality palette @meccamax brow guru pencil in medium @sweedlashes lash lift mascara @meltcosmetics honey thief cream blushlight @shiseido modern matte powder lipstick in shock wave 4w', 'tatianaroseart 💋 @aboutfacebeauty light lock highlighting fluid (obsessed) @firstaidbeauty bendy avocado concealer @kvdbeauty edge of reality palette @patmcgrathreal skin fetish highlighter trio @sweedlashes lash lift mascara (loving this) @meccamax brow pencil in dark brown @shiseido modern matte powder lipstick in shock wave 4w', 'tatianaroseart in between shots - makeup: @kkwbeauty opalescent palette @mybeautybrand sheer brilliance highlighter jacqueline gold @emcosmetics micro fluff brow cream @kkwbeauty lip pencil in birthday kiss and liquid lip in surprise party 4w', 'tatianaroseart about face • got to play with some @aboutfacebeauty products today :) #aboutface matte fluid eye paints in lost unfound and white noise, shadowstick in acidic and creature, light lock powder in this bliss and fix lip pencil in cradled • rest of face is @doseofcolors meet your hue foundation and blush is @colourpopcosmetics x AC flower tender blush 🖤 5w', 'grimmfairyfaces •Black Diamond•  . . .  . . #graphicmakeup#graphiclinerlook#smokeyeyeshadow#smokeyeyeliner#editorialmakeupartist#smokeyeyesmakeup#inbeautmag#beautyvain 1d', 'grimmfairyfaces •Shades Of Blue•  . •SKIN: @milkmakeup Vegan Milk Moisturizer Hydro Grip Primer Flex Concealer in Porcelain @ctilburymakeup Limited Edition Filmstar Bronze & Glow Set . . . •EYES: @milkmakeup Kush High Volumizing Mascara @colourpopcosmetics Creme Gel Liner in Prance . . •BROWS• @benefitcosmetics 24-Hr Brow Setter Invisible Brow Gel  . . . #colourpopcosmetics#graphiclinerlook#milkmakeup#sharplines#benefitcosmetics#colourfuleyes#modelmalay#studiofam#editorialmakeup#beautyvain 4d', 'grimmfairyfaces •Bee Garden•  ▪️Recreation, Original Artist: @alanadeehaynes  . . .  . . . #creativemakeuplook#universemakeup#thisismakeup#makeupcoyote#coolmakeup#avantgardemakeup#abstractmakeup#creativemakeup#muaawesome#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit 6d', 'grimmfairyfaces • Dream Of The Lily•  . . .  . . .  #editorialmakeuplook#sharpliner#eyeshadowmakeup#graphiclinerlooks#graphiclinerlook#eyeshadowpictorial#editorialmakeupartist#makeupoftoday#colourpopeyeshadow #grimmfairyfaces 1w', 'grimmfairyfaces •Cherry Red•  . .  . . . #makeupforeveryday#graphiclinerlook#makeupcoyote#coolmakeup#makeuphum#igdailyphoto#igmakeupartist#dazedbeauty#inbeautmag#v93oo#runawaymakeup#abh#trucoo#studiofam#thelist#universemakeup 1w', 'grimmfairyfaces •Paper Boats•  Key product: @depixym Cosmetics Emulsion in #0446, 0004 &0404  The idea of this look is inspired by PicsArt image by an unknown artist.  . .  . . . . #coolmakeups#makeupcoyote#muaxdiscover#thisismakeup#avantgardemakeup#abstractmakeup#creativemakeuplooks#creativemakeup#muaawesome#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit#universemakeup 1w', 'grimmfairyfaces •Extremely Sharp•  اگر استوری های آموزش پست قبلی رو\u200c دیده باشین، این خط چشم هم با همون روش و براش دیتیل کوچک انجام شده. حتی برای خط چشم معمولی، چه با سایه یا مداد چشم kohl، میتونین از این براش هم استفاده کنین🤎.  . . .  . . . #graphiceye #hauslabslooks #beautyvain #graphiclinerlook #linerart #makeupcoyote #sharplines #graphicliner 2w', "grimmfairyfaces •Black Rose•  Did you catch the tutorial of this look in stories?  آموزش این آرایش رو تو استوری های امروز دیدین؟ #grimmfairyfaces . . •SKIN: @milkmakeup Vegan Milk Moisturiser Hydro Grip Primer @fentybeauty Pro Filt'r Hydrating Longwear Foundation in 120 What It Dew Makeup Refreshing Spray @milkmakeup Blur + Set Matte Loose Setting Powder in Translucent Light  •EYES: @hauslabs Eye-Dentify Gel Kohl Eyeliner @fentybeauty Full Frontal Volume, Lift & Curl Mascara  •BROWS: @hauslabs The Edge Precision Brow Pencil In Noir  . . . #creativemakeuplook #eyemakeuptutorials #beautyvain #graphiclinerlook #makeupeditorial #abstractmakeup #beautyeditorial #inbeautmag #hauslabs #milkmakeup #fentybeauty 2w", 'grimmfairyfaces Road to paradise  Using @depixym cosmetics Emulsions for this painting.  Recreation, original artist: @beaubfrank ___________________________ دوست داشتم مراحل کشیدن این نقاشی رو باهاتون به اشتراک بذارم🥰.  . . . . . . #coolmakeups#makeupcoyote#muaxdiscover#thisismakeup#avantgardemakeup#abstractmakeup#creativemakeuplooks#creativemakeup#theartistedit#avantgrade#thelist#editorialmakeup#trucoo#v93oo#undiscoveredmuas#undiscovered_muas#dazedbeauty#theartistedit#universemakeup#grimmfairyfaces 2w', 'glamxbrit hiiii everyone y it feel like i haven’t posted in foreverrrr 😖 anywayyy happy thursday!! 😌 products used👇🏼 @colourpopcosmetics just my luck, mint to be & mandalorian palettes @lillylashes miami lashes @hudabeautyshop stick foundation @colourpopcosmetics fab lippie stix @milkmakeup electric clear gloss 4d', 'glamxbrit green silky dresss🌟 i did this look a week ago but gosh it took everything in me to look thru all the pics and choose the ones i liked plus i wanted a lil break on creating :) inspo @romaneinnc <3 products used: @maccosmetics contemplative state paint pot @colourpopcosmetics mint to be palette (idk what lashes these are, sorryy😣) @milkmakeup skin tint @maybelline fit me concealer @lauramercier setting powder @mavenbeauty buena and snatched lipstick 1w', 'glamxbrit 🌼🐞i don’t usually have a hard time with eyeliner but yesterday was just... yeah LMAOOO i had to take off my eyeliner twice so i could be happy with it😣 hair inspo: @cecilialaulanne <3 products used👇🏼 @maccosmetics radiant sheet foundation @maybelline fit me concealer @lauramercier setting powder @colourpopcosmetics miss bliss palette &uh huh honey palette @beautycreations.cosmetics “goat” lashes @sheencosmeticsofficial 9 color eyeliner palette @morphebrushes “sweet tea” lip liner & “chill” gloss #graphicliner #editorialmakeup 2w', 'glamxbrit 🛍🌼🍒finally used the lizzie mcguire palette by @colourpopcosmetics it’s soooo cute!! ALSO the mess in the back isn’t what it looks like😞 i’m decluttering my makeup so i have a bunch of boxes and bags filled with stuff 😄inspo @slaybyjess 🧡 products used👇🏼 @colourpopcosmetics lizzie mcguire palette @hudabeauty luminous matte foundation @benefitcosmetics hoola bronzer @colourpopcosmetics you are magnifinco blush @theboldfacemakeup dream team lashes 2w', 'glamxbrit 💋 hope u all have a beautiful saturday :) inspo @samvissermakeup 🎀 products used👇🏼 @samplebeauty the equalizer palette @benefitcosmetics roller liner @sheencosmeticsofficial french rose liner @theboldfacemakeup dream team lashes @hudabeautyshop luminous foundation @colourpopcosmetics lizzie mcguire blushes @colourpopcosmetics ctrl lippie stix @milkmakeup buzzed glossy lip plumber 3w', 'glamxbrit the sun did exactly what she needed to hehe⭐️ you know summer is approaching when the sun is perfectly hitting my window 😌 products used👇🏼 @sheencosmeticsofficial 9 color eyeliner palette @milkmakeup skin tint @maybelline fit me concealer @colourpopcosmetics good luck charm blush @colourpopcosmetics fab lippie stix #graphicliner #editorialmakeup 3w', 'glamxbrit 🤎🌊brown of course never misses! i’ve done this eyeshadow look in 3 different colors but idccc inspo: @vivis_makeup & @artdr3am 🤍  products used @bhcosmetics bff palette @mavenbeauty define and medium blend palette @theboldfacemakeup “the original” lashes @lauramercier tinted moisturizer @maybelline fit me concealer @mavenbeauty dripped out highlighter @morphebrushes sweet tea liner @nyxcosmetics clear gloss 4w', 'glamxbrit 🌺🧚🏼\u200d♀️🍇🍭some more spring vibes for youuu🥰 tutorial of this look on @makeupdotcom ,click the link in my bio 💜 #sponsored #makeupdotcom #byloreal  products used👇🏻 @nyxcosmetics ultimate utopia palette @nyxcosmetics white retractable liner #makeup #purple 4w', 'glamxbrit Affordable glam ✨using @maybelline @target under $25 🖤#ad #maybellinepartner  products used👇🏼 @maybelline ExpertWear Twin Brow & Eye Pencil “dark brown” @maybelline LineExpress Pencil Liner “brownish black” @maybelline ExpertWear Eyeshadow Quads “sunlit bronze” and “chai latte” @maybelline ExpertWear Eyeshadow “dusty rose” @maybelline Great Lash Mascara “very black” 4w', 'bribri.tx Hi, we are finally out of the hospital & everything is going well so far!:) I wanted to do something fun b/c I am so happy to be home w my bb\U0001f972 — @colourpopcosmetics ‘Fade into hue’ palette, blush stix ‘Flamenco’ @suvabeauty ‘Space panda’ hydra liner @deciem serum foundation @milkmakeup tattoo stamp @nyxcosmetics ‘Nude truffle’ lip pencil @morphebrushes ‘Jet’ gel liner, Continuous setting mist — Codes: @morphebrushes ‘GLAMFAM572’ — #editorialmakeup #colourpopme #avantgarde #minimua #morpheglamfam #colorfulmakeup #modelmalay #suvabeauty #aestheticmakeup #makeupofig #morphebabe #modelmakeup #nyxprofessionalmakeup #atxmua #makeupbloggers #cutemakeup #theartistedit #funmakeup #studiofam #avantgardemakeup #tiktokmakeup 2d', 'bribri.tx Hi, I wanted to post since I haven’t been on in a while. Thank you for worrying about me! Y’all are amazing & ily🥺 I was not in the hospital for myself but for one of my bbs. It’s been a tough week for them & hoping they get out soon. Thank y’all for being so patient with me! xoxo — @colourpopcosmetics ‘Check please’, ‘Citrus squeeze’, ‘We’re off’ colour stix @deciem serum foundation @kajabeauty ‘bossy’ cheeky stamp, ‘Crystal clear’ gloss shot @karabeautyofficial ‘Rose quartz’ highlight @acebeaute ‘Be peachy’ lip liner — #colorfuleyeshadow #avantgarde #editorialmakeup #colourpopme #theartistedit #modelmalay #modelmakeup #minimua #makeupoftheday #kajabeauty #atxmua #aestheticmakeup #cutemakeup #boldmakeuplook #tiktokmakeup #deciemtheordinary #minimalmakeup 3d', 'bribri.tx This color is so beautiful, would you say this is an emerald green? It’s so elegant! — @colourpopcosmetics pretty fresh concealer, no filter setting powder @morphebrushes skin tint ‘marshmallow’, Jaclyn hill V1 palette, 35 icy palette @hardcandylife sheer envy hydrating primer @acebeaute ‘be peachy’ lip liner @kajabeauty ‘honey drizzle’ gloss shot @salonperfect lashes — #colorfuleyeshadow #morphebabe #avantgarde #editorialmakeup #colourpopme #theartistedit #modelmalay #morpheglamfam #modelmakeup #minimua #makeupoftheday #hardcandylife #atxmua #aestheticmakeup #cutemakeup #boldmakeuplook #tiktokmakeup 1w', 'bribri.tx 🤍🤍🤍 — @morphebrushes white concealer, ‘thx’ lip crayon, continuous setting mist @colourpopcosmetics pretty fresh concealer & tinted moisturizer @milkmakeup ‘baked’ matte bronzer, lip + cheek ‘perk’ @nyxcosmetics ‘coffee’ lip pencil — Codes: @morphebrushes ‘GLAMFAM572’ — #whiteeyeliner #editorialmakeup #colourpopme #avantgarde #morpheglamfam #studiofam #makeupbloggers #milkmakeup #modelmakeup #tiktokmakeup #nyxprofessionalmakeup #morphebabe #minimua #atxmua #cutemakeup #graphicliner #makeupoftheday #modelmalay #euphoriamakeup #theartistedit #undiscovered_muas 2w', 'bribri.tx ✨💕Pink💕✨ Hope y’all had a lovely Saturday! I’m trying to put out more content for y’all:) Love you guys! xoxo — @colourpopcosmetics Fade into hue palette, ‘shortcake’ blush @morphebrushes ‘hint of marshmallow’ skin tint, continuous setting mist @elfcosmetics hydrating camo concealer @milkmakeup hydro grip primer, ‘baked’ matte bronzer @fentybeauty ‘how many carats?’ diamond bomb @nyxcosmetics ‘nude truffle’ lip pencil, ‘crème brulee’ butter gloss — Codes: @morphebrushes ‘GLAMFAM572’ — #avantgardemakeup #nyxcosmetics #minimua #colourpopme #pinkeyeshadowlook #milkmakeup #euphoriamakeup #makeupbloggers #elfcosmetics #aestheticmakeup #morphebabe #cutemakeup #studiofam #fentybeauty #modelmakeup #theartistedit #modelmalay #avantgarde #editorialmakeup #cutcreaselook #pinkmakeup 2w', 'bribri.tx More than a woman to me💘 I had to do a look with the Fade into hue palette asap! — @colourpopcosmetics Fade into his palette, no filter setting powder @morphebrushes ‘hint of marshmallow’ skin tint, continuous setting mist @milkmakeup hydro grip primer, ‘baked’ matte bronzer @nyxcosmetics ‘nude truffle’ lip pencil, ‘beach casual’ filler instinct — Codes: @morphebrushes ‘GLAMFAM572’ — #colorfuleyeshadow #avantgarde #colourpopme #editorialmakeup #milkmakeup #aestheticmakeup #morphebabe #cutemakeup #springmakeup #nyxcosmetics #modelmakeup #minimua #makeupbloggers #makeupoftoday #theartistedit #modelmalay #euphoriamakeup #runwaymakeup #makeupofig 2w', 'bribri.tx Yellow makes me happy💛 I’ve been so out of it this past week. I needed to take a few days off for myself. xoxo — @colourpopcosmetics uh-huh honey palette, pretty fresh tinted moisturizer, ‘seed u later’ blush, ‘she’s here’ so juicy gloss @suvabeauty ‘dance party’ hydra liner @elfcosmetics hydrating camo concealer @milkmakeup ‘baked’ bronzer @morphebrushes continuous setting mist — #yellowmakeup #milkmakeup #yelloweyeshadow #avantgarde #colourpopme #theartistedit #modelmakeup #elfcosmetics #suvabeauty #aestheticmakeup #minimua #makeupbloggers #morphebabe #editorialmakeup #graphicliner #studiofam #cutemakeup #euphoriamakeup #morpheglamfam 2w', 'bribri.tx Happy Women’s History Month! #nyxcosmeticspartner I wanted to create a look that makes me feel powerful & what makes me feel powerful is the color green! To create this look I used some of my favorite @nyxcosmetics VEGAN products. — -Honey dew me up primer -Can’t stop won’t stop foundation -Can’t stop won’t stop concealer -Fill & fluff brow pencil -Utopia ultimate shadow palette -Powder puff lip cream -Matte setting spray — #nyxcosmetics #nyxcosmeticsfam 3w', 'bribri.tx 🧡Velma❤️ Happy Sunday!! I love the way this came out so much! & someone on Tik Tok said it reminded them of Velma from Scooby doo!! — @suvabeauty ‘cherry bomb’ hydra liner @karabeautyofficial Mind trap palette @deciem serum foundation @milanicosmetics ‘soleil’ baked bronzer @lauramercier ‘watermelon’ blush @milkmakeup ‘lit’ highlight @nyxcosmetics ‘nude truffle’ lip pencil @revlon gloss — #avantgarde #lauramercier #editorialmakeup #suvabeauty #euphoriamakeup #nyxcosmetics #milanicosmetics #minimua #milkmakeup #modelmalay #cutemakeup #revlon #studiofam #aestheticmakeup #graphicliner #summermakeup #makeupoftoday #makeupbloggers #modelmalay #theartistedit #colorfulmakeuplook 4w', 'itskaijasmine #AD Hey besties, I partnered with @colourpopcosmetics and @solbody to show you my go to soft glam look with their Quad Eyeshadow Palettes and their Body Shimmer ✨🤎  Products Used: - Creamsicle Quad - Sparkler Quad - Panna Cotta Gloss - Italian Ice Gloss - Mai Tai Dry Oil ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday  #colourpop #colourpoppartner 3d', 'itskaijasmine #AD 90s lovin 🎶 the 90s was always my favorite era, from the music to the clothes and definitely the makeup ✨ I used the @bhcosmetics Remix Dance 90s Shadow Palette and their Remix Dance Brush Beat Set ✨💎 which era was your favorite? #bhremixdance #bhcosmetics 4d', 'itskaijasmine Video dump ✨🤍 I’m sorry I don’t have much to post but here and some view where I felt cute ✨  Get a tradeline to boost credit score fast to get approved for credit cards, loans, or apartments!  Click the link in my bio to learn more  ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday 1w', 'itskaijasmine I’ve been trying out new eyeliner and brow shapes and I think this is the one y’all. I used the @mavenbeauty Black eyeliner to achieve this look and I’m in love ✨🖤 **edit: finally found out the ig for this heart brow trend!! Ib: @maddy.roberts **  ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday 1w', 'itskaijasmine Filler post, I hope everyone is having a good day ✨☁️🌿  ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday 3w', 'itskaijasmine Decided to switch up my look a bit, what do we think?  ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday 3w', "itskaijasmine Hey besties ✨ I'm always looking for new ways to switch up my look and I've partnered with @CoFancyofficial to show you how I do it with their contacts!! I'm wearing the colors, Glacier Grey and Honey Peach. Each contact has a professional guarantee of safety with quality certification and ·all CoFANCY products are certified by FDA and MHLW. They are made of non-ionic material. Even if worn for a long time, they would not be contaminated with dirt!! #coloredcontacts #cofancy_official #cofancylab #cofancypartner#GlacierGrey#HoneyPeachPink💥 3w", 'itskaijasmine Don’t have a look today but enjoy my little compilation of cute videos of me in my favorite look of the year so far✨⛓🖤 happy Saturday besties ✨ ib: @naezrahlooks  ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeupoftheday 4w', 'itskaijasmine Oh hey 🖤⛓ ib: @naezrahlooks  ______________________________  #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam #wakeupandmakeup #muasupport #makeuplooks #makeupaddict #hauslabs #fenty #fentybeauty #morpheme #100daysofmakeup #makeùpoftheday 4w', 'thebasicb This is the only video I got of this look 💀 anyways I’ve taken a mini break from makeup but I’ll be back on Monday!! ALSO MY BIRFFDAYYY NEXT WEEK 1d', 'thebasicb How is it already bout to be Thursday??? Anyways !! How has your week been so far? Like actually tell me in the comments I wanna have some convos. 1w', 'thebasicb Green queen 🤤 1w', 'thebasicb I wanted to bring back an oldie!! #facesbybiyonca The idea for this one is MONOCHROME!! Just use some purple and shit. I’m so excited to see this weeks recreations!! The highlight for last weeks will be up today!! 2w', 'thebasicb Happy Monday! Here are some close ups! 2w', 'thebasicb YALL like asmr?? 2w', 'thebasicb I love me some @karabeautyofficial 🤤🤤🤤 2w', 'thebasicb @maybelline gifted me their new ultimate lipsticks!! II ABSOLUTELY LOVE EVERY SHADE! They are so comfy and pigmented it’s crazy 2w', 'thebasicb The @benefitcosmetics they’re real magnet mascara really is that bitchhhhh !!! #benefitcosmetics #benefitclubpink 2w', 'itsjustfatimah no need to brag, you see me ib: @arianagrande new fragrance R.E.M 💜  p.s. 60s inspired look coming this week!! 5d', 'itsjustfatimah 1950’s inspired makeup! who’s ready to see the 60s look?  product deets: will update later ❤️ 2w', 'itsjustfatimah so i’m starting a new series!! makeup inspired by the decade and yes i’m going to do every decade until the 2000s! which decade are you most excited to see me recreate? 2w', 'itsjustfatimah how i did my makeup in 2016 vs 2021!  which side is your favourite? 🤩 3w', 'itsjustfatimah Have you seen Dororo yet? If not you are MISSING OUT! I binged the whole series in two days (yes it’s THAT good). Go watch it now only available on @primevideouk #ad 4w', 'itsjustfatimah makeup inspired by emojis 🐍🍭💙  what do you guys think? 5w', 'itsjustfatimah Im convinced different people bring out different versions of you  products used: @benefitcosmeticsuk porefessional primer @milkmakeup hydro grip primer @colourpopcosmetics fade into hue palette @plouise_makeup_academy eyeshadow base ‘touch frost’ @colourpopcosmetics creme gel liner ‘prance’ @unicorncosmetics lashes ‘vixen’ @giorgioarmani luminous silk foundation ‘13.5’ @milkmakeup flex concealer ‘cinnamon’ @sleekmakeup cream contour kit ‘extra dark’ @fentybeauty cheeks out cream blush ‘daiquiri dip’ @hudabeauty easy bake loose powder ‘kunafa’ @bennyemakeup translucent powder ‘chestnut’ @fentybeauty freestyle duo highlighter ‘afternoon snack’ & ‘mo’hunny’ @maccosmetics lip liner ‘chestnut’ @colourpopcosmetics lippie stix ‘pitch’ @colourpopcosmetics like magic @colourpopcosmetics raw beauty kristi collection lux gloss ‘wildflower’  wig from @ulahair 5w', "itsjustfatimah I don't actually exist so if you've ever met me it was a prank  ib: @tias.mua  wig from @world_new_hair  product deets: will update later 🍭 6w", 'itsjustfatimah #ad I wanted to show you guys some cool lashes from @moxielash they’re magnetic lashes just follow three steps and BOOM you’ve got perfect lashes! use my code ITSJUSTFATIMAH10 for 10% off 🖤 6w', 'tiarra_oliviaa TIARRA PETROVA | Katherine pierce long lost cousin THE VAMPIRE DIARIES 🧛🏻 . . . PRODUCTS EYES: @milkmakeup Kush mascara @makeuprevolution liner . . FACE Primer : @elfcosmetics Jellypop Dew primer @solbody shimmering oil citrus crush Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋 Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @revlon MATTE 003 @colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭 . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 1d', 'tiarra_oliviaa Light ☀️ . . . PRODUCTS EYES: @milkmakeup Kush mascara @makeuprevolution liner @colourpopcosmetics brows @colourpopcosmetics RUMOR HAS IT 💙& Hi, Society 🍀 . . FACE Primer : @elfcosmetics Jellypop Dew primer @solbody shimmering oil citrus crush Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋 Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @revlon MATTE 003 @colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭 . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 4d', 'tiarra_oliviaa WATER FAIRY 💦🧚🏽\u200d♀️ | kinda wanna start a winx fairy series 🙈 hehe . . . PRODUCTS EYES: @milkmakeup Kush mascara @beautybaycom @nikkietutorials Pressed Pigment palette @btaylorbeautyco Aqua blue liner . . FACE Primer : @elfcosmetics Jellypop Dew primer @solbody shimmering oil citrus crush Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer BLUSH @colourpopcosmetics Blush stick Picnic time 🍋 Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @poppicosmetics “Lose my number” liquid matte lipstick @colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭 . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 4w', 'tiarra_oliviaa CANDY CRUSH 🍬🍭SUGAR RUSH | swipe video . . . PRODUCTS EYES: @milkmakeup Kush mascara @fentybeauty shimmer stick confetti Liner @glamvicecosmetics Gelato, Key lime, Pink velvet, Gelato & Peace and love . . FACE Primer : @elfcosmetics Jellypop Dew primer @solbody shimmering oil citrus crush Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer @beautybaycom BLUSH COSMO Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @poppicosmetics “Lose my number” liquid matte lipstick @colourpopcosmetics Italian ice gloss & Panna Cotta 💋 USE TINKERTIARRA5 FOR 5% off 🍭 . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 4w', 'tiarra_oliviaa A fairytale | SPRING 🧚🏽\u200d♀️ . . . . PRODUCTS EYES: Eyeshadow : @beautybaycom MATTE bright palette ☀️ @colourpopcosmetics QUEENIE lashes , use my code TinkerTiarra5 for 5% off 🧚🏽\u200d♀️ @milkmakeup Kush mascara @fentybeauty shimmer stick confetti Liner @glamvicecosmetics Gelato, Key lime, Pink velvet, Gelato & Peace and love . . FACE Primer : @elfcosmetics Jellypop Dew primer @solbody shimmering oil citrus crush Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer @beautybaycom BLUSH COSMO Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @poppicosmetics “Lose my number” liquid matte lipstick @colourpopcosmetics Italian ice gloss & Panna Cotta 💋 . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 4w', 'tiarra_oliviaa I’m throwing shade like it’s sunny 🌞 . . . PRODUCTS EYES: Eyeshadow : @beautybaycom MATTE bright palette ☀️ @colourpopcosmetics QUEENIE lashes , use my code TinkerTiarra5 for 5% off 🧚🏽\u200d♀️ @milkmakeup Kush mascara @fentybeauty shimmer stick confetti Liner @glamvicecosmetics Gelato & black liner from @makeuprevolution . . FACE Primer : @elfcosmetics Jellypop Dew primer Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer @beautybaycom BLUSH COSMO Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @poppicosmetics “Lose my number” liquid matte lipstick @indecosmetics clear gloss clear gloss 💋 . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 5w', 'tiarra_oliviaa GOOD DAYS | SZA look 🌿 earrings from @threadsxthreadsx REEL . . . PRODUCTS EYES: Lipgloss @indecosmetics Eyeshadow : @jackieaina palette☀️ @c.me Lashes Gabrielle @milkmakeup Kush mascara @fentybeauty shimmer stick confetti . . FACE Primer : @elfcosmetics Jellypop Dew primer Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer @rarebeauty LOVE blush . . . .LIPS: @nyxcosmetics lip liner @colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off  .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 6w', 'tiarra_oliviaa GOOD DAYS | SZA look 🌿 earrings from @threadsxthreadsx . . . PRODUCTS EYES: Lipgloss @indecosmetics Eyeshadow : @jackieaina palette☀️ @c.me Lashes Gabrielle @milkmakeup Kush mascara @fentybeauty shimmer stick confetti . . FACE Primer : @elfcosmetics Jellypop Dew primer Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer @rarebeauty LOVE blush . . . .LIPS: @nyxcosmetics lip liner @colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off  .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 6w', 'tiarra_oliviaa The 70s 🌼 Vintage . . . PRODUCTS EYES: Eyeshadow : @beautybaycom bright palette ☀️ @c.me Lashes Gabrielle @milkmakeup Kush mascara @fentybeauty shimmer stick confetti . . FACE Primer : @elfcosmetics Jellypop Dew primer Foundation : @rarebeauty foundation 540c Concealer : @rarebeauty500N & 510W Powder : @milkmakeup blur +set translucent Deep @beautybaycom BUTTON bronzer @rarebeauty LOVE blush Highlight : @fentybeauty shimmer stick Confetti . . . .LIPS: @nyxcosmetics lip liner @colourpopcosmetics slow down nude lip use my code “TINKERTIARRA” for 5% off Lipgloss by @indecosmetics . .#blackgirlmagic #artistsoninstagram #makeuplooks #blackmakeupartists #makeupcontent #nyxcosmetics #milkmakeup #contouringmakeup #blackwomensupportingblackwomen #makeuppage #tiarra_oliviaa #prettymakeup #aesthetic #followme #rarebeauty #rarebeautyblush #nyxcosmetics #followme #beauty #beautyinfluencer #rarebeauty #rarebeautyfoundation #makeupupforblackgirls #makeuprevolution #kvdbeauty #editorialglam #fentybeautybyrihanna #reels #benifitcosmetics #benifitbrows #colourpopmeblack #editorialmakeup #generationbeautybay . . Follow @tiarra_oliviaa for more 6w', 'linnygd Hair tut 💘 3h', 'linnygd Totally Spice!🌸 2d', 'linnygd #happyearthday🌎 here’s a gentle reminder that over-consumption is a disease. Sometimes when I watch influencers all day I fall into the trap of wanting to buy things instantly... but then I have to remind myself that it is silly and an urge for excessive consumption of things I simply do not need. So to incentivise you to have a little dig into your wardrobe; here’s some of my finds in mine: white boned corset top that I bought last year and wore for my first fenty beauty stories takeover ( a real special moment)✨ The levis are vintage !! I bought 3/4 years ago - if you go through my old posts lol you’ll see that it was actually big on my waist and now it fits nice and snug on my body( & the only pair of jeans I can squeeze my bum and thighs into😭😫) The bomber is from a slow fashion brand @gundistudios made and designed by Brown women who are aware that South Asian women are victims of capitalism and especially this insidious fast fashion industry. #overconsumerism #overconsumption #slowfashion 4d', 'linnygd Sunset liner 🌅 1w', 'linnygd Straight hair on me is a whole vibe ngl  Skin prep: @fentyskin #fatwater #hydravizor  Makeup: @fentybeauty hydrating pro filt’r foundation in 430 mixed with @urbandecaycosmetics Hydromaniac shade 80 Profilt’r concealer + powder Matchstix in espresso Body sauce in #sunstalkrbronzer in mocha mami Fly pencil in cuz I’m black Brow MVP in Black Brown Trophy wife highlighter @narsissist blush duo in panic @glossier lipgloss in red 1w', 'linnygd AD After graduating with my Economics and Politics degree and working full time as an Economist, I found that having several mentors are crucial to success of securing a job in your desired field. Your mentor will open the doors and allow you to network with their contacts and give lots of insight and access. Having a mentor is important as you get to know their day to day tasks, their challenges and what their job is actually like! @avado_learning is offering 18-24 year olds to be paired with mentors from various top companies like NHS, Barclays, BT, Shell, Legal and General and so much more. THE PROGRAMME IS COMPLETELY FREE! Your mentor will also be able to help you with your CV, personal statements/ Cover letters and give you mock interviews. applications close 26th April. Link to apply https://hubs.ly/H0KThVV0 #fastfutures 2w', 'linnygd This video changed my life.... can you believe today marks the day that I filmed my first ever proper makeup tutorial ... who knew it’d change my life because I CERTAINLY did not expect this 😭😭😭  More importantly I wish I could squeeeeezeeee every single one of you for supporting me !! I hope you know I’ve got your back forever 🥺💘  💘 Full face of @fentybeauty and @glossier products 💘  Music by @kevindaveprod 2w', 'linnygd Brown on Brown skin 🤎🧸🦥🦦 2w', 'linnygd Please don’t be surprised when I match you with the same energy you had for me. No I don’t believe in being the bigger person because why should I use up and waste my own energy ? 2w', 'rxfiqah ✨Skincare Sunday✨  This is my current everyday skincare routine that I’ve doing every day for the past few weeks (it’s a little different at night) Comment your favorite skincare product down below!! The @freshbeauty essence is my Holy Grail when it comes to essences!!  - @milkmakeup Vegan Milk Cleanser - @katesomervilleskincare #Exfolikate - @neutrogena Hydroboost Sheet mask - @freshbeauty Black Tea Kombucha Essence - @tatcha Dewy Serum - Milk Makeup Vegan Milk Moisturizer - @lancomeofficial Genifique Yeux eye cream - @milanicosmetics Cherry Sugar Lip Scrub - @summerfridays Lip butter balm  #skincareroutine #milanicosmetics #milani #skincaresunday #katesomerville #freshbeauty #tatcha #tatchacollective #lancome #neutrogena #milkmakeup #skincareproducts #amskincare #everydayskincare 1d', 'rxfiqah The sun was blinding me but THIS was a good makeup day🥰  I did this a while ago so idk if I had exact INSPO but I remember of thinking of @cutcreaser & @sarah.feingold while doing it!  LINERS: @cutcreaser x @bymelolops Waterink in 3000 & @glamvicecosmetics Retro Liner in Disco Fever BROWS: @benefitcosmetics Precisely My brow in 4 #benefitclubpink #benefitbrows #graphicliner #glamvicecosmetics #bymelolops #beyourownsuperhero #editorialblk #blkcreatives #glammakeup 3d', 'rxfiqah Jummah Mubarak❤️  Of course I’m posting pics from last Eid on the fourth day of Ramadan but hey at least they’re getting posted😭🤷🏽\u200d♀️  Hijab & Glasses: @shady.szn Dress: @kabayarefashion Jewelry: @bylolitajewelry  #eidpics #hijabifashion #eiddress #hijabstyle #eidmakeup #explore 1w', 'rxfiqah I can’t believe this picture of me is featured in every single @nordstrom in the USA & Canada!! Thank you so much to Nordstrom for featuring me and my managers for being so supportive!! If you happen to see me in a Nordstrom near you please tag me!!❤️  Photographer: @anairam10 (the BEST🤩) MUA: @misha212  #nordstrom #muslimmodel #nordstrombeauty #hijabimodel 1w', 'rxfiqah Swatching the brand new @yslbeauty Rouge Volupte Shine Lipstick Balms! This was my first time trying these and guys the FORMULA!! Super hydrating on the lips and super shiny! Comment your favorite shade down below!!  All lipsticks swatched (In order)  123 Nude Transparent 121 Beige Satin 130 Burnt Suede 124 Rose loulou 122 Burnt Zellige 129 Carmine Retro 127 Rouge Studio 131 Chili Morocco  #yslbeauty #lipswatches #rougevolupteshine #ysllipstick #lipgloss #makeupvideo 2w', 'rxfiqah Finally posting the pics🥰💚 Recreation of @raggedyroyal  TAG ANY BRANDS BELOW💫  PRODUCTS  Skin Prep @tatcha Dewy Skin Serum @glossier Priming moisturizer  Brows @benefitcosmetics Precisely my brow in 5 #benefitclubpink #benefitbrows  Eyes @bperfectcosmetics x @staceymarie Tahiti Palette (Key Lime, Tropics, & Forest) @alamarcosmetics Caribe Palette (El Malecon) @kvdveganbeauty Tattoo Liner in Trooper @iliabeauty eyeliner @fentybeauty Flyliner in Cuz I’m black @kvdveganbeauty Lash Primer @benefitcosmetics They’re real magnet mascara @jemmebeauty rhinestones in Matcha  Face @bobbibrown Vitamin Enriched Face Base @makeupforever Hydrabooster Step 1 Primer @glossier Future Dew @milkmakeup Hydro Grip Primer @patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21 @milanicosmetics 2-in-1 Foundation in 09A Natural Tan @toofaced Born This Way super coverage concealer in Butterscotch & Chai @makeupforever concealer in 4.3 @colourpopcosmetics cheek dew in beyond @hudabeauty Easy Bake loose powder in Blondie @lancomeofficial Long time no shine powder in translucent @fentybeauty Sun Stalkr’ bronzer in caramel cutie @notecosmetics blush in desert rose @fentybeauty Diamond Bomb in Royal Icing @kosas Cloud set baked vegan setting powder in Feathery  Lips @maccosmetics lip liner in Cork and Chesnut @alamarcosmetics lip liner in Coqueta @makeupforever Pencil in 612 @fentybeauty gloss bomb cream in Fenty glow @patmcgrathreal Lust Lip gloss in Blitz Gold  #greenmakeup #rhinestonemakeup #fentybeauty #creativemakeup #editorialblk #patmcgrathlabs #explorepage #alamarcosmetics #fentybeauty #nudelips #carnivallovetahiti #facegems #glossylips #makeupforever 2w', 'rxfiqah The second I saw @raggedyroyal post this look I KNEW I had to recreate. I wish y’all could’ve seen it in real life the rhinestones was SHININ🤩 I’m watching Nip Tuck rn on Hulu and yall this show is CRAZYY if you’ve watched please lmk!! But I’m almost finished though so comment some really good series that are out!! (I have everything except HBO😭)  Recreation of @raggedyroyal (Go follow her she’s so talented and the biggest innovator!!)  TAG ANY BRANDS BELOW💫  PRODUCTS  Skin Prep @tatcha Dewy Skin Serum @glossier Priming moisturizer  Brows @benefitbeauty Precisely my brow in 5 #benefitclubpink #benefitbrows  Eyes @bperfectcosmetics x @staceymarie Tahiti Palette (Key Lime, Tropics, & Forest) @alamarcosmetics Caribe Palette (El Malecon) @kvdbeauty Tattoo Liner in Trooper @iliabeauty eyeliner @fentybeauty Flyliner in Cuz I’m black @kvdbeauty Lash Primer @benefitcosmetics They’re real magnet mascara @jemmebeauty rhinestones in Matcha  Face @bobbibrown Vitamin Enriched Face Base @makeupforever Hydrabooster Step 1 Primer @glossier Future Dew @milkmakeup Hydro Grip Primer @patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21 @milanicosmetics 2-in-1 Foundation in 09A Natural Tan @toofaced Born This Way super coverage concealer in Butterscotch & Chai @makeupforever concealer in 4.3 @colourpopcosmetics cheek dew in beyond @hudabeautyshop Easy Bake loose powder in Blondie @lancomeofficial Long time no shine powder in translucent @fentybeauty Sun Stalkr’ bronzer in caramel cutie @notecosmetics blush in desert rose @fentybeauty Diamond Bomb in Royal Icing @kosas Cloud set baked vegan setting powder in Feathery  Lips @maccosmetics lip liner in Cork and Chesnut @alamarcosmetics lip liner in Coqueta @makeupforever Pencil in 612 @fentybeauty gloss bomb cream in Fenty glow @patmcgrathreal Lust Lip gloss in Blitz Gold  #oneminutemakeup #greenmakeup #rhinestonemakeup #fentybeauty #creativemakeup #editorialblk #makeupreel #patmcgrathlabs #explorepage #makeuptutorial #alamarcosmetics #kosas #lancomeofficial #carnivallovetahiti #facegems 3w', 'rxfiqah Scents in Bloom 🌻🌸  We’re officially in Spring so I thought it’d be perfect to show some fragrances that match the season so well! I’ve been deep diving into fragrances and I have so many more recommendations so get ready for more fragrance content!!  To shop click the @linktr.ee link in bio and then click Spring Fragrances and you can see everything there!💗 (I do get commission through this link through my job at Nordstrom)  - @maisonmargielafragrances @maisonmargiela REPLICA Flower Market $135 - @chanelofficial @chanel.beauty Chance Eau Tendre $108-$175 - @jomalonelondon Red Hibiscus $98-$198 - @viktorandrolf Flowerbomb Dew $85-$165 - @parfumsdemarly Delina La Rosée $295 - @armanibeauty @giorgioarmani My Way $76-$128  #springfragrances #replica #jomalone #chanelfragrance #smellslikememories #brilliantblossoms #jomalonelondon #parfumsdemarly #cassili #armanibeauty 3w', 'rxfiqah This song makes me feel so calm SZA just makes classic after classic😌  Inspo: @paintedbyesther  Hijab Pins: @mykitsch Ring: @thesunjewelers  Skin Prep @tatcha The Dewy Serum @glossier Bubblewrap @milkmakeup Vegan Milk Moisturizer  BROWS @benefitcosmetics Precisely My brow pencil in 4.5 #benefitclubpink #benefitbrows  Eyes @toofaced concealer to prime @colourpopcosmetics x Bambi palette (Little April shower, Young Prince, Kinda bashful) @midascosmetics Unveiled Cool Nudes Palette (the dark brown) @kvdveganbeauty Tattoo Liner in Trooper @colourpopcosmetics liquid liner in Numero Uno @fentybeauty Flyliner in Cuz I’m Black @kvdveganbeauty Epic Curl Lash Primer @yslbeauty Volume Effet Faux Cils Volumizing Mascara @lillylashes in Sydney  Face @makeupforever Hydrabooster Step 1 Primer @milkmakeup Hydrogrip primer @glowbyauric Glowlust in Pyrite @toofaced BTW concealer in Chai @narsissist Soft Matte Complete Foundation in Tahoe @patmcgrathreal Skin Fetish: Sublime Perfection Foundation in Medium 21 @milanicosmetics brightening undereye skin tint in 130 Deep peach @toofaced BTW concealer in Butterscotch @makeupforever Matte Velvet Skin Concealer in 4.3 @milkmakeup Lip +Cheek in Werk @hudabeautyshop Easy Bake setting powder in Blondie @lancomeofficial Long Time no Shine Translucent powder @fentybeauty Sun Stalkr’ Bronzer in Caramel Cutie @lauramercier Colour Infusion blush in Grapefruit @makeupforever Pro Light Fusion highlight in 02 Golden  LIPS @maccosmetics lip liner in Cork @makeupforever artist pencil in 612 @fentybeauty Gloss Bomb in Fenty Glow @patricktabeauty Major Glow lip gloss in She’s Expensive  #makeupforever #oneminutemakeup #softglamlook #fentyface #yslbeauty #sublimeperfection #lipgloss #lipcombo #makeupforwoc #makeuptutorial #glowingskin #wakeupandmakeup #makeuplooks #colourpopmeblack #nudelipcombo 5w', 'samiras_artistry Sultry glam☕️🎶 3w', 'samiras_artistry 🦄💜 likkle purple moment . . Eyes @colourpopcosmetics flower pallet from bambi collection @morphebrushes James x morphe palette @lillylashes style Melbourne Base @stilacosmetics correcting primer @urbandecaycosmetics hydro manic foundation shade 70 @toofaced born this way concealer shade butterscotch @narsissist nradient creme concealer @lauramercier translucent setting powder shade honey @morphebrushes bronzer shade leader @makeuprevolution blush shade backed peach @colourpopcosmetics lip gloss called flower 3w', 'samiras_artistry Something slight🥳🚣🏻\u200d♂️💜 3w', 'samiras_artistry 🥳 4w', 'samiras_artistry Ok finally re did this little tutorials also you know what crazy The fact that I keep forgetting reels can’t be longer than 60secs Anyways comment what other eyelooks/tutorials I should step into and I’ll make sure to do it🥳💗 Lashes @sobombdollz Eyeshadow pallets @colourpopcosmetics 4w', 'samiras_artistry Ugh no way this was no foundation 🥳 5w', 'samiras_artistry 💀🤸🏾 8w', 'samiras_artistry 💕🥵💕 8w', 'samiras_artistry Not a liner moment it’s been a minute - - EYES @ciatelondon liner @lillylashes style Melbourne @ttd_eye contacts colour grey queen Use code samiras for $$ off!  BASE @glowrecipe watermelon dew drops @summerfridays gel creme @urbandecaycosmetics hydromanic foundation shade 70 @toofaced born this way concealer shade butterscotch @shadembeauty lipp as blush @morphebrushes bronzer shade leader @makeuprevolution blush shade baked peach @ciatelondon vacay spray  LIPS @colourpopcosmetics liner (the shade I rubbed off💀 Soz) @shadembeauty lippy shade discreet 8w', 'tatchee Super soft glam for my baby sis birthday🌸 #blackgirlmakeup #torontomakeupartist 19w', 'tatchee All of the ugly is me as a mom😥 #pov #arianagrande #momlife #ohheymama 23w', 'tatchee I did these butterfly locs and I love this look but it took me a whole lifetime. But besides that, I’m just here, enjoying being Joah’s mommy. 🦋 28w', 'tatchee Breast lift here I come 🙋🏾\u200d♀️ #momlife #breastfeeding #breastfeed #postpartumbody #postpartum #nursingmom #mombod 35w', 'tatchee a MILF & barbz4life👱🏾\u200d♀️💕 #makeupforbarbies #blackgirlmakeup #melaninmakeup #nickiminaj #barbz4life #barbz 35w', 'tatchee My natural flex is my biggest flex🤍 36w', 'tatchee Happiest when I’m cuddling him🤗 guess what? Ya girl is finally on YouTube. Link in bio to watch my first storytime on how I found out I was pregnant👶🏾 36w', 'tatchee Mom style☀️ you will know when I get my snatch and snap back when I post a pic wearing anything not baggy or flowy. To all moms: it’s okay to not snap back right away. You just made a whole human, tek time🤗 38w', 'tatchee Mama T getting her groove back. By groove I mean energy to do my makeup, get dressed up and actually leave the house🙃 38w', 'deemakeupart Had this look planned foreverrr 🎉 • • • • BASE: @fentyskin fat water toner @fentybeauty eaze drop blurring skin tint @kvdbeauty good apple foundation balm @narsissist radiant creamy concealer @rcmamakeup loose translucent powder @kosas bronzer in medium @ritueldefille color nectar pigment balm in blood flower @ritueldefille rare light creme lumanizer in anthelion @ritueldefille the alchemists highlight intensifier @danessa_myricks set it forever setting spray EYES: @aboutfacebeauty eye pencil in oxide and kill the lights @got2busa glued spiking glue for brows LIPS: @ritueldefille blood flower color nectar pigment balm @innbeautyproject lip oil • • • #creativemakeupartist #creativemua #editorialmua #pdxmua #avantgardemakeup #editorialmakeuplook #avantgardeartist #makeupart #blackmakeupartist #avantgardemakeup #graphicliner #mualife #makeupartistsworldwide #editoriallook #theartistedit 1h', 'deemakeupart 🧝🏽\u200d♀️✨🧝🏽\u200d♀️ Do blondes have more fun tho?? 🤨 lol • • • FACE: @milkmakeup hydro grip primer @kvdbeauty good apple skin balm in N60 @danessa_myricks Vision cream cover in N08 @narsissist radiant creamy concealer in custard @anastasiabeverlyhills banana powder @kosas medium bronzer @ritueldefille bloodflower color nectar pigment balm @ritueldefille metamorphic highlighter in EYES: @brianbeautyofficial taboo liner in Salem Black @depixym cosmetic emulsions in 0004 and 0577 @mmmmitchell head in the clouds palette @makeupamurder neon orange pigment LIPS: @mmmmitchell mango dequiri and where’s the SPF blurshes • • • #blackmua #blackgirlmagic #creativemakeup #editorialmakeup #pdxcreatives #linerart #graphicliner #editorialmakeupartist #eyelinertutorial #makeupart #creativemakeup #explore #avantgardemakeup #selfportrait #selfportraitphotography 1w', 'deemakeupart Blessing ya feed this morning with @zyahbelle ✨😌 Photographer: @ace_lace • • •  Look details: @milkmakeup hydrogrip primer @danessa_myricks vision cream cover and contour balm @rcmamakeup translucent powder @ritueldefille color nectar pigment balms in bloodflower @danessa_myricks enlight halo powder in angel wings EYES: @depixym cosmetic emulsion in 0982 @illamasqua precision gel liner in infinity @got2b glued spiking gel for brows @anastasiabeverlyhills brow pen and pencil in medium brown LIPS: @danessa_myricks colorfix in dessert rose, rustic, fruit punch, and clear gloss • • •  #creativemakeupartist #creativemakeup #pdxmua #avantgardeart #editorialmakeupartist #editoriallook #editorialartist #blackmua #editorialphotography #avantgardemakeup #fentybeauty #blackartists 2w', 'deemakeupart ✨✨ created some MAGIC with @fixedwithyou and @xaneangeline • • • Look details: @fentybeauty @fentyskin fat water toner @shiseido synchro skin foundation @danessa_myricks vision cream cover and contour balm @rcmamakeup translucent powder @ritueldefille color nectar pigment balms in snap dragon and beesting @ritueldefille rare light creme lumanizer in Halo EYES: @glamvicecosmetics retro liner neon festival palette and pastel paradise palette @got2b glued spiking gel for brows @anastasiabeverlyhills brow pen LIPS: @ritueldefille inner glow creme pigment in delirium @lindahallberg infinity glass • • •  #creativemakeupartist #creativemakeup #editorialmakeup #pdxmua #avantgardeart #editorialmakeupartist #editoriallook #makeupart #blackmua #editorialphotography #avantgardemakeup #fentybeauty #morphebabe #blackcreators #blackcreatives #editorialmagazine #avantgardephotography #photoshootmakeup 2w', 'deemakeupart I’m channeling her *👩🏽\u200d🎤* • • • FACE: @shiseido synchro skin soft blurring primer @kvdbeauty good apple foundation balm @danessa_myricks vision cream cover in N04 @kosas medium bronzer @aboutfacebeauty light lock stick in Greek tragedy @ritueldefille bloodflower color nectar pigment balm @freck Freck noir EYES: @brianbeautyofficial taboo liner in Salem Black @aboutfacebeauty matte fluid eye paint in white noise and shadow stick in creature @danessa_myricks color fix in beaches, tribe, fruit punch, wild orchid, limescicle, and black out @depixym cosmetic emulsions in 0004 and 0982 LIPS: @danessa_myricks tribe and fruit punch • • • #graphiclinerlook #creativemakeup #editorialmakeup #pdxmua #linerart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemakeup #explore #avantgardemakeup 3w', 'deemakeupart New newww ✨ Experimented with some @aboutfacebeauty beauty products and loved them! • • • FACE: @milkmakeup hydro grip primer @danessa_myricks vision cream cover in N04 and N06 @kosas medium bronzer @aboutfacebeauty light lock stick in Greek Tragedy @ritueldefille The Dream metamorphic highlighter @ritueldefille ladybug color nectar pigment balm @freck Freck noir EYES: @brianbeautyofficial taboo liner in Salem Black @aboutfacebeauty matte fluid eye paint in white noise @aboutfacebeauty shadow stick in creature and Kill the lights @morphebrushes x @jaclynhill volume 2 palette @danessa_myricks colorfix in beaches LIPS: @tower28beauty lip jelly in fire @ritueldefille color nectar pigment balm in snap dragon with enchanted lip@sheer in bloodroot • • • #graphiclinerlook #creativemakeup #editorialmakeup #pdxmua #linerart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemakeup #explore #avantgardemakeup 4w', 'deemakeupart Rhinestone hand art ✨✨ • • • Heavily inspired by @ella_ess_ beautiful creations • • • #blackartists #handart #handmakeup #handmakeupart #blackartists #blackmua #handartwork #editorialmakeup #editorialmakeupartist #editorialbeauty #avantgardemakeup #avantgardeart 6w', 'deemakeupart Heyooo she rEd 👹 • • • FACE: @milkmakeup hydro grip primer @shiseido synchro skin foundation @danessa_myricks vision cream cover in N04 and N06 @danessa_myricks contour balm in medium 2 @kosas medium bronzer @ritueldefille phosphene rare light creme lumanizer @ritueldefille snapdragon color nectar pigment balm EYES: @madebymitchell head in the clouds palette @morphebrushes @jaclynhill vol 2 palette @glamvicecosmetics pink velvet retro liner @benefitcosmetics roller lash mascara @got2busa @got2b spiking gel for brows LIPS: @tower28beauty lip jelly in fire @ritueldefille bloodroot enchanted lip sheer • • • #blackmua #creativemakeup #editorialmakeup #pdxmua #avantgardeart #graphicliner #editorialmakeupartist #editoriallook #makeupart #creativemua #explore #avantgardemakeup 7w', 'arenavi waiting on my second shot like 😗 • @colourpopcosmetics (gifted) Big Poppy palette, Stone Cold Fox palette. @milkmakeup (gifted) hydrogrip primer, Kush mascara. #studiofam @elfcosmetics multi stick in Glowing Mango. #dewyskin @slayfirecosmetics assorted glitter gels. sequins from the local Joanne Fabrics \U0001f978 @lauramercier setting powder. @milanicosmetics conceal and perfect in 100 and 120. #creativemakeup 1w', "arenavi having a lot of thoughts of leaving social media forever? i think it's more of an anxiety thing than a genuine desire. have any of you ever taken a significant amount of time away from social media? would you do it again? what would scare you about leaving? maybe i have too much sagittarius in my chart and have commitment issues ¯\\_(ツ)_/¯ • @colourpopcosmetics (gifted) Stone Cold Fox Palette, So Juicy Gloss in Princess Cut. @ofracosmetics liquid lipstick in Verona. #graphicliner @claropsyche sketch paint palette. #theartistedit @elfcosmetics multistick in Glowing Mango. #dewyskin @milanicosmetics conceal and perfect concealer in 100. @glossier #glossier stretch concealer in G11. @milkmakeup Hydrogrip primer and Kush Mascara. @kissproducts lashes in flirty. 1w", "arenavi started therapy again and my bunny immediately died like... that's incredibly rude (and devastating). talk me out of adopting a kitten in the comments below. Ary!! You! Cannot! Get! A! Kitten!! Until!! You! Get! A! Real! Job! • @colourpopcosmetics #colourpopme (gifted) Cloud Spun palette and Love Bird palette, Stone Cold Fox palette. @milkmakeup (gifted) #Hydrogrip primer. @milanicosmetics conceal and perfect in 100. @glossier stretch concealer in G11. #theartistedit @essence_cosmetics clear gloss. #modelmalay 2w", 'arenavi another bug look for ur viewing displeasure (inspo from @sugaronyoursouls) • @colourpopcosmetics (gifted) Flower pressed powder palette from the bambi collection, Stone Cold Fox palette. @chaoticcosmetics hydroliner in Glow Stick. @milkmakeup (gifted) Hydrogrip primer, Blue and Set powder in Light. #studiofam @glossier stretch concealer in G11. #theartistedit #avantgardemakeup 3w', 'arenavi leopard moth! i fought lightroom for two and a half hours for these, i hope u like them! (the pic of the moth is not mine) • @kajabeauty (gifted)wing eyeliner pen. #theartistedit @claropsyche sketch paint palette. @chaoticcosmetics wet liner in White Out. @elfcosmetics multi stick in Glowing Mango. @milkmakeup (gifted) electric lip plumper in Buzzed, Kush mascara, blur and set powder in Light, highlighter stick in Lit #studiofam @colourpopcosmetics (gifted) Stone Cold Fox palette. #editorialmakeup 3w', "arenavi still on my googly eye shit, not really sure how i feel about the nyx brow glue /: tried it a bunch of different ways and it won't lay my brows down for more than a few minutes. • @milkmakeup (gifted) Kush mascara, Set and Refresh spray. #theartistedit @colourpopcosmetics (gifted) Flutter By palette, super shock shadow in Mighty Morphin and Ringlet, Stone Cold Fox palette. @milanicosmetics conceal and perfect in 100. #avantgardemakeup @essencemakeup clear gloss. 4w", 'arenavi channeling my inner lifeless puppet, welcome to the show • @milkmakeup (gifted) Hydrogrip primer, blur and set powder in Light, Kush mascara. #avantgardemakeup @colourpopcosmetics (gifted) Fade Into Hue palette, In a Trance palette, just a tint lip crayon in A Go Go, Stone Cold Fox palette. #colourpopcosmetics @nyxcosmetics matte liquid liner (to spike the lashes). 4w', "arenavi i've been leaning into the hairy, bumpy, undesirable textures these days 🧿evil eye 🧿 inspo from @halfagemini • @claropsyche sketch paint palette. #graphicliner @milkmakeup (gifted) color chalk in Hula Hoop, Hydrogrip primer, blur and set powder in light, Kush Mascara. #avantgardemakeup @colourpopcosmetics (gifted) Stone Cold Fox palette. @glossier futuredew and stretch concealer in G11. 5w", "arenavi just a fun look today because i'm writing a video on misconceptions about trauma and sexuality. what weird things have people said about your sexuality in relation to your trauma? u can DM it to me too if you're not ready to share publicly🖤🖤🖤 • @milkmakeup (gifted) electric glossy lip plumper in Lola, Hydrogrip primer, Set and Refresh Spray, color chalk in Skip It, Translucent Light setting powder, lip to cheek in Quickie, and Kush mascara #altfashion @colourpopcosmetics(gifted) liquideyeliner in Wine Not, super shock cheek in Cruel Intentions #colourpopme #dewyskin @glossier stretch concealer in G11. #glossier 5w", 'kijagold Drop some green and orange hearts for me 💚🧡🧡• • Last slide is me when a man speaks 🙄😁 #notallmen Recreated this look by @lsgmakeup (tag her) #50looks2021 9/50 • Face: Brows - @anastasiabeverlyhills DipBrow Pomade (Ebony) Foundation - @fentybeauty (450) Primer - @sephora Hydrate (Hydrating Face Primer) Concealer - @lagirlcosmetics Pro Conceal (toffee) Blush - @makeupbytammi x @makeuprevolution Golden Hour Palette Highlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette Bronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette Setting Powder - @fentybeauty Pro Filt’r (Cashew) Setting Spray - @kvdbeauty Lock It  Eyes: Eyeshadow: @makeuprevolution Marvelous mattes Primer: @plouise_makeup_academy  Lips: Lipstick: @maybelline stay mattes ink Liner: @sephora Eye Pencil To Go (03 Deep Brown) Gloss: @rimmellondonpl oh my gloss ••••••••••••••••••••••••••••••••••••••••••••••••••••••• • • Tag a friend ❤️ - Save and share ✨ • • • Inspo: @babenexttdoor  #explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday  @makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover 2d', 'kijagold Kija is back #50looks2021 Recreated this look by: @lsgmakeup  #explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday  @makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover 3d', 'kijagold It’s been a minute, but as promised my birthday vlog is up.... LINK IN BIO ❤️🤗 5d', 'kijagold >>> swipe •  • 24.9 million people are victims of forced labor - 71% are women • 3.8 million adults are trafficked for forced sexual exploitation • 1 million children are trafficked for commercial sexual exploitation  ⬆️ - as of 2017 (this is 2021!!!)  • I chose the NGO @anniecannons because they help turn victims to survivors. Since this has been going on for years there are definitely children who escape or get saved that will need help. That’s why I’m asking you all to do something about it... it’s my only birthday wish. And I hope we reach the goal. Please share to spread awareness. #savethechildren #savethechildrenworldwide #saveallthechildren #savethechildrennow 1w', 'kijagold 21 years on this planet has taught me so much and more than you might believe, I’m honestly grateful, to God and to you who have pushed me to achieving my goals and working on my self.  Happy Birthday Adora, you’re a rare gem. • Believe it or not, modern day slavery exists, it’s on the form of sex/child trafficking. In the United States alone the business of selling children and women for sex is worth over $150 Billion dollars. For my birthday I want you to help support Annie Cannons, a non profit organization that help save young women and children from this fate. Let’s help change the world.  • 24.9 million people are victims of forced labor - 71% are women • 3.8 million adults are trafficked for forced sexual exploitation • 1 million children are trafficked for commercial sexual exploitation  ⬆️ - as of 2017 (this is 2021!!!)  Annie Cannons - Transforming victims of human trafficking into software professionals.  #savethechildren #savethechildrennow 1w', "kijagold All these low IQ hoes baffle me Tell 'em that I wash bitches take a bath for me Bunch of trophies in my crib like a athlete I see them giving fake love but that trash is weak  - Nicki Minaj 2w", 'kijagold Happy Easter my loves 💝  • •  #explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup  @makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover 3w', 'kijagold • Tutorial • • Collaborated with the lovely @_tiabella ✨ to create something SPACEY for you guys.. hope you like it 🥰❤️ ••••••••••••••••••••••••••••••••••••••••••••••••••••••• ✨Products✨ ••••••••••••••••••••••••••••••••••••••••••••••••••••••• Hair from - @vive_lux  Face: Brows - @anastasiabeverlyhills DipBrow Pomade (Ebony) Foundation - @fentybeauty (450) Primer - @sephora Hydrate (Hydrating Face Primer) Concealer - @lagirlcosmetics Pro Conceal (toffee) Blush - @makeupbytammi x @makeuprevolution Golden Hour Palette Highlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette Bronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette Setting Powder - @fentybeauty Pro Filt’r (Cashew) Setting Spray - @kvdbeauty Lock It  Eyes: Base: @plouise_makeup_academy Eyeshadow Base shade (0) Eyeshadow: @makeuprevolution Marvelous Mattes @paese.cosmetics  Lips: Lipstick: @sephora cream lip stain Liner: @sephora Eye Pencil To Go (03 Deep Brown) ••••••••••••••••••••••••••••••••••••••••••••••••••••••• • • Tag a friend ❤️ - Save and share ✨ • • •  #explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #juviasplace #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup  @makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover 4w', 'kijagold This is giving very much Neon Pennywise - collaboration with @dianne_fab ❤️✨ • ✨Products✨ ••••••••••••••••••••••••••••••••••••••••••••••••••••••• Hair from - @vive_lux  Face: Brows - @anastasiabeverlyhills DipBrow Pomade (Ebony) Foundation - @fentybeauty (450) Primer - @sephora Hydrate (Hydrating Face Primer) Concealer - @lagirlcosmetics Pro Conceal (toffee) Blush - @makeupbytammi x @makeuprevolution Golden Hour Palette Highlighter - @makeupbytammi x @makeuprevolution Golden Hour Palette Bronzer - @makeupbytammi x @makeuprevolution Golden Hour Palette Setting Powder - @fentybeauty Pro Filt’r (Cashew) Setting Spray - @kvdbeauty Lock It  Eyeliners: @inglot  Lips: Lipstick: @sephora cream lip stain Liner: @sephora Eye Pencil To Go (03 Deep Brown) ••••••••••••••••••••••••••••••••••••••••••••••••••••••• • • Tag a friend ❤️ - Save and share ✨ • • • Inspo: @babenexttdoor  #explorepage #anastasiabeverlyhills #fenty #abh #rimmellondon #rimmel #fentybeauty #milani #milanicosmetics #sephora #mua #makeuprevolution #katvondbeauty #katvond #sephora #makeupforblackwomen #makeuptutorial #melaninmua #undiscovered_muas #undiscoveredmuas #undiscoveredmua #muasupport #maleupartistsworldwide #nigerianmua #nigerianmakeupartist #brownskinmakeup #reels #graphicliner #womensday #nudemakeup  @makeupforblackwomen @muaannouncer_ @muaandmakeovers @melaninbeautiesunite._ @makeupmelanin @makeupblends_ @muaxdiscover 4w', "kianamitchell_ #EmergeBeautiful #EmergePartner | I am so excited to be partnering with @emerge throughout this month to share my current favorite products for curly and natural hair! My hair has honestly come so far with these products. It's at such a weird length for me personally, but with all of the moisture and nourishment from my new routine I have come to love it! Check out my stories and TikTok to see how I get these everyday curls in 3 easy steps! I am so thankful to be working with Emerge on this campaign as they work to inspire a younger generation of naturalistas by providing opportunities for partnerships and more. PLUS, who doesn't love an affordable hair routine? 5d", 'kianamitchell_ #IPSYPartner | Shoutout to @ipsy for introducing me to so many new favorite products already this year! For this little everyday glam I got to use the @kvdbeauty Lock-It Setting Powder and I’m in love😍. Check out my story for a mini review of the powder and a link to shop! I think y’all are gonna be as obsessed with it as I am🥰 5w', 'kianamitchell_ what’s your favorite season? I’d say mine is spring but every time I say something is my favorite I feel like I’m lying lmao like wait what if this other thing is my favorite and I didn’t think about it hard enough??? anyway there’s a little morning ramble for you, I hope y’all have a good day!\u2063 5w', 'kianamitchell_ everybody say thank you @thelipbar for this skin and this gloss and this whole face really🥰 if you missed my IGTV from the other day make sure you check it out! how do y’all feel about voiceovers? I love watching them so I tried it out but wanna know what y’all think! 6w', 'kianamitchell_ shopping haul with @thelipbar 🥰✨  #ad | Y’all, guess who is finally available in Walmart??? I am so excited to be partnering with @thelipbar to share with you about their expansion into a new retailer AND their new face and eye products! All of the products that I used today (listed below) are top tier and I felt so glowy in this look🥰 Check out thelipbar.com to find out which Walmart location near you has @thelipbar!  ✨ Just a Tint 3-in-1 Tinted Skin Conditioner in Beige Bombshell ✨ Quick Conceal Caffeine Concealer in Honey ✨ Set the Tone Finishing Powder in Sweet as Chai and Bronze Beauty ✨ Glow on Highlighting Blush in Outspoken ✨ Brown Bombshell Eyeshadow Palette ✨ Perfect Pair Lip Kit - Lip Liner in Straight Living and Shimmer Lip Gloss in Goddess 6w', 'kianamitchell_ hey it’s me with a look!!!! finally!!! this liner makes me think of swans and I love it🥰 how have y’all been? tell me something that has made you happy recently! for me it’s my milk frother and espresso machine that just came in the mail lmao I can’t wait to use it👀 6w', 'kianamitchell_ !!!! my Texas loves pls be smart and safe !!!! 7w', 'kianamitchell_ An old favorite recreated from @esantoinette! I remember this look so fondly, and used one of my all time favorite palettes for it (@bperfectcosmetics carnival palette). So crazy to think about how far I’ve come to now having a code with them, KIANA20 to save 20%. None of this would be possible without y’all and I’m so happy and appreciate of our little fam!\u2063 \u2063 How are y’all doing mentally/emotionally/overall with life rn? Just checking in💖\u2063\u2063 \u2063\u2063 I’m still frustrated with my apartment complex because we haven’t had water here for over a week at this point due to damage from the winter storm in Texas last week. It’s difficult for me to ask others for help because I hate feeling like a burden, but I’m thankful for those around me who have offered there homes up for showers, let me use their hoses to fill up gallon jugs of water for the toilets, and given my roommate and I cases of bottled water! \u2063\u2063 \u2063\u2063 On a sad plant mom note, I’ve had to allocate our limited water for myself and the cats obviously so a lot of my plant babies are going through it or dying all together. They bring me so much joy and I’m sad this is the situation, but totally understand they can all be replaced so I’ll get over it\U0001f972 8w', 'kianamitchell_ #BlackArtArdor\u2063\u2063 \u2063\u2063 So excited to share this collab with @raggedyroyal!! This whole look had me feeling very fancy and expensive down to the jewelry and blazer🥰 Fun fact: I thrifted this blazer for 50 cents a while back but still haven’t had a chance to wear it out. Thought this look was as good a chance as any to get some use out of it lol\u2063\u2063 \u2063\u2063 Used @glamvicecosmetics abstract rose and pastel paradise paint palettes🥰 (save money w/ my code KIKI10!) \u2063 \u2063 Earrings are from @earthboundtrading and septum ring is from @spiritadornmentsjewelry ✨ 8w', 'marchantainsley happy friday 🪐✨  all brands used tagged, comment for any makeup details🎀 2d', 'marchantainsley Goths day out ☀️ 4d', 'marchantainsley wild how changing your hair colour can have such a massive impact on your positivity 🌷✨🎀🦋 1w', 'marchantainsley Shopping for a new wardrobe is the best form of self care🌸🦋✨ Uploaded a little haul over on my tiktok, sharing here too✌🏻 1w', 'marchantainsley For the times, they are a changing 🌺💚💐🦋💖  Some products used:  @fentybeauty cream bronzer teddy @charlottetillbury Hollywood flawless filter in light @vievemuse power suit lipstick @urbandecayuki brow blade @sensoriumbeauty platinum brow engineer for eyeshadow base @sugarpill fun size palette 2w', 'marchantainsley stop whatever you’re doing and drink some water 💙✨🦋 3w', 'marchantainsley 💘🌿✨🦋🌺🥝 3w', 'marchantainsley feeling like a 00’s bitch 🦋💖  recreation of @ashlevi lizzie mcguire x @colourpopcosmetics look that i was OBSESSED over  Some products used:  @fentybeauty cream bronzer teddy @charlottetillbury Hollywood flawless filter in light @vievemuse power suit lipstick and malbec blush @urbandecayuki brow blade @sensoriumbeauty platinum brow engineer for eyeshadow base @meltcosmetics radioactive and recently deceased palettes @kvdbeauty gold skool highlighter 4w', 'marchantainsley baby blue 🦋  sorry been hiding away on the sims the past few weeks but it felt so good to put makeup on again☁️  Some products used:  #olehenriksen C-rush Gel creme #lottielondon Velvet skin tint in Medium and freckle tint #fentybeauty cream bronzer teddy @charlottetillbury Hollywood flawless filter in light @vievemuse power suit lipstick, piazza and malbec blush @urbandecayuki brow blade @sensoriumbeauty platinum brow engineer for eyeshadow base @bperfectcosmetics Carnival III palette @morphebrushes mimi lipliner 4w', 'circusfairie happy lesbian visibility day <3 ________ @colourpopcosmetics fade into me palette , blush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 1h', "circusfairie I'm the whole damn cake and the cherry on top🍒 ______ @colourpopcosmetics fade into me palette , blush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 6d", "circusfairie I'm just so happy it's warm out ☀️🌈 ______ @colourpopcosmetics fade into me palette , blush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 1w", 'circusfairie feeling like a cartoon character <3 (also im wearing the cutest lesbian earrings that will be in my next shop update !!) ______ wearing the cutest nails from @rave_nailz @colourpopcosmetics fade into me palette , blush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 2w', 'circusfairie hi guys i dyed my hair again🌈 ______ @colourpopcosmetics fade into me palette , blush in shade you are magnifico, lippie stick in shade cherry bomb  and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 2w', "circusfairie im so happy it's spring 🌷🌈 ______ @colourpopcosmetics fade into me palette , blush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 3w", 'circusfairie rainbow always 🌈🌟 ______ @colourpopcosmetics using the new lizzie mcguire collection <3 fade into me palette , blush in shade from the moon, lippie stick in shade cherry bomb @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched @slayfirecosmetics glitter in shade circusfairie <3 #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns 3w', 'circusfairie the grand canyon was pretty but im prettier <3 ______ @colourpopcosmetics fade into me palette , blush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin @milkmakeup eyeliner in shade black @hellbitesbeauty lashes in style bewitched #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 4w', 'circusfairie happy spring 💐🐞🌷🌿🦋 ______ @colourpopcosmetics fade into me palette , blush in shade from the moon, lippie stick in shade cherry bomb and glitter in shade island hoppin @milkmakeup eyeliner in shade black #colourpopme #colourpop #clowncore #rainbow #mua #makeup #clowns #studiofam 4w', 'annuhmakeup Planet her 🪐had to recreate Doja cats make up from kiss me more, original look by @ernestocasillas  E Y E S: @xxrevolution xx cloud eyeshadow palette @glisten_cosmetics wet liners in blueberry and milk mixed together (use code annuhmakeup10 for £££ off) L I P S : @morphebrushes sweet tea lip liner @makeuprevolution syrup lipstick @fentybeauty gloss bomb cream in honey waffles F A CE : @xxrevolution xx cloud serum primer @xxrevolution bright light primer @makeuprevolution conceal and hydrate foundation @theordinary concealer @makeuprevolution glow splendour bronzer @xxrevolution haze highlight @xxrevolution wave cream highlight 3d', 'annuhmakeup bluuu and glittery  ________________________________ E Y E S : @bperfectcosmetics x @staceymariemua carnival 3 Tahiti palette @peachesmakeup pigment in venom L I P S : @morphebrushes sweet tea lip liner @morphebrushes Cream lipstick in forevs F A C E : @xxrevolution glass gloss primer @fentybeauty pro filt’r hydrating longwear foundation @elfcosmetics hydrating camo concealer @morphebrushes contour stick @xxrevolution glass highlight @makeuprevolution translucent powder @lottielondon freckle tint 1w', 'annuhmakeup Happy pint day xx  _____________________________________ E Y E S : @anastasiabeverlyhills x @jackieaina eyeshadow palette @lottielondon am to pm liner in espresso @candecosmetics CE7 lashes L I P S : @barrymcosmetics chocolate lip liner @muacosmetics TLC lipstick F A C E : @xxrevolution bright light primer @lottielondon velvet skin tint foundation @makeupobsession mega concealer @theordinary concealer @makeuprevolution splendour glow bronzer @xxrevolution freeze fix fixing mix 2w', 'annuhmakeup What’s stopping apple from making the front camera as good as the back camera huh!??  Aura eyeshadow inspired by @beamingdesign swipe for inspo x  E Y E S : @bperfectcosmetics carnival 3 Tahiti palette @makeuprevolution 5D mascara L I P S : @nyxcosmetics_uk suede lip liner in Toulouse @makeuprevolution x @soph fudge lipstick @makeuprevolution pout bomb lip gloss in kiss F A C E : @xxrevolution glass gloss primer @lottielondon velvet skin tint foundation @elfcosmeticsuk hydrating camo concealer @lagirlcosmetics bronzer stick @no7uk translucent powder @xxrevolution glass gloss liquid highlight 2w', 'annuhmakeup Ur local yoga mom x For real though I did my make up solely for the school for my sister lol, luvv purple and orange together 💜🧡  Part 5 of my spring series _____________________________________ E Y E S : @beautybaycom me myself and mmmitchell eyeshadow palette @makeuprevolution 5D mascara L I P S : @barrymcosmetics chocolate lip liner @muacosmetics TLC lipstick F A C E : @xxrevolution bright light primer @fentybeauty pro filt’r hydrating longwear foundation @elfcosmeticsuk hydrating camo concealer @elfcosmeticsuk matte camo concealer to contour @muacosmetics tiger lily liquid blush @fentybeauty pro filt’r instant retouch setting powder @xxrevolution freeze fix dew setting spray 3w', 'annuhmakeup I love blue and Peggy Gou xxx  Product details in my last post 💙 3w', 'annuhmakeup This was meant to be mint but then I realised I won’t own a mint eyeshadow lol anyway!! Blue eyeshadow look  Part 4 of my spring series  ____________________________________ E Y E S : @bperfectcosmetics carnival 3 Tahiti palette @unicorncosmetics lashes in bubble pop @shrine jewels L I P S : @nyxcosmetics_uk suede lip liner in sandstorm F A C E : @xxrevolution bright light primer @xxrevolution glow skin foundation @fentybeauty match stix in linen and amber @theordinary concealer @lottielondon ombré blush in haze @joshcosmetics x @sarahsultannmakeup princess peach highlight 3w', 'annuhmakeup If I can’t glue flowers to my eyes in spring, when the hell can I!! 🌼💛🌝 inspired by the flower queen @echo_michaela  Look 3 of my spring series ______________________________________ E Y E S : @makeuprevolution x @soph extra spice eyeshadow palette L I P S : @barrymcosmetics chocolate lip liner @morphebrushes cream lipstick in forevs @fentybeauty cream gloss bomb cream in honey waffles F A C E : @xxrevolution bright light primer @fentybeauty pro filt’r hydrating longwear foundation @makeupobsession mega conceal @elfcosmeticsuk camo concealer as cream contour @makeuprevolution matte glow splendour bronzer 4w', 'annuhmakeup Reel of yesterday’s look 🌺 inspo @ashanti.riv  Products listed in my last post 4w', 'fxmofcolor really love this pearl winged “liner” <3 • @bitebeauty power move creamy matte lip crayon in amaretto *gifted @colourpop pressed powder blush in fashion district @nyxcosmetics lift and snatch brow tint pen in black 4d', 'fxmofcolor dreamy watercolor vibes <3 been loving how my eyebrows have been looking btw...hehe • @claropsyche sketch paint & psyche’s box @poppicosmetics never see you palette @nyxcosmetics lift & snatch brow tint pen in black & butter gloss @colourpopcosmetics pretty fresh hyaluronic tinted moisturizer 1w', 'fxmofcolor was inspired by @juandavidferrazzo graphic liner look 🖤  • @meltcosmetics muerte eyeshadow palette @colourpopcosmetics pretty fresh hyaluronic tinted moisturizer @bitebeauty extreme longwear liquid eyeliner *gifted @nyx lift and snatch brow tint pen 2w', 'fxmofcolor i’m anti smiling on camera <3 liner inspired by @sarah.feingold <3 • @claropsyche sketch paint @kvdbeauty tattoo liner *gifted @colourpopcosmetics so juicy plumping lip gloss in princess cut, pretty fresh hyaluronic tinted moisturizer and tumeric face milk @theboldfacemakeup big reputation lashes @nyxcosmetics lift & snatch brow tint pen 4w', 'fxmofcolor inspired by @camila_anac <3 since my hair is longer, i’m getting back to my wavy hair phase once again hehe • @bitebeauty upswing full-volume mascara & upswing extreme longwear eyeliner *gifted and amuse bouche lipstick in porcini @colourpopcosmetics lip liner in bff3 @nyxcosmetics lift & snatch brow tint pen 8w', 'fxmofcolor what’s your favorite era for makeup and style? i love the 60s and 70s, just everything about their style is so amazing and lovely ✨ makeup inspired by @buec ❣️btw yes i’m wearing this top again pls don’t judge me • @poppicosmetics see you never palette *gifted @claropsyche psyche’s palette @kvdveganbeauty tattoo liner for brows and liner @bitebeauty 086 lip pencil and yayslayer plumping lip gloss in guava puff *gifted 18w', 'fxmofcolor i can’t believe i hesitated to do this look, i absolutely loved it!! makeup inspired by @samvissermakeup ‘s look on @alexademie 🐆 • @kvdveganbeauty tattoo liner *gifted @colourpopcosmetics “bff3” lip liner @bitebeauty amuse bouche lipstick in “porcini” @anastasiabeverlyhills “prism” and “subculture” eyeshadow palettes @essence_cosmetics lash princess mascara @glossier brow flick 20w', 'fxmofcolor did someone ask for a latinx tim burton character? i know this is really simple but i had so much fun with this look! inspired by the tim burton makeup trend (he sucks though bc he’s racist 🖤) • @anastasiabeverlyhills matte lipstick in smoke and brow powder in granite @nyxcosmetics hd blush in taupe @theboldfacemakeup big reputation lashes @glossier brow flick 25w', 'fxmofcolor negative space butterfly look inspired by @artistry.bri & pater sato 🦋 • @theboldfacemakeup big reputation lashes @kvdveganbeauty tattoo liner *gifted @nyxcosmetics intense butter gloss @colourpopcosmetics bff3 lip liner @glossier brow flick @claropsyche psyche’s box 26w', 'isabelleikpeme once upon a time...💅🏾💋✨ ig was down when i posted the pics for this look sooo hopefully this does way better😭💞 2h', 'isabelleikpeme in need of some cheetah sistasss, who is down??😭💞💅🏾 inspired by the loml @alexademie 🥰 happy monday! totally in love with this look, have had it in my mind for weeks but finally did it yesterday!!! this is sooo cute omg, i def wanna do more looks incorporating animal prints! i want to do a look soon that like a peacock inspired look omg if you guys have any ideas and inspo please send them my way!!!! love you guys💋 see you on wednesday (also i have like a week and 2 days left of school im so excited to be over likeeee) 👇🏾products used👇🏾 @garnierusa pore perfecting serum cream (my fave literally) @milkmakeup flex concealer shade tan @colourpopcosmetics no filter setting powder shade deep @xxrevolution glass gloss (literally everywhere haha) @kvdbeauty everlasting blush shade poppy @kvdbeauty tattoo liner in black @colourpopcosmetics statement piece palette shade hoops and too haute palette shade west end @milkmakeup kush mascara @morphebrushes x @avani black lip liner (per usualllll) @kaleidosmakeup charisma contour palette shade warm and deep @kvdbeauty lipgloss shade rosa @milkmakeup hydro set spray @essencemakeup juicy bomb gloss shade crazy cherry press ons from @scandal.beauty top from @dollskill thumb ring from @vitaly (middle finger) solid ring from @seolgold butterfly ring from @palacerings choker from @shopdalmata earrings from @jozeliejewls 3h', 'isabelleikpeme ⛅️\U0001fa9e🐣 100% cuteness with @mavenbeauty 🐣\U0001fa9e⛅️ happy fridayyy! hope everyone had a good week! i had this bucket hat for so long, i didn’t know what i was going to do with it! but i put this look together and i love it i think its so cute! what do you guys think? 🥰🐣⛅️ (mavenbeatypartner) 👇🏾 products used: all @mavenbeauty 👇🏾 rose water refresh and setting spray lash style in 06 highlighter in shade draped eyeshadow base in shade teddy lipstick in shade sus 3d', 'isabelleikpeme 🍋☀️💞 who is ready for summerrrr? 💞☀️🍋 i know i am! only 2 weeks left of school for me! im so excited and happy to be almost over!!! this semester was literally so stressful for me, every time i post my page has literally become a countdown for the end of the semester hahaha. but this summer i have a few exciting and even maybe life changing opportunities to happen, i am so ready for you all to find out what i have planned and whatnot!! 💞☀️💞 see u on friday bbys! 👇🏾products used👇🏾 @garnierusa pore perfecting serum cream @plouise_makeup_academy brow pencil @sheencosmeticsofficial yellow and orange liner mixed from the festival palette @mavenbeauty eyeshadow base @xxrevolution glass gloss @hankandhenrybeauty blushem shade lolligaggle @milkmakeup kush mascara @milkmakeup flex concealer @kaleidosmakeup charisma contour palette @kvdbeauty dark red lipgloss @morphebrushes x @avani black lip liner @milkmakeup hydro set spray earrings from @shop.solani pressons from @blankgenerationshop gold ring from @seolgold 5d', 'isabelleikpeme 💞🍭🍬cotton candy kisses 🍬🍭💞 its friday 😇 i hope everyone had an amazing week! got this sweater from @finesseusstudios a while ago and i was gonna do an outfit pic with it but then i decided to do a makeup look instead! i love this so much its sooo cute! i realized that i never do 2 diff liner colors in the same look! i might def change that... what do yall think? let me know in the comments! see u on monday babies!😚☁️🍬 👇🏾products used👇🏾 @garnierusa pore perfecting serum cream @maybelline instant age rewind concealer shade hazelnut @colourpopcosmetics no filter setting powder shade deep @sheencosmeticsofficial sky blue and french rose watercolor liner @maybelline sky high mascara @xxrevolution glass gloss @morphebrushes x @avani black lip liner @kvdbeauty lipgloss shade magnolia @milkmakeup hydro setting spray earrings and yin yang ring from @chvkerjewelry sweatshirt from @finesseusstudios gold ring from @seolgold press ons from @scandal.beauty 1w', 'isabelleikpeme ✨💜☔️purple rain ☔️ 💜✨ happy wednesday! i love this look so much, i barely ever do purple but i think it looks so good on me omg! this might be my fave look ever done hahaha. what do yall think? i also hope everyone is having an amazing day!💜✨ ALSO- me in lashes?!?? a new era 😵💜 👇🏾products used👇🏾 @garnierusa pore perfecting serum cream @maybelline instant age rewind concealer shade hazelnut @plouise_makeup_academy eyebrow pencil @colourpopcosmetics no filter setting powder shade deep @plouise_makeup_academy acid reign purple cosmetic paint @kvdbeauty black tattoo liner @morphebrushes x @avani for the bebs shades hidden and bruh @xxrevolution glass gloss @getyouthforia chemical reaction blush oil @sohllashes lashes @maybelline sky high mascara @morphebrushes x @avani black lip liner @milkmakeup hydrogrip setting spray purple set @iamgia necklace from @bylolitajewelry gold ring from @seolgold purple ring from @chvkerjewelry earrings from @jozeliejewls shades from @sunglassspot 1w', 'isabelleikpeme ♡o。.✿ฺ。 ✿ฺ ♡o。.✿ฺ。 ✿ฺ ♡ hiiii i hope everyone is having an amazing day!! i am so tired and drained hahaha im just gonna take the rest of the day easy🥱 when school is over i can finally feel free, im so excited! i have only 3 weeks left, how about yall? 🤍💙 👇🏾products used👇🏾 @garnierusa pore perfecting serum cream @milkmakeup flex concealer shade tan @colourpopcosmetics no filter setting powder shade deep @profusion neon blue eyeliner @xxrevolution glass gloss @kaleidosmakeup charisma contour palette @hankandhenrybeauty blushem shade lolligaggle @morphebrushes x @avani lip liner shade black @kvdbeauty lipgloss shade magnolia @milkmakeup hydrogrip setting spray earrings from @withmercii shades from @giantvintage 2w', 'isabelleikpeme ill follow you until you love me... 🖤 @mavenbeauty happy fridayyyy!!!! i am loving this look, hby? inspired by my bestie @stenss 🥰 i never do black looks bc i feel like yall dont like them😭 but i love this one hehee🖤✨have the best weekend ever besties and ill see u on monday 🥰(mavenbeautypartner) 👇🏾products used (all @mavenbeauty) basic beat define palette eyeshadow base shade teddy black liquid eyeliner 2w', 'isabelleikpeme ☁️ cloud 9 ☁️ happy wednesday! i hope everyone is having an amazing week so far! i decided to go for a glowy and simple look today, and i really love this! my skin was really glowing here hahaha. i dont wear makeup everyday, but if i did this would definitely be my look! i hope everyone loves it as much as i do 🤍☁️🤍 if you want me to do a tutorial/reel on this, comment it belowww!!! ☁️ wearing @ohpolly ☁️ 👇🏾products used👇🏾 @garnierusa pore perfecting serum cream @plouise_makeup_academy brow pencil @maybelline instant age rewind concealer shade hazelnut @colourpopcosmetics no filter setting powder shade deep @hankandhenrybeauty blushem shade lolligaggle @xxrevolution glass gloss on lid and as highlight @maybelline skyhigh mascara @morphebrushes x @avani black lip liner @kvdbeauty lipgloss shade magnolia necklace from @bylolitajewelry rings from @seolgold press ons @scandal.beauty 2w', 'slaybyjess Glossy lid ✨🧡  #glossylids #glossylips #makeuptutorial #tiktokmakeup #easymakeup 6d', 'slaybyjess 💞✨ Song: N.O.R.E - Oye Mi Canto  Using: @lauramercier pure canvas primer @urbandecaycosmetics Hydromaniac foundation @toofaced born this way concealer @milkmakeup lip+cheek werk @lauramercier translucent honey powder @benefitcosmetics hoola bronzer @colourpopcosmetics Stone cold fox palette @kaleidosmakeup the escape pod @benefitcosmetics sun beam  #makeuptutorial #dewyskin #softglam #colourpopcosmetics #milkcosmetics #benefitcosmetics 1w', 'slaybyjess Soft-glam ✨✨ Song: Cardi B Up X Michael Jackson Mashup  Using: @colourpopcosmetics Stone cold fox palette @embossbeauty lashes @toofaced primer @fentybeauty hydrating foundation @toofaced born this way concealer @emcosmetics liquid blush @buxomcosmetics lipgloss  #softglam #softglammakeup #easymakeup #easymakeuptutorial #dewyskin #dewymakeup 2w', 'slaybyjess I was going for Duvalin vibes to match my brown nails💞  Using: @hudabeauty jelly primer @fentybeauty hydrating foundation @toofaced born this way concealer @kajabeauty cheeky stamps @colourpopcosmetics fade into hue palette @onesize brown gel liner @tatti_lashes molly-Mae everyday lashes (code: slaybyjess15) @lauramercier caviar stick orchid @innbeautyproject lip oil glaze #1  #makeuptutorial #dewyskin #easymakeup #fentybeauty #fentyface #colorfulmakeup 2w', 'slaybyjess Colorful yet wearable 💙 also this song came back into popularity because of tiktok and I’m glad it did  Using: @hudabeauty jelly primer @milkmakeup sunshine skin tint @toofaced born this way concealer @kajabeauty cheeky stamp @bhcosmetics BFF palette @blinkingbeaute Thursday lashes @morphebrushes lip pencil sweet tea @milkmakeup electric lip plump in charged  #easymakeup #simplemakeup #colorfulmakeup #makeuptutorials #pocmakeup 3w', 'slaybyjess 💜✨💞  Face: @exa.beauty primer and foundation @toofaced concealer @emcosmetics Venetian rose liquid blush @buxomcosmetics dolly blush Brows: @morphebrushes micro brow pencil (dc: glamfam378) @lauramercier brow gel Eyes: @kaleidosmakeup club nebula palette @blinkingbeaute Thursday lashes Lips: @morphebrushes sweet tea lip liner @kaleidosmakeup fantasize lipgloss  #simplemakeup #easymakeup #makeuptutorial #tiktokmakeup #glowymakeup 4w', 'slaybyjess 💟💜✨ inpo: @jaimariah  Face: @exa.beauty primer and foundation @toofaced concealer @emcosmetics Venetian rose liquid blush @buxomcosmetics dolly blush Brows: @morphebrushes micro brow pencil (dc: glamfam378) @lauramercier brow gel Eyes: @kaleidosmakeup club nebula palette @blinkingbeaute Thursday lashes Lips: @morphebrushes sweet tea lip liner @kaleidosmakeup fantasize lipgloss  #simplemakeup #easymakeup #makeuptutorial #tiktokmakeup #glowymakeup 5w', 'slaybyjess Pop of pink ✨💞🍒 inspo: @glamxbrit  @morphebrushes micro brow pencil @nyxcosmetics the brow glue @colourpopcosmetics stone cold fox palette and fade into hue palette @ardellbeauty lashes @hudabeauty jelly primer @urbandecaycosmetics Hydromaniac foundation @toofaced born this way concealer @emcosmetics sunset sky liquid blush @colourpopcosmetics good and plenty lip liner  #simplemakeup #dewymakeup #makeuptutorials #everydaymakeup #colourpopcosmetics 6w', 'slaybyjess Starry eyes 🌟 @benefitcosmetics precisely my brow pencil @lauramercier brow gel @colourpopcosmetics fade into hue palette @onesize liquid liner @toofaced plump and prime @fentybeauty hydrating foundation @colourpopcosmetics liquid blush  #colorfulmakeup #purplemakeup #dewyskin #dewymakeup 6w', 'itsariellaa Hey yall 👋🏽 , been tryin out a new foundation routine & SHEEEESHHHHH , I’m obsessed s/o to my bby @domuanatrix for givin me some new tips 🥵 , also my homegirl at @y.xolashes dropped these new top lashes in charmed & I gotta say THESEEE HOES RIGHT HEREEE , are my favorite fucking lashes to ever lay on my eyes , like I just feel so PRETTY & sultry ASF ( also bottom lashes are from her in virgo just cut up! )  Foundation: @milanicosmetics screen queen in 380 deep tan Eyeshadow: @shroudcosmetics divinity pallet , oshun, Aphrodite , freya, milda k @anastasiabeverlyhills mini prop pallet Vol3 A1 Waterline: @colourpopcosmetics creme gel liner in periwinkle Blush/contour: paint pallet neutrals Setting powder: @anastasiabeverlyhills loose banana powder 4w', 'itsariellaa GRAPHIC LINER RECREATION LOOK , ORIGINAL ARTIST @babenexttdoor Omg when I first SAW THIS LOOK I DIEDD ( I saw it on tiktok first , also GO FOLLOW THEM & ON THERE TOO IF USE IT , THIER ARTISTRY IS AMAZING!! )  also i never really thought I’d pick up graphic liner again tbch , but holy shit I didn’t realize how much I missed doing it on myself & I forgot how therapeutic it once was for me , getting back into it made me feel like I was reuniting with an old friend😭😂 , But I’m so ready to get back into it I’m so excited!!! 😩 ( ALSO IF YALL CURIOUS WHERE I GET MY JEWELRY FROM I TAGGED THEM , support small businesses & check them out 🥰 )  Also thanks to @crazycolorltd for helping me keep up with my hair color I used like twist & sapphire blue!!  Products  @goodmolecules pure cold pressed roseship oil & Yerba mate wake up eye gel  Foundation: @milanicosmetics screen queen in 380 Concealer: @colourpopcosmetics medium dark tan 120 W Setting powder: @anastasiabeverlyhills loose banana powder Cream contour: @karabeautyofficial micro contour pencil in deep powder bronzer : @milanicosmetics 03 sun tan bain de soleil silky matte Lips: @milanicosmetics 240 SHOOP & @maccosmetics powder kiss in impulsive topped with a lip oil Blush: @milanicosmetics baked bronzer 05 Eyeliner: @anastasiabeverlyhills cake liner in opaque with & electric orange Water liner: @colourpopcosmetics periwinkle ( my favorite 🥰 ) Brows: ( I made like a mix of a bunch of shit , might show y’all how I make my blue pomade ) Also thanks to @crazycolorltd for helping me keep up with my hair color I used electric lime & sapphire blue!! 10w', 'itsariellaa Old look I did that I never posted , haven’t really played with makeup for awhile now since I’ve just mainly been working with my therapist , but hope y’all are all good & the universe & yourself are treating you kindly , love you qts ( also to lazy to post product details so I’ll do it later 💀 ) 12w', 'itsariellaa Hello bitches it’s me & im beautiful 🤪 Also wow really love “ soft glam “ rn  Products Skin: @goodmolecules roseship seed oil @olehenriksen banana bright eye creme & @olehenriksen banana bright face primer Foundation: @milanicosmetics screen queen in 380 deep tan Concealer: @colourpopcosmetics pretty fresh in med dark 120 w Setting powder: @anastasiabeverlyhills loose setting powder in banana Top lashes: @y.xolashes in SLUT Eyeshadow: @colourpopcosmetics ornate eyeshadow palette Waterline: @colourpopcosmetics creme liner in periwinkle Highlighter: @danessa_myricks dew wet highlighter in clear Lips: @milanicosmetics shoop lipliner with @maccosmetics powder kiss in impulsive topped with @colourpopcosmetics lux gloss in lust Bronzer: @milanicosmetics sun tan/ Bain de soleil Blush: @milanicosmetics baked bronzer in 05 soleil/soleil Hairdye: crazy color in sapphire 23w', 'itsariellaa Hey yall, missed glam makeup so I did the awhile ago , probably gonna delete this soon tho cause this looks boring lol 💀  Skin prep: @goodmolecules pure cold pressed roseship seed oil ( y’all need it btw it’s bomb 😭 ) Eyecream: @olehenriksen truth banana bright ere crème @olehenriksen c-rush brightens double crème @olehenriksen banana bright face primer Foundations: @kvdveganbeauty true portrait in tan 060 mixed with @milanicosmetics screen queen in 360 deep tan Lashes: @y.xolashes in “SLUT” Necklace: @libralunacreations Bronzer: @milanicosmetics silky matte sun tan/ Bain de soleil Lips: @maccosmetics powder kiss in impulsive Waterlines: @colourpopcosmetics periwinkle creme gel liner Hairdye: @crazycolorltd in sapphire & toxic UV 25w', 'itsariellaa Hello life update since I always go mia LMFAO 💀 , but confronted my abuser got the closure I needed, now I’ma be actively working on my trauma responses with my hypnotherapist!! So yeah I’ve been really trying to better myself , been a bit drained but I’m really excited about the future !! I haven’t been this happy/excited genuinely about life in a very long time , it’s getting easier to get out of bed & I’m starting to get energy again to do the things I used to love! Also thankful for my friends & my cousin jake for making me realize I deserve better & letting me open up at my own pace , yall have shown me love in ways I’ve never experienced before & im so so grateful to have you all in my life!! Younger me is so fucking happy!! I never imagined living past 16 , but I’m 22 now & im fucking THRIVING , & FUCK BPD IMA BEAT THAT BITCHES ASS & GIVE MYSELF EVERYTHING YOUNGER ME & PRESENT ME FUCKING DESERVE 🧿💙 32w', 'itsariellaa Hey it’s been a fucking minute, I haven’t been really enjoying ig as much anymore sry, I’ve been more active on twitter tho, but hi I’m alive and well & I hope y’all are doing good too💙  Details Skin prep: @111skin pollution defense booster @goodmolecules pure cold pressed roseship seed oil ( y’all need it btw it’s bomb 😭 ) Eyecream: @olehenriksen truth banana bright ere crème @olehenriksen c-rush brightens double crème @olehenriksen banana bright face primer Foundations: @kvdveganbeauty true portrait in tan 060 mixed with @milanicosmetics screen queen in 360 deep tan Concealer: @colourpopcosmetics pretty little fresh concealer in med dark 120w Power: @milanicosmetics translucent banana powder mixed with abh banana powder Eyeliner: @colourpopcosmetics creme gel liner in periwinkle Brows: @kvdveganbeauty everlasting lip liner in satellite Lashes: @y.xolashes in slut ( check them out and support my homegirl!! 💙 ) Lips: @mialni lip liner in shoop & @maccosmetics powder kiss lipstick in impulsive topped with with @danessa_myricks glaze in clear Blush: @milanicosmetics baked bronzer in 05 soleil Eyeshadow: @shroudcosmetics take a hint & norvina Vol 1 A5 E2 E4 C1 36w', 'itsariellaa https://blacklivesmatters.carrd.co/ 46wReply', 'itsariellaa UPDATE! 46w', 'cakefacehannahh full face of @colourpopcosmetics ✨  - pretty fresh tinted moisturizer (2W) - pretty fresh concealer (fair 10N) - cheek dew serum blush (so cosmo) - blush (terran up my heart) - bronzer (spectacle) - the child palette - lippie pencil (bff 3) - lippie stick (im fab) - lux lip oil (blossom out) @solbody - face & body bronzing balm (fair) 4w', 'cakefacehannahh hi :) - - -  #halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner 7w', 'cakefacehannahh yellowy orange 😌✨  @jdglowcosmetics ✨ single shadow “hey papi”  @beautybaycom ✨ 42 color bright palette (the one w shimmers)  @lottielondon ✨ freckle tint - - -  #halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner 9w', 'cakefacehannahh late post todayyy  @jdglowcosmetics 🧩 single shadows “prismatic”  @glamvicecosmetics 🧩 pastel retro liner “ice pop”  @bymelolops 🧩 mini water ink “toxic” 9w', 'cakefacehannahh hello 🦋🦋 9w', 'cakefacehannahh green butterflies!!  @jdglowcosmetics 🌱 single shadow “unexpected”  @looxi_beauty 🌱 single shadow “Apollo”  @glamvicecosmetics 🌱 retro liner “keylime”  @bymelolops 🌱 mini water ink “slime”  @lottielondon 🌱 freckle tint  @wetnwildbeauty 🌱 kohl lip liner “chestnut’  @shopmissa 🌱 faux mink lashes “Melissa”  @milkmakeup 🌱 baked bronzer  @kvdveganbeauty 🌱 translucent loose powder  @pixibeauty 🌱 liquid lip “coral bang” - - -  #halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner 10w', 'cakefacehannahh first Valentine’s Day look this year ❤️  @beautybaycom ❤️ 42 color bright palette  @midascosmetics_ ❤️ rose gold flakes (code “hannah” for 20% off) this is an affiliate code*  @pop_beauty ❤️ plump lip gloss “watermelon wow” - - -  #halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner 10w', 'cakefacehannahh pastel butterfly eyes 🦋  @looxi_beauty 🦋 “ube” 🦋 “apollo” 🦋 “chilly”  @glamvicecosmetics 🦋 “gelato” 🦋 “key lime” 🦋 “blue raspberry”  @glowbyauric 🦋 glow lust “morganite”  @nyxcosmetics 🦋 born to glow foundation “fair”  @milanicosmetics 🦋conceal + perfect concealer “pure ivory 100”  @milkmakeup 🦋 matte bronzer “baked”  @shopmissa 🦋 hush cream blush “cozy”  @kvdveganbeauty 🦋 loose powder “translucent”  @wetnwildbeauty 🦋 loose highlighter “I’m so lit”  @luminesscosmetics 🦋 lion king contour kit (for faux freckles) - - -  #halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner 11w', 'cakefacehannahh liner shape is a recreation of @dumb.makeup ✨  @trendbeautyofficial 🐍 gimmie more palette  @bymelolops ✨ mini water ink “toxic”  @glamvicecosmetics 🐍 “keylime” 😈 “gelato”  @shopmissa ✨ 3D faux mink lashes “Brianna” - - -  #halfcutcrease #makeuppictorial #daretocreate #pictorial #makeupgoals #trendymakeup #aspiringmua #makeuplooks #makeupideas #100daysofmakeup #newmua #trending #wakeupandmakeup #featuremuas #undiscoveredmuas #blazin_beauties #facetasy #thelist #studiofam #modelmalay #runwaymakeup #blazinbeauties #letsgoengage #v93oo #graphicliner #editorialmakeup #graphicliner 11w', 'beatzbybritt Ready, Player 1 💥💙 • • • PREP @milkmakeup - hydro grip primer @danessa_myricks - Beauty Oil  BROWS @anastasiabeverlyhills - clear brow freeze @elfcosmetics - brow cream pomade in “Espresso”  EYES @stylcosmetics - pressed HD glitter in “Nice” @anastasiabeverlyhills - Amrezy palette @elfcosmetics - black liquid liner @prxettylashes - Tease  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - setting powder in “Banana” @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @beccacosmetics - highlight in “Champagne Pop”  LIPS @nyxcosmetics - lip liner in “Cold Brew” @artistcouture - Uncensored 2.0 • • • #blue #glammakeup #glitter #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #explore #explorepage 2h', 'beatzbybritt That can’t eat, can’t sleep, reach for the stars, over the fence, world series kind of stuff 💙 #alwaysandforever #blacklove #myperson 5h', 'beatzbybritt Oh, so this is 30 💙 #dirtythirty #thirtyflirtyandthriving #thirty 1d', 'beatzbybritt 💙✨90’s baByYy✨💙 IB: @stenss ————————————————————————— Hi babes! I missed you guys. Had to take a break but I’m back again 🥰 • • • PREP @milkmakeup - hydro grip primer @danessa_myricks - Beauty Oil  BROWS @anastasiabeverlyhills - clear brow freeze @elfcosmetics - brow cream pomade in “Espresso”  EYES @danessa_myricks - Colorfix Glaze colors “Lift” “Fireworks” and “Limesickle” mixed @plouise_makeup_academy - White base @bperfectcosmetics - Carnival lll palette @elfcosmetics - black liquid liner @prxettylashes - Tease  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - setting powder in “Banana” @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @beccacosmetics - highlight in “Champagne Pop”  LIPS @nyxcosmetics - lip liner in “Cold Brew” @artistcouture - Uncensored 2.0 • • • #90s #teal #airbrush #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #explore #explorepage 3d', 'beatzbybritt Freaky Friday 🕷  *ANSWER IN COMMENTS!* What is your fear or phobia ? I haaaatteeeeee spiders ! Everything about them freak me the fuck out and idc how small 😖 But what better way to face a fear then to draw it on your face lol  Also got inspo from a picture on Pinterest but couldn’t find the artist so if anyone knows please tag them ! • • • PREP @milkmakeup - hydro grip primer  BROWS @anastasiabeverlyhills - clear brow freeze @elfcosmetics - brow cream pomade in “Espresso”  EYES @plouise_makeup_academy - base pro Rumour 2 @beautybaycom - Brights palette @elfcosmetics - black liquid liner @prxettylashes - Tease  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - setting powder in “Banana” @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @beccacosmetics - highlight in “Champagne Pop”  LIPS @danessa_myricks - colorfix matte “Tribe” and Clear Glaze on top • • • #spider #freakyfriday #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #curlygirl #naturallycurly #curlyhair 2w', 'beatzbybritt Sooo I wasn’t gonna post this bc I was going for a marble table top look and I don’t think I achieved that and the perfectionist in me got annoyed as hell the more I looked at this picture but then I was like fuck it bc whatever look this is, it looks bomb so here ya go 🤣🤣 • • • PREP @milkmakeup - hydro grip primer  BROWS @anastasiabeverlyhills - clear brow freeze @benefitcosmetics - brow microfilling pen in “Deep Brown”  EYES @plouise_makeup_academy - bases “Touch of Frost” @colourpopcosmetics - Fade into Hue palette @nyxcosmetics - Gold glitter liquid liner @glamvicecosmetics - “Disco Fever” retro liner @prxettylashes - Tease  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - setting powder in “Banana” @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @beccacosmetics - highlight in “Champagne Pop”  LIPS @nyxcosmetics - lip liner “Cold Brew” @fentybeauty - gloss Bomb in “Hot Chocolit” • • • #marblemakeup #marble #gold #graphicliner #muasupport #creativemakeup #100daysofmakeup #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme 2w', 'beatzbybritt You already know what we do on Wednesdays 💕 IB : @visiblejune • • • PREP @milkmakeup - hydro grip primer  BROWS @anastasiabeverlyhills - clear brow freeze @benefitcosmetics - brow microfilling pen in “Deep Brown”  EYES @plouise_makeup_academy - base “Winter Rose” @colourpopcosmetics - Fade into Hue palette @bymelolops - water ink liner in “Atomic” @prxettylashes - Tease  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - setting powder in “Banana” @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @fentybeauty - highlight in “Wattabrat”  LIPS @colourpopcosmetics - lippie stix “I heart this” • • • #pink #pinkmakeup #graphicliner #muasupport #creativemakeup #100daysofmakeup #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme #curlyhair #naturallycurly #curlygirl 2w', 'beatzbybritt FlyYyYyYyY girl. Ib: @jasmeannnn • • • PREP @milkmakeup - hydro grip primer  BROWS @anastasiabeverlyhills - clear brow freeze @benefitcosmetics - brow microfilming pen in “Deep Brown”  EYES @plouise_makeup_academy - bases “Winter Rose” and “Touch of Frost” @colourpopcosmetics - Fade into Hue palette shades “Paradise” and “Iconic” @glamvicecosmetics - “Disco Fever” and “Skate Date” @prxettylashes - “Tease”  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - setting powder in “Banana” @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @fentybeauty - Diamond Bomb highlight in “How Many Carats?!”  LIPS @nyxcosmetics - lip lipliner in “Cold Brew” @nyxcosmetics - lip stick in “Lace Detail” @nyxcosmetics - soft matte lip cream in “Stockholm” @lagirlcosmetics - clear gloss lip topper • • • #bandana #graphicliner #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #colourpopme #curlyhair #naturallycurly #curls #naturalhairjourney 3w', 'beatzbybritt Ladies and gentlemen....her 💙 Ib: @naezrahlooks • • • PREP @milkmakeup - hydro grip primer  EYES @plouise_makeup_academy - blank canvas, black base, and Worldie palette @bperfectcosmetics - Carnival lll palette @glamvicecosmetics - retro liner in “Ice Pop”  FACE @milkmakeup - Sunshine Skin Tint in “Medium Tan” @milkmakeup - Flex foundation stick in “Golden Sand” @fentybeauty - Pro Filtr matte foundation @fentybeauty - pro filtr concealer @fentybeauty - bronzer in “Caramel Cutie” @fentybeauty - cream blush “Strawberry Drip” @fentybeauty - Diamond Bomb highlight in “How Many Carats?!”  LIPS @nyxcosmetics - lip liner in “Cold Brew” @fentybeauty - Gloss Bomb in “Hot Chocolit” • • • #graphicliner #muasupport #creativemakeup #100daysofmakeup #myartistcommunity #undertheradar_makeup #editorialblk #undiscoveredmuas #makeupaddict #fentybeauty #fentyface #milkmakeup #curlyhair #naturallycurly #naturalhairjourney 3w', 'sophmartine untouchable but you feel me 🪐  #curlyhairkillas #naturalhairloves #curlyhairroutine #makeuplover💄 1d', 'sophmartine #ad Heylooo my loves 🥰 as you know ive been on a skincare journey & recently I’ve been looking for skincare which gives me a dewy finish as well as working on reducing my problematic areas - dark spots😩 I’ve been absolutely loving the @Caudalie Vinoperfect Range, these products give me that hydrating glow and at the same time work their magic with my hyperpigmentation 🤩 I’ll keep you updated!  Products used: Radience serm Dark Spot Correcting Night Cream (dark areas only) Instant Brightening Moisturiser  #Caudalie #Vinoperfect 6d', 'sophmartine hey shawtyyyy😻 happy saturday  2 plaits 2 buns - when my hair is getting dry near wash day I love doing these cute up styles!  @livingproofuk curl cream @verte_skin hair oil - put on my scalp/roots for moisture  #curlyhairkillas #curlyhairstyle #naturalhairloves #livingproof #naturalhairstylist #protectivehairstyles 1w', 'sophmartine don’t act like I’m average😌  I’ve taken a week off from creating content/posting and i can’t wait to start again 🤩 feeling refreshedddddd. if you have any product questions on this look lemme know 💛 1w', 'sophmartine @fentybeauty eaze drops first impressions on my YouTube 💛 link in ma bioooo! Swipe for full look 👉🏽  #EazeDrops shade 15 - it was a little darker but it gave me a sun kissed look, in summer it’d be the perfect shade 😍 obsessed with this formula! Literally always reaching for it as my natural base to to 💛  @fentybeauty concealer 310 @fentybeauty caramel cutie bronzer  #fentyface #naturalmakeuplook #summermakeup #summermakeuplook #naturalmakeuplooks #madebymitchell 2w', 'sophmartine in comfies always ☁️  #comfyoutfit #comfystyle #comfyclothes #casualoutfits #casualfashion #streetstyleinspo #streetstylelook #skims #bershkastyle #jordanshoes 2w', 'sophmartine bank holiday enjoymenttttt🌞  @fentybeauty eaze drop 15 @tartecosmetics medium concealer @lauramercier honey power @maccosmeticsuk sun powder bronze @kkwbeauty x @makeupbymario blush @martinesmakeup Martiné lash @kvdbeauty tattoo liner @martinesmakeup coco liner @narsissist lipstick @martinesmakeup dime gloss  #eazedrop #tarteshapetape #kkwbeauty #makeupbymario #martinesmakeup #kvdbeauty #narscosmetics #fauxfreckles #softglammakeup #makeuplover💄 #makeupjunky 3w', 'sophmartine keeping the skin naturallll bby 🤩 the weather is giving me lifeee, to keep my skin looking natural i use a facial oil then just the smallest amount of a hydrating foundation for the base ✨  @koraorganics noni glow oil @fentybeauty hydrating foundation 330 @tartecosmetics shape tape tan @lauramercier honey powder @benefitcosmeticsuk hoola bronzer @maccosmeticsuk melba blush  y’all know when I love a song I can’t stop playing it soooo I’m sorry not sorry 🤗😭💛  #summermakeup #springmakeup #naturalmakeuplook #makeupobsession #koraorganics #tarteshapetape #fentybeauty #dewymakeup 3w', 'sophmartine happy friday 🥰 I can’t stop with the dewy skin looks, love this finish especially for summer lightweight looks 🌞 I used @ciatelondon skin tint for my base in the shade 050 💛  #ciatelondon #ciate #ciatedewyskin #dewyskin AD 3w', 'eeerinr Unbox & try @chamberlaincoffee with me💚☕️ final verdict is, it’s really good hehe! Ily @emmachamberlain — #chamberlaincoffee#reelsunboxing 6h', 'eeerinr cowgirlin🤠💖 1d', 'eeerinr 💎🦋🐬💦🌊\U0001fad0 p.s enjoy this photo dump of kittens I found on pinterest 2d', 'eeerinr in my natural habitat 4d', 'eeerinr 💚🧚🏻👒\U0001fab2🐛 inspo: @alexademie ✨ I wish I had this beautiful natural lighting all the time — eyes🧚🏻 @plouise_makeup_academy base 02 (use code EEERINR10) @anastasiabeverlyhills brow pen ‘medium’ & glitters ‘salem’ & ‘colour wave’ @fairtolookfabulous brow soap @bperfectcosmetics x @staceymariemua love Tahiti palette @rarebeauty confident energy eyeshadow palette @makeupbymario pro pigment pencil ‘super black’ @morphebrushes white liquid liner face🧚🏻 @rarebeauty always an optimist illuminating primer @milkmakeup baked bronzer’ & skin tint ‘light’ @lauramericer flawless fusion concealer 1N & translucent powder @makeupbymario master crystal reflector ‘quartz’ @kyliecosmetics blush ‘kitten baby’ @missguidedbeauty instant vacay bronzer ‘light’ @tomfordbeauty shade & illuminate lips🧚🏻 @kkwbeauty lip liner 1.5 nude 6d', 'eeerinr felt like a lil garden fairy💚🌺🧚🏻🌷🐛\U0001fab2👒 @houseofsunny 1w', 'eeerinr 5 years with u🤍🔒 1w', 'eeerinr she’s a libra 1w', 'eeerinr care bear💕🌸💞🌷 inspo: @stenss — eyes💕 @plouise_makeup_academy base 02 (use code EEERINR10) @anastasiabeverlyhills brow pen ‘medium’ @fairtolookfabulous brow soap @morphebrushes x @avani palette @mavenbeauty lashes & liquid liner ‘black’ @makeupbymario pro pigment pencil ‘super black’ face💕 @milkmakeup baked bronzer’, sunshine oil & skin tint ‘light’ @lauramericer flawless fusion concealer 1N & translucent powder @colourpopcosmetics Lizzie McGuire blush ‘you are magnifico’ @missguidedbeauty instant vacay bronzer ‘light’ lips💕 @kkwbeauty lip liner ‘nude 1.5’ @benefitcosmetics love tint @diormakeup lip oil ‘cherry’ 2w', 'beautybybinta So for @lethalcosmetics I created a guide with some our favorite 2020 looks? There are more but I could only include 30 in the guide and each one of them is an icone 🥺✨ 14w', 'beautybybinta 💚💜 Purple & Green is definitely one of my absolute favorite combos 🥰 Hair by the amazing @soshawn_ 🥰#makeup#prupleeyeshadow#gelliner#graphicliner#avangardmakeup#editorialmakeup#melaninmakeup#browngirlmakeup#blackwomenmakeup#blackgirl#braids#knotlessbraids 18w', 'beautybybinta Look inspired by the stunning @maryestheran! It was so much fun recreating it ❤️ Thank you . . . . . . . #makeup#christmasmakeup#holidaymakeup#editorialmakeup#colorfulmakeup#funmakeup#avantgardemakeup#redmakeup#redlipstick 19w', 'beautybybinta Fall vibes 🤎 🍂🍂🍂🍂 . . . . . #fallmakeup#fallmakeuplook#browngirlmakeup#naturalmakeup#lipstick#makeup#makeuplover#editorialmakeup#funmakeup#melaninmakeup#blackgirlmakeup#makeupoftheday 20w', 'beautybybinta Created this look cause I’m kinda practicing doing my makeup now💚💓💙 hihi😘 . . . . . . . #mekeupbyme#makeup#makeupartist#browngirlmakeup#eyeshadow#greeneyeshadow#melaninmakeup#editorialmakeup#advangardemakeup#colorfulmakeuplook#makeuplook 20w', 'beautybybinta I created this look with the gorgeous Velvet Dusk Collection from @lethalcosmetics 💜💚 Would your this look? . . . . . #makeup#creativemakeup#lethalcosmetics#browngirlmakeup#melaninmakeup#cutemakeup#colorful@aleup#gelliner#duochrome#duochromeeyeshadow#prettymakeup#editorialmakeup#makeupinspo#makeupideas 21w', 'beautybybinta 🤎🤎 #naturalmakeup 21w', 'beautybybinta 💜💜💜 This gel liner is a vibe 💜 . . . . . . . #makeup#creativemakeup#editorialmakeup#purplemakeup#browngirlmakeup#blackmakeupartist#eyeliner#wingedliner#gelliner#makeuplover#cutemakeup#fentyface#lethalcosmetics 21w', 'beautybybinta 🤍🤍🤍🤍 . . . . . #makeupart#creativemakeup#browngirlmakeup#makeuplook#makeup#editorialmakeup#photographymakeup#whiteeyeshadow#whiteeyeliner 21w', 'ashanti.riv Purple spikes✨ . I’ve been trying to post this tutorial for the past 3 days but it wouldn’t upload but finally it did!!!! Hope you enjoy it❤️ . Eyes @plouise_makeup_academy base’ic base in banging blue @makeupamurder pastel pigments @doe.bby lashes I crazy in love . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @maccosmetics powder kiss lipstick in devoted to chili . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #graphicliner #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #maccosmetics #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic 4d', 'ashanti.riv Purple spikes✨ . Finally this look posted!! I’ve been trying to post this for the past two days . . Eyes @plouise_makeup_academy base’ic base in banging blue @makeupamurder pastel pigments @doe.bby lashes I crazy in love . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @maccosmetics powder kiss lipstick in devoted to chili . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #graphicliner #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #maccosmetics #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic 1w', 'ashanti.riv 🔥Neon flames 🔥 . Here’s the tutorial for the neon look I did! Sorry it’s blurry . Eyes @bymelolops water inks in beam @colourpopcosmetics lashes for the Bambi collection in “oh deer” . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup lipstick in new wip . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #neonpigments #muaxdiscover #highfashionmakeup #neon #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #flames #graphic 1w', 'ashanti.riv 🔥Neon flames 🔥 . I kinda forgot to take a picture in the purple lights:)) really like how this look turned out . Eyes @bymelolops water inks in beam @colourpopcosmetics lashes for the Bambi collection in “oh deer” . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup lipstick in new wip . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #neonpigments #muaxdiscover #highfashionmakeup #neon #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #flames #graphic 2w', 'ashanti.riv Hello Kitty❤️🤍 . Here’s the hello kitty tutorial hope you enjoy it!✨ . Eyes @bymelolops x @cutcreaser water inks in point break @bymelolops water inks in toxic @colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup lipstick in new wip . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #sanrio #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #cute #muaxdiscover #highfashionmakeup #hellokitty #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic 2w', 'ashanti.riv Hello Kitty❤️🤍 . Really sorry about not posting in such a long time I’ve bee really uninspired lately. But here’s this hello kitty look I did last night might do a Sanrio series ✨ . Eyes @bymelolops x @cutcreaser water inks in point break @bymelolops water inks in toxic @colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup lipstick in new wip . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #sanrio #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #cute #muaxdiscover #highfashionmakeup #hellokitty #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic 2w', 'ashanti.riv Blue 🦋✨ . Didn’t really like how the video came out but oh well🖤🦋 . Eyes @milkmakeup Color chalk in YO YO and tattoo stamp in star @fentybeauty flypencil longwear in Sea about it @kvdbeauty shake primer . Face @milkmakeup sunshine skin tint in medium and flex highlighter in glazed @elfcosmetics poreless putty primer @kosas cloud set baked setting & smoothing powder @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss @milkmakeup gyro grip set + refresh spray . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup electric glossy lip plumper in buzzed . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #easymakeup #highfashionmakeup #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic #kosas 3w', 'ashanti.riv Blue 🦋✨ . I tried the @milkmakeup color chalk and all I have to say is they are amazing and really easy to use! I used a little bit of there hydro setting spray and it made the shadows even more pigmented. . Eyes @milkmakeup Color chalk in YO YO and tattoo stamp in star @fentybeauty flypencil longwear in Sea about it @kvdbeauty shake primer . Face @milkmakeup sunshine skin tint in medium and flex highlighter in glazed @elfcosmetics poreless putty primer @kosas cloud set baked setting & smoothing powder @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss @milkmakeup gyro grip set + refresh spray . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup electric glossy lip plumper in buzzed . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #easymakeup #highfashionmakeup #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic #kosas 4w', 'ashanti.riv 🌼SPRING 🌼 . *Please tag @colourpopcosmetics * The tutorial is a little late but hope you enjoy it💞✨ . Eyes @bymelolops x @cutcreaser water inks in point break, gauntlet @colourpopcosmetics lashes for the Bambi collection in “oh deer” and creme gel pencil meadow . Face @milkmakeup sunshine skin tint in medium @elfcosmetics putty blush in Bahamas and poreless putty primer @patmcgrathreal skin fetish sublime perfection setting powder in light medium 2 @lorealparis infallible full wear in biscuit @fentybeauty cream bronzer in teddy @milanicosmetics conceal + perfect in medium beige @colourpopcosmetics cheek dew serum blush in hot fuss . Lips @nyxcosmetics suede matte lip liner in downtown beauty and lingerie gloss @milkmakeup lipstick in new wip . #beautyobsessed #100daysofmakeup #featuring_mua #editorialmakeup #mua #lorealparis #patmcgrath #explorepage #flowerpower #v93oo #editorial #colourpopcosmetics #highfashion #runwaymakeup #colourpopme #graphicliner #groovy #muaxdiscover #highfashionmakeup #flowers #runwaymakeup #creativemakeup #avantgarde #milkcosmetics #worldwidemua #studiofam #90s #graphic 5w', 'abigalesonline blush of the day - Peach For The Stars from @mentedcosmetics 🧡  described as “a radiant, shimmery peach” this color also has lots of little gold flecks in it! formula is vegan and cruelty free, and Mented Cosmetics is Black and Women owned! although i prefer a cream formula these days, this powder definitely has PIGMENT and might be fighting w Milani’s Sunrise Serenita for a spot on my top orange blushes list! the two formulas are super similar and very close in color! for reference this Mented shade is less “red” than Nars Taj Mahal! 🍊  #orangemakeup #orangeblush #makeuptutorial #monochromaticmakeup #reels #makeupreels #crueltyfreecosmetics #powderblush #redheadmakeup #blackownedbeauty 2d', 'abigalesonline the first touch of Rush Hour 🍑 4d', 'abigalesonline testing @tower28beauty beach please luminous tinted balm in Rush Hour (sun-kissed peach) + Golden Hour (sun-kissed orange) 🍑🍊 also added shine on lip jelly in Magic✨💫  these two colors are super similar and i wanted to showcase how different they can look! have u tried these yet??? and if so what’s ur fave shade👀☀️  #tower28beauty #itsoktobesensitive #beachplease #rushhour #goldenhour #peachmakeup #orangemakeup #reels #makeupreels #funmakeup #springmakeup #softglam 5d', 'abigalesonline wow wow wow the sun made me feel sooooo incredible today🥺☀️ also shoutout @stylingwithkaitlyn for these curtain bangs!!!!! wearing my beloved Sol necklace from @solsisterofficial ☀️🧡  products used: ✨ @glowrecipe niacinamide dew drops ✨ @nyxcosmetics born to glow foundation in Vanilla + brow glue ✨ @elfcosmetics camo concealer in Fair Warm ✨ @narsissist Taj Mahal blush (and on eyes!) + Audacious Lipstick in Raquel ✨ @danessa_myricks enlight halo powder in Sun + Dewy Forever Mist ✨ @freck Freck OG freckle pen  #softglam #springmakeup #fauxfreckles #narsissist #narscosmetics #nyxcosmetics #danessamyricksbeauty #danessamyricksangels #glowrecipe #redhead #redheadmakeup #redheadsofinstagram #heysolsister 2w', 'abigalesonline ok yea i’m obsessed w these dark brows!!!! didnt add any product to them today, only added the @nyxcosmetics brow glue! only wearing 2 other face products too and i’m obsessed w this sun-kissed look it’s giving☀️ i’m wearing @tower28beauty beach please cream blush in Rush Hour, and @freck Freck OG🚀 highkey gonna start skipping foundation more often cuz i love how soft this turned out!  #springmakeup #fauxfreckles #orangemakeup #funmakeup #redheadmakeup #nyx #beachplease #tower28beauty #redhair #nomakeupmakeup #healthyskin 2w', 'abigalesonline quick lil skin refresh with the Snail Rescue line from @peach_slices 🍑  🐌 step 1: intensive wash-off mask. i’ve never tried a mask that’s this texture before buts sooo fun + very hydrating! i wish i put this in the fridge before trying it tho👀 🐌 step 2: blemish busting toner. helps calm redness + works to prevent future breakouts while being super gentle on the skin! 🐌 step 3: all in one oil free moisturizer. this step locks in all that moisture and love from the first 2 steps.  i have pretty dry and sensitive skin and these products honestly worked so well for me! my favorite is prob the mask, but using all 3 together makes me feel proud of my skincare for the morning 🥰  #peachslices #justpeachygoals #snailrescue #kbeautyskincare #healthyskinisin #skincareaesthetic 3w', 'abigalesonline hi a project i’ve been working rly hard on is now live!!!!!! i’ve been keeping these products a secret for a while and i’m so excited to share with the world!!!!!  meet @getyouthforia 💚 in this pic i’m wearing #byoblush, a color changing lip oil that reacts to the natural pH of your skin + gives a unique color (that looks dif on everyone!) and #dewygloss, a hydrating high-shine gloss (without stickiness!) in the shade Play With Fire🔥🔥 3w', 'abigalesonline blush in action💥🚀 @getyouthforia  #euphoriamakeup #graphicliner #glossylips #byoblush #youthforia #funmakeup #creativemakeup #goldenhour 4w', 'abigalesonline hi spring💥 i missed u!!! my body has always been v sensitive to the seasons changing and i know it’s only March and we have so much rain ahead of us but @ the same time I’m so thankful we have evening sunsets again!!! this lil Washington bb has a lot of growing to do this season!!! also here’s another orange look bc why not🍊  💥 @bymelolops water ink in “Aether” applied w the C2 brush 💥 @kvdbeauty good apple foundation in 006 💥 @nyxcosmetics brow glue 💥 2 products from @getyouthforia that are launching sooner than u may think... 💥 necklace from @solsisterofficial  #graphicliner #orangemakeup #nyxbrows #youthforia #lifesmessy #funmakeup #creativemakeup #bretmansvanity #consciousbeauty #redheadmakeup #bymelolopsxcutcreaser #euphoriamakeup #maddyperez #editorialmakeup #naturalredhead #abstractmakeup #runwaymakeup 4w', 'densydonbosco @madebymitchell - posy rosey (a raspberry pink) blursh liquid blush 💕 // such a beautiful formula, blends like a dream and it is pigmented affffff. I love love love!! . Purchased @beautybaycom . . . . #madebymitchell #blursh #mmmmitchell #maryhadalittleglam #melaninfantasy #colourpopmeblack #sesbeauty #fakeupfix #blushpink #blusher #colourpopcollection #makeupforblackwomen #makeupforbarbies2 #tutorialsvideos #makeuptutorialx0x #makeupvideosdailyx #skinmakeup #makeupmafiadollz #makeupglamor #pinkblush #plouisemakeupacademy #beautybay #beautybayprsearch #dewyskinmakeup 1d', 'densydonbosco 💕 2d', 'densydonbosco 90’s R&B type heart 🖤 2d', 'densydonbosco just me and my canvas 🤎 3d', "densydonbosco Lookin' so deep into your eyes, I can read your thoughts, so Shut the f*ck, I mean, please don't talk 🐍💜 4d", 'densydonbosco 💖 4d', 'densydonbosco Contains musics/ @thekatvond good Apple skin-perfecting foundation balm- tan 074 + @lottielondon LF020 dense buffer brush 🍏💕 . - - finally got to try this foundation and I love it. I don’t think you need to ham with it (as I’ve seen people do). A little goes a long way and a dense brush like this is perfect to get maximum coverage. It’s definitely long lasting and dry skin friendly, I did my skin prep before and applied the foundation lightly so that my skin looked more natural and had room to breathe. With foundations like this if you drag it or pack too much on it looks good to begin with but during the day it will be oily and most likely appear cakey. Overall the formula is beautiful 😍 . . . #katvondmakeup #goodapplefoundation #katvondfoundation #hypnaughtymakeup #maryhadalittleglam #makeupapplication #plouisemakeupacademy #foundationapplication #makeupmafiadollz #tutorialsvideos #makeuptutorialx0x #bootsuk #makeupvideosdailyx #lottielondon #fakeupfix #exploremakeup #mafiamakeup #muaunderdogs #superdrugspotlight #melaninmakeupdaily #slave2beautyy 5d', 'densydonbosco Follow @densydonbosco for more / contains music 💖 . . . @hudabeauty easy bake setting powder - blondie / my all time favourite powder, it’s been my go to since it was released, safe to say I genuinely can’t do my makeup without it. Leaves my skin looking like smoooooth af😻 . . . #hudabeautyshop #easybakepowder #foundationapplication #hypnaughtymakeup #maryhadalittleglam #makeupforbarbies2 #glammakeuplook #settingpowders #smoothskinisin #glam4good #slave2makeup #huda_beauty #exploremakeup #reelstoreels #makeupmafiadollz #hudaminis #fauxfilter #plouisemakeupacademy 6d', 'densydonbosco Happy Sunday, hope ur well my loves🦋// Follow @densydonbosco for more makeup content ❤️. . . . #sesbeauty #glambaddiies #fakeupfixup #hypnaughtymakeup #foundationapplication #maryhadalittleglam #makeupforbarbies2 #goldenhourmakeup #sunmakeup #mua_underdogs #fakeupfix #311makeup #basemakeup #skinlikebutter #makeupforblackwomen #smashboxcosmetics #instagramalgorithmsucks #instagrammakeup #melaninmakeupdaily #dailymakeuptutorial #tutorialsvideos #makeuptutorialx0x #exploremakeup #plouisemakeupacademy 1w', 'alaihandra 🍪 ib: @esantoinette 🤎 happy monday friends! i am incredibly happy because tomorrow is my last final exam and i will finally be done with this semester 😌 ⇢ eyes: •@karabeautyofficial ‘amore’ and ‘road tripping’ palettes* •@glamnetic ‘twinkle’ brown magnetic lashes* use code ‘ALAIHANDRA’ for 15% off 🤎 ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@fentybeauty pro filt’r hydrating longwear foundation ‘190’ •@rarebauty concealer ‘230N’* •@essencemakeup brighten up banana powder* •@fentybeauty match stix contour skinstick ‘mocha’ •@rarebeauty stay vulnerable melting blush ‘nearly neutral’* ⇢ lips: •@nyxcosmetics lip liner ‘nude truffle’ •@absnyproducts matte lipstick ‘bad attitude’* •@essencemakeup juicy bomb lipgloss ‘07 ahh-çaí’* *gifted products 5h', 'alaihandra 🍪 ⇢ using @glamnetic new ‘twinkle’ BROWN magnetic lashes 🤎 ⇢ use code ‘ALAIHANDRA’ for 15% off! ⇢ ib: @esantoinette ✨ @glamnetic came out with a couple of new brown magnetic lashes! you can pair them with their brown magnetic felt tip liner 🤎 as you know, the magnetic lashes come with 2 pairs of magnetic anchors that you apply underneath the lash line so the corners won’t move! check out their products and don’t forget to use my code if you want to 🤎 6d', 'alaihandra 🌻 hi friends! a little bit of an update is that even though i still have some symptoms, i am feeling better today:) thank you for all the support ✨ ⇢ eyes: •flowers are from amazon! (the direct link is on my highlights) •@milkmakeup color chalk ‘hopscotch’* •@kittielashes ‘play4keeps’ for corner lashes* ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@fentybeauty pro filt’r hydrating longwear foundation ‘190’ •@rarebauty concealer ‘230N’* •@essencemakeup brighten up banana powder* •@fentybeauty match stix contour skinstick ‘mocha’ •@rarebeauty liquid blush ‘lucky’ ⇢ lips: •@nyxcosmetics lip liner ‘nude truffle’ •@getyouthforia dewy gloss ‘02 coral fixation’* *gifted 1w', 'alaihandra 🌻 happy monday! i want to thank everyone who’s been checking up on me these past couple of days that i’ve been sick, i appreciate every single one of your sweet messages 💕 ⇢ eyes: •flowers are from amazon! (the direct link is on my highlights) •@milkmakeup color chalk ‘hopscotch’* •@kittielashes ‘play4keeps’ for corner lashes* ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@fentybeauty pro filt’r hydrating longwear foundation ‘190’ •@rarebauty concealer ‘230N’* •@essencemakeup brighten up banana powder* •@fentybeauty match stix contour skinstick ‘mocha’ •@rarebeauty liquid blush ‘lucky’ ⇢ lips: •@nyxcosmetics lip liner ‘nude truffle’ •@getyouthforia dewy gloss ‘02 coral fixation’* *gifted 2w', 'alaihandra 👩🏼\u200d🎤 i will never understand why instagram messes with the video quality and colors once i’m trying to upload! i’ve tried everything to balance them out and i haven’t been able to figure it out 😭 ⇢ eyes: •@karabeautyofficial ‘sweetest treat’ palette* ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@milkmakeup sunshine skin tint ‘sand’* •@rarebauty concealer ‘230N’* •@essencemakeup brighten up banana powder* •@fentybeauty match stix contour skinstick ‘mocha’ •@rarebeauty liquid blush ‘lucky’ ⇢ lips: •@nyxcosmetics lip liner ‘nude truffle’ •@morphebrushes lip gloss ‘tipsy’* *gifted 3w', 'alaihandra 👩🏼\u200d🎤 hi everyone! 💕 i am not sure if you all noticed but i took a bit of a break this week to get caught up with schoolwork but it looks like next week will be busy too:( i’m trying to keep up 😳 ⇢ eyes: •@karabeautyofficial ‘sweetest treat’ palette* ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@milkmakeup sunshine skin tint ‘sand’* •@rarebauty concealer ‘230N’* •@essencemakeup brighten up banana powder* •@fentybeauty match stix contour skinstick ‘mocha’ •@rarebeauty liquid blush ‘lucky’ ⇢ lips: •@nyxcosmetics lip liner ‘nude truffle’ •@morphebrushes lip gloss ‘tipsy’* *gifted 3w', 'alaihandra 🌺 love this look drawn by @srntsls 💕 i wanna get back on posting my videos to tiktok but i don’t know:/ would you guys like to see them on there too? ✨ ⇢ eyes: •@beautybaycom bright matte color palette •@hudabeautyshop naughty palette •@kittielashes ‘play4keeps’ for corner lashes ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@essencemakeup pretty natural hydrating foundation ‘070’ •@glossier stretch concealer ‘G9’ •@fentybeauty match stix contour skinstick ‘mocha’ •@anastasiabeverlyhills blush trio ‘pink passion’ ⇢ lips: •@bissucosmeticsmx waterproof lip liner ‘02’ •@fentybeauty gloss bomb ‘fenty glow’ 4w', 'alaihandra 🌺 thank you @srntsls for drawing this look for me!! getting a bit out of my comfort zone 💕 ⇢ eyes: •@beautybaycom bright matte color palette •@hudabeautyshop naughty palette •@kittielashes ‘play4keeps’ for corner lashes ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@essencemakeup pretty natural hydrating foundation ‘070’ •@glossier stretch concealer ‘G9’ •@fentybeauty match stix contour skinstick ‘mocha’ •@anastasiabeverlyhills blush trio ‘pink passion’ ⇢ lips: •@bissucosmeticsmx waterproof lip liner ‘02’ •@fentybeauty gloss bomb ‘fenty glow’ 5w', 'alaihandra 🧚🏼\u200d♀️🧚🏽🧚🏻\u200d♂️ recreation of @glowbysoph ‘s look who was inspired by @jemmebeauty ‘s packaging ✨ i never do cute hairstyles (because i’m too lazy) but i’m so obsessed with these space buns 🥺 ⇢ eyes: •@jemmebeauty flor pastel watercolor liner palette •@sohllashes ‘first class’ lashes ⇢ brows: •@benefitcosmetics precisely, my brow pencil ‘3.5’ •@got2b styling spiking glue ⇢ face: •@milkmakeup hydro grip primer •@glossier futuredew •@fentybeauty pro filt’r hydrating longwear foundation ‘190’ •@glossier stretch concealer ‘G9’ •@fentybeauty match stix contour skinstick ‘mocha’ •@rarebeauty liquid blush ‘lucky’ ⇢ lips: •@bissucosmeticsmx waterproof lip liner ‘02’ •@fentybeauty gloss bomb ‘fenty glow’ 5w', 'evyxo_ Forever on my cozy shit☁️ Sweats: @sorellaboutique Coat: @prettylittlething 2d', 'evyxo_ nostalgic ✨ // Hiii I hope everyone has a great start to their week! <3 Details: @colourpopcosmetics x Lizzie McGuire what dreams are made of palette, you are magnifico blush, Miranda so juicy gloss @maybelline fit me foundation @nyxcosmetics lift & snatch brow pen 1w', 'evyxo_ bring ya Nikes if you checkin me ✔️ 1w', 'evyxo_ Color block 🟡// Hi bbys It’s been kinda gloomy this week so my energy has been low /: Comment some good tv shows & movies down below🤍 Details: @glamvicecosmetics liners [Code: EVYXO] @maybelline fit me foundation @themakeupshack silhouette contour palette Hat & shirt @jadedldn 1w', 'evyxo_ Happy Monday you gorgeous souls! // I’m really liking this wavy liner & lip combo 〰️  Look inspo: @cheriserenee @maytahmi  Wearing @abonicosmetics new lippie they just launched in the shade ‘forget me not’ & it’s such a unique color I’m loving it! Wore it as liner & didn’t crack at all so definitely an A+ from me!🌼 2w', 'evyxo_ Decade palettes! // Are you more of an 80’s, 90’s or 00’s kinda babe? I honestly couldn’t choose which palette was my favorite they all are such a vibe! @bhcosmetics decade palettes are now available for purchase! Use code “EVYXO” for $$ off ✨A D 2w', 'evyxo_ 🌼 Bloom 🌼 So I’ve been taking a small break to give myself some much needed me time/ mental health break. So excited to be playing with spring looks & colors. Send me inspo pics bbys! <3 Inspo: @ericaswn Details: @colourpopcosmetics x Lizzie McGuire palette @glamvicecosmetics liners ‘blue raspberry, gelato, hot pants, roller skate’ [Code: EVYXO] @kvdbeauty ‘Poppy’ blush @mavenbeauty black liquid eyeliner @anastasiabeverlyhills ‘strawberry’ liquid lipstick 2w', 'evyxo_ Happy Easter everyone! // I’m still very much in love with brown clothes atm <3 Pants: @shoptigercherry Bag: @ava_losangeles 3w', 'indiarose_makeup Speedy little reel - - - @suvabeauty hydra liner in cherry bomb @uomabeauty that’s woke concealer @milkmakeup hydrogrip primer, kush lash primer and the kush mascara @morphebrushes lip gloss in tipsy @lindahallberg anger mood eyeliner @lottielondon freckle tint - - #morpheglamfam #redmakeup #redliner #redeyemakeup #makeuptutorialx0x #editorialbeauty #makeuptransformation #editorial #highfashionmakeup #makeuptutorial #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #tiktokmakeup #makeuptiktok #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #undiscoveredmakeupartist #makeupartist 6h', 'indiarose_makeup Idk what to call this 🙃 - - - @suvabeauty hydra liner in cherry bomb @uomabeauty that’s woke concealer @milkmakeup hydrogrip primer, kush lash primer and the kush mascara @lindahallberg anger mood eyeliner @lottielondon freckle tint - - #redmakeup #redliner #redeyemakeup #graphicmakeup #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #dewyskin #runwaymakeup #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #eyemakeupideas #eyemakeupinspo #makeupinspiration #undiscoveredmakeupartist #makeupartist #funmakeup #colourfulmakeup #naturallashes 8h', 'indiarose_makeup Ignore my grim nails xoxoxo - - - @suvabeauty hydra liner in cherry bomb @uomabeauty that’s woke concealer @milkmakeup hydrogrip primer, kush lash primer and the kush mascara @morphebrushes lip gloss in tipsy @lindahallberg anger mood eyeliner @lottielondon freckle tint - - #morpheglamfam #redmakeup #redliner #redeyemakeup #graphicliner #editorialbeauty #editorialmakeup #editorial #highfashionmakeup #graphicmakeup #suvabeauty #suvabeautyhydraliner #milkmakeup #kushmascara #fakefreckles #studiofam #dewymakeup #dewyskin #runwaymakeup #easymakeup #simplemakeup #graphiclinerlook #smallmakeupaccount #v93oo #undiscovered_muas #undiscoveredmakeupartist #makeupartist 1d', 'indiarose_makeup This green is actually my new favourite eye shadow colour - - - @xxrevolution XX cloud eyeshadow palette @uomabeauty that’s woke concealer @milkmakeup kush brow fibre gel in herb @glisten_cosmetics wet liner in strawberry @lolaslashesofficial in sapphire @scottbarnescosmetics pumped up mascara @elfcosmetics @elfcosmeticsuk putty eye primer @mulaccosmetics loose powder in seal the deal - - - #pastelmakeup #pasteleyeliner #pastelpink #contrastingcolors #colourcombo #graphicliner #wingedliner #fireliner #pasteleyeshadow #runwaymakeup #v93oo #pastelgreen #greenmakeup #asosfaceandbody #milkmakeup #colourfulmakeup #colourfuleyeshadow #glistencosmetics #wetliner #glistencosmeticswetliners #undiscovered_muas #smallmakeupaccount #pastel #soapbrows #theartistedit #highfashionmakeup #makeuplook #makeupjunkie 4d', 'indiarose_makeup This didn’t look how I expected but I’m not mad at it - - - @suvabeauty hydra liner in Aztec and space panda @glisten_cosmetics wet liner in grapeade and mint @milkmakeup hydrogrip primer and setting spray @uomabeauty that’s woke concealer in fair lady @morphebrushes lip gloss in tipsy @illamasqua lip liner in undressed @lottielondon freckle tint @odenseyecosmetics Alva II highlighter palette @scottbarnescosmetics pumped up mascara @benefitcosmeticsuk @benefitcosmetics 24 hour brow setter - - - #highfashionmakeup #editorialmakeup #editorial #runwaymakeup #suvabeauty #suvabeautyhydraliner #glistencosmetics #hydraliner #pastelmakeup #v93oo #graphicliner #graphiceyeliner #graphicmakeup #milkmakeup #morpheglamfam #studiofam #soapbrows #fluffybrows #fakefreckles #freck #fauxfreckles #dewymakeup #glowymakeup #glossyskin #fullfacemakeup #greenmakeup #bluemakeup #colourfulmakeup #linergoals 5d', 'indiarose_makeup Just want my coursework and exams to be over so I can go live in the pub 😩 - - - @suvabeauty hydra liner in sea nymph and freezie @glisten_cosmetics wet liner in chocolate chip @spectrumcollections Oceana palette @milkmakeup kush mascara @uomabeauty that’s woke concealer @benefitcosmeticsuk @benefitcosmetics 24 hour clear brow gel - - - #graphicliner #v93oo #graphicmakeup #graphiceyeliner #linerlook #wingedliner #cutcrease #spectrumcollections #suvacreatorquest #suvabeauty #suvabeautyhydraliner #glistencosmetics #milkmakeup #kushmascara #studiofam #soapbrows #runwaymakeup #highfashionmakeup #greenliner #brownliner #greeneyeliner #colourfuleyeliner #colourfulmakeup #colourcombo #eyemakeupcloseup #fluffylashes #eyemakeupideas #eyemakeuplook 1w', 'indiarose_makeup Kinda feel like I belong in a ballet or on a runway with this makeup - - - @milkmakeup sunshine skin tint in light and the hydrogrip primer @aboutfacebeauty fluid eye paint in cloned and smoke signal @colourpopcosmetics lux gloss in gelato @scottbarnescosmetics pumped up mascara @lottielondon freckle tint @uomabeauty that’s woke concealer - - - #editorialmakeup #editorial #runwaymakeup #runwaymakeupartist #avantgardemakeup #avantgarde #makeupartist #aboutface #aboutfacebeauty #milkmakeup #hydrogrip #studiofam #makeupbyme #asosfaceandbody #colourfulmakeup #creativemakeup #creativemakeuplooks #funmakeuplooks #makeuplooks #whiteliner #whitemakeup #summermakeup #dewyskin #smallmakeupaccount #simplemakeup #easymakeup #easymakeuptutorial #easymakeuplook 1w', 'indiarose_makeup This glitter stuff is so funky - - - - @glisten_cosmetics wet liner in grapeaid @uomabeauty that’s woke concealer @benefitcosmetics @benefitcosmeticsuk 24 hour brow setter @milkmakeup kush mascara @mmmmitchell @beautybaycom me myself and mmmmitchell palette @odenseyecosmetics Alva II highlight palette - - - #pastelmakeup #pastel #graphicliner #glittermakeup #glistencosmetics #editorialmakeup #editorial #soapbrows #milkmakeup #studiofam #mmmmitchell #beautybay #pastelpurple #eyemakeup #kushmascara #v9300 #underratedmuas #theartistedit #muasupport #asosfaceandbody #smallmakeupaccount #simplemakeup #satisfyingmakeup #easymakeup #eyelinerlook #wingedliner #wingedeyeliner 1w', 'indiarose_makeup Haven’t done neon orange in a while so here u go x - - - @milkmakeup hydrogrip primer @scottbarnescosmetics pumped up mascara @unicorncosmetics neon orange pigment @suvabeauty hydra liner in acid and grease @benefitcosmetics @benefitcosmeticsuk 24 hour brow setter @morphebrushes tipsy lipgloss #morpheglamfam @3ina the lipstick in 503 @lottielondon freckle tint @uomabeauty that’s woke concealer in fair lady @diegodallapalma_official blossom tulle blush @brilhobeautyuk lashes in savage @morphebrushes brontour in celebutante - - - #graphicliner #neonmakeup #undiscoveredmakeupart #undiscoveredmuas #v93oo #suvacreatorquest #suvabeauty #hydraliner #colourfulliner #makeupartist #neonmakeuplook #neoneyeliner #uvliner #uvmakeup #lashes #fluffylashes #milkmakeup #graphiceyeliner #graphicmakeup #wingedliner #neonorange #fakefreckles #dewyskin #glowyskin #clubmakeup #colourfulmakeup #colorfulmakeuplook #summermakeup 1w', 'hellaspicy_ Mommy and Daddy. Reversing genocide one birth at a time ❤️ 1d', 'hellaspicy_ My family ❤️ Soon Ollin Ixpol will be making an appearance 1d', 'hellaspicy_ A collection of stories written by a chicana bringing awareness on women’s issues linked to the rigid roles imposed onto them by their men and their culture, often with the aid of the Church. Bitch I am crying and I’ve only read the first story 😭 4d', 'hellaspicy_ Yea I know 😌💋 I forgot how much I love creating vintage hair looks. Wow Lashes @lokasboutique in “milf” my favorite! Ring: @palacerings 4d', 'hellaspicy_ That evil eye don’t work on me baby, you got the wrong goddess✨ 1w', 'hellaspicy_ 🐄🐮it’s the drama and cheekbones for me. My baby registry is on my bio! The whole fit is from @glassons Glassonspartner 2w', 'hellaspicy_ The BROWN collection is here! @hudabeautyshop #hudabeautypr 2w', 'hellaspicy_ 😘 my baby girl 3w', 'hellaspicy_ Almost that time 💕Whole denim set is from @fashionnova fashionnovapartner 3w', 'apika1ia I’ve been away for such a long time! I really, really missed this. I’m so happy to be back. Hopefully, I’ll be back to creating looks regularly.  🪀 base @fentybeauty concealer @fentybeauty invisimatte powder @fentybeauty bronzer @fentybeauty killawatt in ginger binge  🪀 brows @glossier brow gel in clear  🪀 eyes @glamvicecosmetics retro liners in spandex and tie dye  🪀 lips @fentybeauty mattemoissele in spanked @urbandecaycosmetics hi-fi ultra cushion lipgloss . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup 5w', 'apika1ia Some hot pink for ya feed. My first post of 2021 is a collaboration with the talented @verothemind. I hope you enjoy what we created 💖💖💖💖  🛍 base @milkmakeup hydrogrip primer @narsissist natural radiant longwear foundation @toofaced concealer @lauramercier translucent powder @fentybeauty bronzer @fentybeauty killawatt in sangria sunset  🛍 brows @anastasiabeverlyhills brown definer in graphite @glossier brow gel in clear  🛍 eyes @juviasplace palette @danessa_myricks waterproof cream vivid palette  🛍 lips @fentybeauty mattemoissele in candy venom @urbandecaycosmetics hi-fi ultra cushion lipgloss . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup 15w', 'apika1ia Some of my favorite looks from 2020. It really took a whole pandemic for me to create a makeup account lol, but I’m so glad i finally came around to doing it. Thank you for your love and support. I appreciate it so so much 🥰🥰🥰 . . . . . #graphicliner #makeupideas #makeupartist #makeuplooks #makeupinspiration #motd #eyeshadowlooks #explorepage #fentybeauty #glossbomb #graphicliner #editorialmakeup #editorialblk #v93oo #avantgardemakeup #alternativemakeup #blackmua #undiscoveredmuas #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty 17w', 'apika1ia I’ve missed doing looks that include the nose bridge 🥰 . . . 🪐 base @fentybeauty soft matte primer @narsissist natural radiant longwear foundation @narsissist radiant creamy concealer @lauramercier translucent powder @fentybeauty matchstix @glossier cloud paint in dawn @fentybeauty killawatt in mimosa sunrise  🪐 brows @anastasiabeverlyhills brown definer in graphite  🪐 eyes @fentybeauty snap shadows #8 @glamvicecosmetics retro liner in hot pants  🪐 lips @fentybeauty mattemoissele in tigertini @bitebeauty lipstick crayon in coganc @fentybeauty gloss bomb in chocolit . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup 17w', 'apika1ia I’d be wearing this to the club if Ms. Rona wasn’t around . . . 🪁 base @fentybeauty soft matte primer @narsissist radiant creamy concealer @fentybeauty invisimatte powder @fentybeauty killawatt in ginger binge @fentybeauty matchstix  🪁 brows @anastasiabeverlyhills brown definer in graphite  🪁 eyes @danessa_myricks waterproof cream palettes in vivid @fentybeauty snap shadows #8  🪁 lips @urbandecaycosmetics hi-fi ultra cushion lip gloss . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #muaawesome #AnastasiaBrows #fentybeauty 18w', 'apika1ia I might name this one “neon vortex.” A gateway to another dimension right between my eyes :) . . . 🍊 base @fentybeauty soft matte primer @fentybeauty conealer @fentybeauty invisimatte powder @fentybeauty killawatt in sangria sunset @fentybeauty matchstix  🍊 brows @anastasiabeverlyhills brown definer in graphite @glossier boy brow in clear  🍊 eyes @danessa_myricks waterproof cream palettes in vivid @glamvicecosmetics retro liners in tie dye and chill pill  🍊 lips @fentybeauty mattemoiselle in griselda @fentybeauty gloss bomb in glass slipper . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #muaawesome 18w', 'apika1ia I wanted to do something christmasy without being christmasy, ya feel me lol?? So I settled on christmasy colors but I’m kinda annoyed that they aren’t showing up how I want them to 😩😩 . . . 🌺 base @fentybeauty soft matte primer @narsissist radiant creamy conealer @lauramercier translucent powder @glossier cloud paint in dawn @fentybeauty bronzer  🌺 brows @anastasiabeverlyhills brown definer in graphite @glossier boy brow  🌺 eyes @danessa_myricks waterproof cream palettes in vivid @danessa_myricks waterproof cream palettes in primary @fentybeauty vivid liquid liners  🌺 lips @romandyou lip stain in deepsoul . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup #muasunder10k #glossier 18w', 'apika1ia I’m living for this color combo. I wish I had a chance to wear this out 🥺🥺 . . . 🧿 base @fentybeauty soft matte primer @fentybeauty concealer @fentybeauty invisimatte blotting powder @fentybeauty killawatt freestyle highlighter in sangria sunset @fentybeauty matchstix  🧿 brows @anastasiabeverlyhills brown definer in graphite  🧿 eyes @danessa_myricks waterproof cream palettes in vivid @danessa_myricks waterproof cream palettes in primary @fentybeauty snap shadows #8  🧿 lips @fentybeauty mattemoiselle @urbandecay lip gloss . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #explore #explorepage 19w', 'apika1ia #bittyblackbeauties I did a collab with these lovely black women and we’re serving ✨OMBRÉ✨  Swipe to see our looks and make sure to show some love: @desubeauty @yinniethepoohh @advnni @mua.alexr @kehindes_korner @mimipenka @whitscanvas @bbaldhi @itstanip . . . 🔥 base @fentybeauty soft matte primer @toofaced born this way concealer @lauramercier translucent powder @fentybeauty killawatt freestyle highlighter in mimosa sunrise @fentybeauty bronzer  🔥 brows @anastasiabeverlyhills brown definer in graphite  🔥 eyes @danessa_myricks waterproof cream palettes in vivid @danessa_myricks waterproof cream palettes in primary  🔥 lips @fentybeauty stunna lip paint in uncensored (blotted) . . . . . #graphiceyeliner #avantegardemakeup #editorialmakeup #editorialbeauty #runwaymakeup #theartistedit #highfashionmakeup #editorialblk #beautyeditorial #experimentalmakeup #thelist #cultbeauty #v93oo #studiofam #makeupdapper #studiofam #modelmalay #dazedbeauty #undiscoveredmuas #311makeup #blackmua #dewymakeup #theartives #melaninmakeup 20w', 'cheriserenee 〰️ fluidity 〰️ this liner by @makeupbykavondre has been living in my brain for weeks!!!  DETAILS EYES @mavenbeauty liquid liner ‘black’* @suvabeauty hydra FX ‘space panda’ @tattilashes ‘TL3’ lashes @maybelline sky high mascara* BROWS @nyxcosmetics_uk brow pen ‘ash brown’ FACE @nyxcosmetics total control drop foundation ‘15’* @elfcosmeticsuk hydrating camo concealer ‘medium sand’ @fentybeauty loose setting powder ‘banana’ + sun stalk’r bronzer ‘i$land ting’ @maccosmetics blush ‘gingerly’ @mavenbeauty highlighter ‘dripped out’* LIPS @maccosmeticsuk kohl eyeliner ‘coffee’ @meltcosmetics liquid lipstick ‘golden’ @jordanaticiacosmetics lipgloss ‘baege’* (all products marked * were kindly gifted) 1w', 'cheriserenee 🎯 BULLSEYE 🎯 I’m so inspired by 70s patterns atm.. expect a few more to come ✨  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ PRODUCT DETAILS EYES @suvabeauty - cherry bomb, freezie, taffy, acid trip & tracksuit hydra FX @maybelline - sky high mascara* @bxbygirl.lashes - laila lashes* BROWS @nyxcosmetics - brow glue* & brow pen FACE @nyxcosmetics_uk - total control drop foundation* @elfcosmeticsuk - hydrating camo concealer @fentybeauty - i$land ting bronzer @lottielondon - freckle tint LIPS @maccosmeticsuk - costa riche eyeliner @meltcosmetics - golden liquid lipstick @jordanaticiacosmetics - butter candy lipgloss*  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ (all products marked * have been kindly gifted) 2w', 'cheriserenee 🍃🍂 leafy 🍂🍃 this is high key giving autumn instead of spring but let’s ignore that 😅  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ PRODUCT DETAILS EYES @urbandecayuki ‘wild west’ palette * @bxbygirl.lashes ‘laila’ lashes * @urbandecaycosmetics ‘lash freak’ mascara * BROWS @nyxcosmetics brow pen FACE @milkmakeup hydro grip primer @urbandecayuki stay naked foundation * & hydromaniac foundation mixed * @elfcosmeticsuk hydrating camo concealer @lauramercier translucent & translucent honey setting powders @maccosmeticsuk ‘gingerly’ blush @fentybeauty ‘i$land ting’ bronzer @lottielondon freckle tint @mavenbeauty ‘dripped out’ highlighter * LIPS @nyxcosmetics_uk ‘urban cafe’ lip liner @meltcosmetics ‘ginger’ liquid lipstick  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ (all products marked * were kindly gifted) 3w', 'cheriserenee 💗🌺💗🌺💗🌺💗 PRODUCT DETAILS  EYES @madebymitchell ‘head in the clouds’ palette * @suvabeauty ‘cherry bomb’ & ‘space panda’ hydra FX @makeupbytammicosmetics pastel cake liners @bxbygirl.lashes ‘laila’ lashes * FACE @urbandecayuki hydromaniac foundation @elfcosmeticsuk hydrating camo concealer @madebymitchell ‘posey rosey’ & ‘where’s the spf?’ blursh mixed * @beccacosmetics rose glow highlighter @lottielondon freckle tint LIPS @nyxcosmetics_uk ‘urban cafe’ lip liner @mybeautybrand x @nikkideroest colour changing lip oil *  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ (all products marked * have been gifted) 3w', 'cheriserenee ♥️⚪️ PEARLY GIRL ⚪️♥️ inspired by my angel @samtalukder ✨  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ DETAILS: @esteelauderuk ‘wheat’ double wear foundation @elfcosmeticsuk 16hr camo concealer @fentybeauty ‘banana’ loose setting powder & ‘shady biz’ #sunstalkrbronzer @plouise_makeup_academy ‘shade 0’ #plouisebase @madebymitchell ‘where’s the spf?’ blursh & ‘head in the clouds’ palette eyes: @anastasiabeverlyhills white cake liner @tatti_lashes ‘TL3’ lashes @fentybeauty ‘how many carats?!’ diamond bomb highlighter @maccosmetics IED mascara lips: @maccosmeticsuk ‘coffee’ eyeliner @fentybeauty ‘uncensored’ #stunnalippaint @sephoracollection ‘07 carmine elixir’ cream lip shine  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ #creativemakeup #makeupartist #editorialmakeup #glammakeup #pearls #edges #fentybeauty #fentyface #mondaysbymitchell #tattilashes #sephoracollection #abhbrows #norvina #elfcosmetics #myartistcommunity #redlips #anastasiabeverlyhills #editorialblk #graphicliner 4w', 'cheriserenee 🦋 FLUTTERBIES 🦋 PSA: I think butterflies are disgusting.. if you’ve ever seen that traumatising episode of spongebob, yk they were right to burn down bikini bottom 😌 ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ DETAILS: @maybelline superstay foundation @plouise_makeup_academy rude boy red, winter rose, yummy yellow, hint of mint & touch of frost bases @depixym #0446, #0942 & #0567 @bperfectcosmetics x @staceymariemua #carnivalxlpro & #carnivallovetahiti palettes @suvabeauty space panda hydra FX liner @madebymitchell mango daiquiri & peach sugar blursh @mavenbeauty dripped out highlighter @lottielondon freckle tint eyes: @mavenbeauty black liquid liner @tatti_lashes TL3 lashes lips: @maccosmeticsuk cork lip liner @jordanaticiacosmetics butter candy lipgloss  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ #creativemakeup #graphicliner #butterflymakeup #tattilashes #suvabeauty #bperfectcosmetics #lottielondon #maybelline #editorialblk #butterfly #mondaysbymitchell #plouisebase #depixym #staceymariemua #jordanaticiacosmetics #avantgardeblk #makeupartist #freckles 5w', 'cheriserenee matchy matchy 🤎➕ omg I can’t believe there’s 10K of you now 🥺 thank you for all the constant love & support!!  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ using @mavenbeauty products DETAILS: - @mavenbeauty basic beat eyeshadow palette - medium blend - @mavenbeauty ‘black’ & ‘24K’ waterproof liquid eyeliners - @mavenbeauty ‘dripped out’ highlighter - @mavenbeauty ‘brûlée’ basic beat cream eyeshadow on eyes & lips  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ sold exclusively at fashionnova.com/beauty mavenbeautypartner #ad  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ #glammakeup #mavenbeauty #creativemakeup #graphicliner #editorialmakeup #editorialblk #avantgardeblk #eyeliner #nudemakeup #makeupartist #mavenbeautypartner #asos #asosdesign #asosfashion #asosfaceandbody 6w', 'cheriserenee groovy baby 💚✨ inspired by two of my absolute faves @maytahmi & @the_brooksbrother  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ DETAILS: @urbandecaycosmetics ‘50NN’ stay naked foundation @elfcosmetics hydrating camo concealer @urbandecayuki ‘50NN’ the fix powder @fentybeauty ‘shady biz’ bronzer @madebymitchell ‘mango daiquiri’ blursh @lottielondon freckle tint eyes: @suvabeauty ‘freezie’, ‘fanny pack’ & ‘dance party’ hydra FX liners & ‘UV taffies’ palette @tatti_lashes ‘TL3’ lashes brows: @nyxcosmetics @nyxcosmetics_uk ‘ash brown’ lift & snatch brow pen lips: @maccosmetics @maccosmeticsuk ‘costa riche’ & ‘coffee’ eyeliners @meltcosmetics ‘golden’ liquid lipsticks with yellow shadow on top @elfcosmeticsuk clear lipgloss  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ #makeupartist #creativemakeup #graphicliner #editorialmakeup #editorialblk #avantgardeblk #tattilashes #urbandecay #lottielondon #nyx #suvabeauty #fentybeauty #fentyface #freckles #meltcosmetics #mondaysbymitchell 7w', 'cheriserenee razor sharp 📐  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ DETAILS: @urbandecaycosmetics ‘50NN’ stay naked foundation @fentybeauty ‘240’ #profiltrconcealer @maccosmeticsuk ‘dark’ msf powder @lauramercier translucent powder @goodmelaltd ‘angel’ highlighter eyes: @kvdveganbeauty ‘trooper’ tattoo liner @makeupbytammicosmetics pastel cake liner @urbandecayuki lash freak mascara @lunabellezstore ‘fibre trap’ lashes brows: @nyxcosmetics ‘ash brown’ lift & snatch brow pen @benefitcosmeticsuk 24hr brow setter lips: @maccosmeticsuk ‘coffee’ eyeliner & ‘primordial’ lipglass @meltcosmetics ‘golden’ liquid lipstick  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ #cherisemakeup #makeupartist #fentybeauty #kvdbeauty #urbandecay #graphicliner #eyeliner #editorialmakeup #editorialblk #meltcosmetics #nyx #benefitcosmetics #nyxcosmetics #lauramercier #maccosmetics #myartistcommunity #cutcrease 8w', 'kafayatx AD| with the warmer months approaching love how I created this lightweight and affordable base using @technic_cosmetics now available at @lovewilko ❤️ Everything used will be listed below x  Products used: - Gold elixir facial oil - ProGlow Foundation - 3-in-1 Canvas Concealer - Highlighting wand illuminator - Gel blusher ‘siren’ - Illuminating skin mist - Rice setting powder  #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin 1d', 'kafayatx Miss 20somethin... _____________________ Products: @toofaced HighCoverage concealer @madebymitchell liquid blursh “where’s the spf” @blackopalbeauty Stick Foundation @jouercosmetics High coverage concealer @sleekmakeup Lifeproof Concealer @hudabeauty EasyBake loose powder @ciatelondon Coconut translucent powder @juviasplace Nubian loose Highlighter @morphebrushes Continuous setting mist • • • • • • • • • #1minutemakeup #melaninmakeupdaily #makeupfanatic1 #makeupformelanin #wakeupandmakeup #blackgirlmakeup #melaninmakeup #hudabeauty #melaninbeautiesunite #brownmelaninmakeup #makeupforwoc #makeupforblackwomen #dewymakeup #hairnbeautydirectory #makeupbyme #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies 2d', 'kafayatx Cute and simple cut crease with @mavenbeauty exclusively at FashionNova.com 🧡  Products used: cream eyeshadow ’Alpaca’ Eyeshadow palette’Define’ Highlighter ‘Dripped Out’  -Mavenbeautyparter  #tiktokmakeup #makeupreels #makeupjunkie #maryhadalittleglam #reelsInstagram #wamfam #makeupforblackwomen #flawlessdolls #slave2beauty #makeuptricks #wakeupandmakeup #glowymakeup #makeupforbeginners #makeuphacks 3d', 'kafayatx AD| @sheglam_official new completion pro foundation 😍 I used the shade ‘hazelnut ’, this gave me such a lightweight but buildable coverage. Super long lasting, swear proof and water resistant! Use the coupon code: SF556 to get an extra 15% off any purchase on us.shein.com https://www.shein.co.uk/ and br.shein.com  All the products used will be listed and linked below ❤️  http://shein.top/sy6fr5n 2144866 COMPLEXION PRO Long Lasting Breathable Matte Foundation-Camel http://shein.top/6hgn1lz 2144873 COMPLEXION PRO Long Lasting Breathable Matte Foundation-Hazelnut http://shein.top/ktgb1ua 1686645 COMPLEXION PRO Long Lasting Breathable Matte Foundation-MOCHA http://shein.top/cqdq9b6 2189084 Multi-Faceted Makeup Sponge  #sheglam #sheglamprettycommittee #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies 4d', 'kafayatx AD I really did this entire base in under 5 minutes! Love this everyday quick base I did with @collectioncosmetics_uk 🤍 Everything used will be listed down below x  Lasting Perfection Glow Foundation ‘Cocoa’ - £6.49 Lasting Perfection Concealer ‘Honey’ - £4.19 Lasting Perfection Concealer ‘Café’ - £4.19 Lasting Perfection Sheer Loose Setting Powder ‘Banana’ - £2.99 Blush&Glow Palette - £4.99 Primed & Ready Dewy Fixing Spray - £5.99 5d', 'kafayatx Wasn’t sure where this look was going but I like the end result 💜💜 ______________ Products: @madebymitchell liquid blush “where’s the spf” @revlon_ ColorStay Foundation “mocha” @toofaced High coverage concealer @sleekmakeup Lifeproof Concealer “Flat white” @lauramercier Translucent Powder “Honey” @ciatelondon Coconut translucent powder @juviasplace Nubian loose Highlighter @morphebrushes Continuous setting mist • • • • • • • • • #1minutemakeup #melaninmakeupdaily #makeupfanatic1 #makeupformelanin #wakeupandmakeup #blackgirlmakeup #melaninmakeup #hudabeauty #melaninbeautiesunite #brownmelaninmakeup #makeupforwoc #makeupforblackwomen #dewymakeup #hairnbeautydirectory #makeupbyme #bebeautymood #melaninmagic #makeupfeed #makeupvideos #makeupgoals #glowyskin #glambaddies 6d', 'kafayatx AD| Loved creating this effortless glowy glam using @kikomilano products  Products used: - Hydra Pro Glow Moisturiser - Unlimited Foundation ‘9.5N’ - Universal Stick Concealer ’08’ - Smart Eyeshadow Palette - Perfect Eyes Duo Highlighter Pencil - Unlimited Double Touch liquid lipstick duo ’120’  All products available at www.kikocosmetics.com www.ulta.com Amazon #Kikounbeatable  - -  #makeuptutorial #glowymakeup #dewymakeup #flawlessdolls 1w', 'kafayatx What do you think of this look? ___________________ Products: @madebymitchell “Feet on the ground” palette @iconic.london sheer liquid blush “Power Pink” @kvdbeauty Good Apple Foundation “Tan 26” @toofaced High coverage concealer @sleekmakeup Lifeproof Concealer “Flat white” @lauramercier Translucent Powder “Honey” @ciatelondon Coconut translucent powder @juviasplace Nubian loose Highlighter @morphebrushes Continuous setting mist  #tiktokmakeup #makeupreels #makeupjunkie #maryhadalittleglam #reelsInstagram #wamfam #makeupforblackwomen #flawlessdolls #slave2beauty #makeuptricks #wakeupandmakeup #glowymakeup #makeupforbeginners #makeuphacks 1w', 'itznamara HOW I PREP MY SKIN BEFORE MAKEUP 💗  Please SAVE & SHARE Follow (@itznamara ) for more beauty content ✨  Hey dolls! So I finally filmed a SKINCARE 🥳! These are my holy grails!! They’ve really helped my skin tremendously. Excuse my puffy eyes (they just like to do their own thing 🙄)  I have a dry combination skin 💗 ~~~~~~~~~~~~~~~ Products  @renskincare ready steady glow daily AHA tonic @nivea_uk nourishing day cream @deciem ascorbic acid 8% + Alpha Arbutin 2% @deciem 100% organic virgin chai seed oil @larocheposay anthelios 50 + SPF invisible fluid @nivea_uk rosehip oil ( lip scrub + moisture) @mycarmex moisturising lip balm  #skincareroutine #skincare #radiantskin #melaninpoppin #glowingskin #larocheposay #renskincare #naturalskin #melaninbeauty #hydratedskin #teamfantastic #nomakeup #reelskin #reelvideos #nomakeupface #niveacreme #glowyskincare #melanindaily #brownskinbeauties #skinprep #skincareproducts 9h', 'itznamara It’s a Bob season 😻 Follow (@itznamara ) for more ✨ Please SAVE & SHARE 💗  *🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨 *LINK IN MY BIO*🎥  ~~~~~~~~~~~~~~~~~~~~ HAIR. INFO  @myshinywigs CAMILA COLOUR BOB HUMAN HAIR 12 inches 180% density 13x5.5 T-PART Highlighted Lace Wig  🚨use code “kAEDI” for $25 off @myshinywigs 🚨  #melanindaily #basemakeup #highlightedhair #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #bobwigs #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #blackgirlmagic #blendtherules #melaninmakeupdaily #blackgirlmakeup #tpartwig #melaninmakeup #makeupfanatic1 #glowyskin #dewyskin #highlightandcontour #brownskinmakeup #wocmakeup #makeupforwoc 1d', 'itznamara Its the Bob for me 😍 Hey dolls 💝 this wig comes in courtesy of @myshinywigs. This is their Highlighted T -PART Lace wig.. let’s just say this will definitely be one of my summer staple wigs!! Let me know your thoughts on this wig in the comment?💗  🚨use code “kAEDI” for $25 off @myshinywigs 🚨  Follow (@itznamara ) for more ✨ Please SAVE & SHARE 💗  *🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨 *LINK IN MY BIO*🎥  ~~~~~~~~~~~~~~~~~~~~ HAIR. INFO  @myshinywigs CAMILA COLOUR BOB HUMAN HAIR 12 inches 180% density 13x5.5 T-PART Highlighted Lace Wig  🚨use code “kAEDI” for $25 off @myshinywigs 🚨  #blackgirlmakeup #flawlessbase #blackgirlmagic #melaninmakeup #bobwigs #basemakeup #makeupfanatic1 #highlightwig #glowyskin #dewyskin #highlightandcontour #morphebabes #makeupreelsvideos #wakeupnmakeup #tpartwig #reelsmakeup #blendtherules #explorepage #hypnaughtymakeup #stiffwhere #brownskinmakeup #melanindaily #blendtherules #melaninmagic #softglammakeup #wocmakeup #exploremakeup #makeupforwoc #hairnbeautydirectory @melaninbeautiesunite @melaninmakeupdaily @brownmelaninmakeup 2d', 'itznamara SWIPE..🥰 Follow (@itznamara ) for more ✨ Please save & share  🚨Use my code: “Mara” get Extra 16% OFF!!🚨  ~~~~~~~~~~~~~~ H A I R. I N F O @dolahairmall 20 inches 180% density Straight 5x5 HD glueless lace  🚨Use my code: “Mara” get Extra 16% OFF!!🚨  #hdclosure #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #crimpedhair #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #brownskingirls #blackgirlmagic #blendtherules #melaninmakeupdaily #blackgirlmakeup #closurewigs #melaninmakeup #makeupfanatic1 #glowyskin #dewyskin #brownskinmakeup #wocmakeup #makeupforwoc @melaninbeautiesunite @hairnbeautydirectory @melaninmakeupdaily @brownmelaninmakeup 3d', 'itznamara WATCH THIS GLUESS INSTALL || this GORGEOUS GORGEOUS 5x5 HD unit comes in courtesy of @dolahairmall !!! The lace on this unit is incredibly thin and melts like a dream!! It holds a curl beautifully and The lustre and shine just tops it off for me !! chefs kiss ** let me know what you think in the comments!?.💗  🚨Use my code: “Mara” get Extra 16% OFF!!🚨  If watching please Follow (@itznamara ) for more✨ Please save & share 💕  ~~~~~~~~~~~~~~ H A I R. I N F O @dolahairmall 20 inches 180% density Straight 5x5 HD glueless lace  @pinkhotcomb- hot comb chefs kiss ✨  🚨Use my code: “Mara” get Extra 16% OFF!!🚨  *🚨FULL VIDEO of this install and my thoughts on this wig is NOW On my YouTube channel!🚨 *LINK IN MY BIO*🎥  ~~~~~~~~~~~~ * I don’t own rights to this song! Never mind- WSTRN  #hairtutorials #lacewiginstall #hdlaceclosure #wigtutorial #wiginstallation #blackgirlmagic #hdwigs #crimpedhair #gluelesswig #protectivehairstyles #closurewigs #hairnbeautydirectory #hairinstall #wigtransformation #frontalinstall #dolamallhair #hairtransformation #blackgirlmakeup #closureinstall #darkskinbeauty #wigstyling #melaninpoppin #gluelesswigs @hairnbeautydirectory @makeupmelanin 4d', 'itznamara Glammed up look 💄|| If watching please follow (@itznamara ) for more beauty content ✨ Please SAVE & SHARE 💗  So your girl caved in and got some stuff from @patmcgrathreal 😻🔥 I just had too and guys I am in loooove !!  The @patmcgrathreal skin fetish sublime perfection foundation is VERY light weight, it did not feel like I was wearing makeup at all!! It is a buildable coverage foundation. And also has a satin finish, and definitely gives you “your skin but better!! However the formula is Very watery/ runny which I don’t mind at all.. 2 pumps practically covered my whole face!! I DEFINITELY STAN!!  @patmcgrathreal mothership IV divine rose 2 palette is *chefs kiss*!! It is SUPER PIGMENTED and don’t get me started on the SHIMMERS AND DUO CHROME!! Definitely towards the pricier but it is super pretty and definitely multi-use .. you can definitely use some of the shades as a blush as well 🤩! overall i STAN!! And will definitely be getting some more products after me and my account get back on good terms😂😅  ~~~~~~~~~~~~~~~~~ PRODUCTS 💗  @patmcgrathreal sublime perfection concealer (17 & 22 ) @patmcgrathreal skin fetish sublime perfection foundation (26) @patmcgrathreal matte liptrance lipstick (Christy) @patmcgrathreal lustgloss (faux real)  EYES💗 @patmcgrathreal mothership VIII divine rose II palette @rdbeautty lashes style SAVAGE ✨  I DONT OWN RIGHTS TO THIS SONG Bling - blaqbonez  #melanindaily #melaninpoppin #basemakeup #afrocentricmakeup #highlightandcontour #contourtutorial #makeuphowto #patmcgrathreal #softglamlook #patmcgrathlabs #skinfetish #glowymakeup #superdrugspotlight #makeuptipsandtricks #noirebeautyworld #hairnbeautydirectory #makeuphacks #melaninmakeupdaily #patmcgrathlipstick #brownmelaninmua #makeupmelanin #brownmelaninmakeup #blackbeautyrep #hdclosures #melaninbeautiesunite @makeupmelanin #makeupforbarbies2 @brownmelaninmakeup @melaninbeautiesunite @melaninmakeupdaily @hairnbeautydirectory 5d', 'itznamara This raw hair wig by @silkopulence is just amazing!🔥😍✨  🚨full review & install of this unit is now on my YouTube Channel!! Link in my bio 🚨  Follow (@itznamara ) for more ✨ Please SAVE & SHARE 💗  ~~~~~~~~~~~~~~~~ HAIR INFO  @silkopulence 18 inches Raw wavy texture 5x5 Hd Closure  ~~~~~~~~~~~~~~  #basemakeup #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #blackgirlmagic #blendtherules #makeupinspiration #melaninmakeup #makeupfanatic1 #glowyskin #dewyskin 6d', 'itznamara Follow (@itznamara ) for more beauty content Please save & share 💕  ~~~~~~~~~~~~~~ H A I R. I N F O @wigencountersofficial 22 inches 180% density 13x5 T- Part lace glueless lace front cap ~~~~~~~~~~~~  #basemakeup #highlightwig #makeupideas #dewymakeup #simplemakeuplook #wocmakeup #darkskinmakeup #bodywavewigs #hairnbeautydirectory #wakeupandmakeup #blackgirlsrock #exploremakeup #brownskingirls #melaninmakeupdaily #blackgirlmakeup #makeupinspiration #melaninmakeup #makeupfanatic1 #glowyskin #dewyskin #brownskinmakeup #wocmakeup #makeupforwoc 1w', 'itznamara Watch this T-PART Wig Install// this gorgeous unit comes in courtesy of @wigencountersofficial !!! The lace on this unit is impeccable the subtle highlights is just chefs kiss ** let me know what you think in the comments!?.💗  Follow (@itznamara ) for more beauty content Please save & share 💕  ~~~~~~~~~~~~~~ H A I R. I N F O @wigencountersofficial 22 inches 180% density 13x5 T- Part lace glueless lace front cap   ~~~~~~~~~~~~ * I don’t own rights to this song! Mama stay - WSTRN  #frontalwigs #wigtutorial #wiginstallation #blackgirlmagic #lacefrontal #protectivehairstyles #tpartwig #hairnbeautydirectory #hairinstall #wigtransformation #frontalinstall #wigencountersofficial #hairtransformation #highlightwig #lacefrontalinstall 1w', 'enzi_rengel Hey loves!  I can’t wait for the weekend😪this week has gone so slow for me.. I’m ready to relaxxxx. Obsessed how this look turned out! Pinks and purples are just a vibe. They’re my fave shadows to play with! I’m wearing some exciting new @beautybaycom product I cannot WAIT for you all to see😌😉  IB @imogenchetalmakeup  Eyes - @beautybaycom eye base 2 - @beautybaycom bright matte palette and @nikkietutorials palette - @samplebeauty liquid eyeshadow ‘virtue’ and brow gel  Face - @beautybaycom day one moisturiser - @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter ‘beam’ - @beautybaycom lip gloss mudslide 3h', 'enzi_rengel These colours do sth to me😅🥰  Hey my loves! Happy Sunday. These colours together are everything. So annoyed the camera doesn’t pick up the shimmers well cause they were poppinnn  Eyes - @plouise_makeup_academy blank canvas - @laroc_cosmetics artistry book chapter 2 - @madebymitchell head in the clouds palette - @makeupaddictioncosmetics bare green - @peachesmakeup fantasy - @beautybaycom eye crayon ‘minted’ - @kvdbeauty tattoo liner ‘trooper’  Face - @nyxcosmetics_uk @nyxcosmetics born to glow foundation shade ’buff’ - @physiciansformula @physiciansformulauk butter bronzer - @plouise_makeup_academy ‘winter rose’ base - @beautybaycom beam 1d', 'enzi_rengel Hey loves!  I can’t wait for the weekend😪this week has gone so slow for me.. I’m ready to relaxxxx. Obsessed how this look turned out! Pinks and purples are just a vibe. They’re my fave shadows to play with! I’m wearing some exciting new @beautybaycom product I cannot WAIT for you all to see😌😉  IB @imogenchetalmakeup  Eyes - @beautybaycom eye base 2 - @beautybaycom bright matte palette and @nikkietutorials palette - @samplebeauty liquid eyeshadow ‘virtue’ and brow gel  Face - @beautybaycom day one moisturiser - @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter ‘beam’ - @beautybaycom lip gloss mudslide 4d', 'enzi_rengel Flower power🤎  Hey my loves! I adore this super cute look which was IB @paulina.yl 🤎 you’ll see how I’ve done this look soon on @beautybaycom s stories which is so exciting!!!  Eyes - @beautybaycom eye bases shades 2 and 5 - @beautybaycom nude palette - @samplebeauty liquid eyeshadows shades ‘strapping’ and ‘robust’ - @beautybaycom eyeliner shade ‘vanilla’ - @samplebeauty brow gel  Face - @beautybaycom day one moisturiser - @nyxcosmetics_uk @nyxcosmetics born to glow foundation shade ‘buff’ - @beautybaycom bronzer ‘fawn’ and highlighter ‘beam’ - @beautybaycom lip liner ‘vintage’ and glosses shades ‘mudslide’ and ‘ballet’ 5d', 'enzi_rengel Fierceee💗  I am liiiiving for this look!!! You guys will be able to see a more in depth tutorial on how I achieved this on @beautybaycom stories soon as there will be a step by step over there so watch out for them. This is also IB by the amazing @laur_elyse 💖  Eyes - @beautybaycom eye base shade 2 - @samplebeauty single shadows shade ‘polar’, ‘cobweb’, ‘tutu’ and ‘piglet’ - @samplebeauty liquid eyeshadow shade ‘intense’ and ‘virtue’ - @samplebeauty ultimate hold brow gel  Face - @beautybaycom day one moisturiser - @samplebeauty liquid shadow ‘virtue’ as blush and lip - @samplebeauty single shadow ‘cobweb’ as highlighter - @beautybaycom lip liner ‘vintage’ and lip gloss ‘petal’ - @beautybaycom bronzer ‘fawn’ - @nyxcosmetics_uk @nyxcosmetics born to glow foundation ‘buff’ 6d', 'enzi_rengel Fierceee💗  I am liiiiving for this look!!! You guys will be able to see how I achieved this on @beautybaycom stories soon as there will be a step by step over there so watch out for them. This is also IB by the amazing @laur_elyse 💖  Eyes - @beautybaycom eye base shade 2 - @samplebeauty single shadows shade ‘polar’, ‘cobweb’, ‘tutu’ and ‘piglet’ - @samplebeauty liquid eyeshadow shade ‘intense’ and ‘virtue’ - @samplebeauty ultimate hold brow gel  Face - @beautybaycom day one moisturiser - @samplebeauty liquid shadow ‘virtue’ as blush and lip - @samplebeauty single shadow ‘cobweb’ as highlighter - @beautybaycom lip liner ‘vintage’ and lip gloss ‘petal’ - @beautybaycom bronzer ‘fawn’ - @nyxcosmetics_uk @nyxcosmetics born to glow foundation ‘buff’ 1w', 'enzi_rengel 🔥🔥🔥  Hey guys!! @kanchatbmakeup did this Smokey sunset liner moment and I just had to try it. I’ve been doing these Smokey liners for some time and love trying out different variations of it.. it’s been funnn!  Eyes - @beautybaycom by beauty bay eye base 2 - @beautybaycom fiery 2.0 palette - @samplebeauty single shadows ‘school bus’, ‘cardinal’, ‘hot coal’ and ‘collectors item’ - @samplebeauty ultimate hold brow gel  Face - @beautybaycom bronzer ‘fawn’, blush ‘coral’ and highlighter’beam’ - @beautybaycom lip gloss ‘mudslide’ 1w', 'enzi_rengel Jewelss💚💙✨💎  Hey loves! If you seen my stories lately you would’ve seen the brand new @samplebeauty The Plush Palette which I used to create this look and I’m obsessed!! The video doesn’t lie so you can really see how good it performs. So sad you can’t see the stars well on the picture:’( they looked so cute! But thank you guys so much for the love on this look.  Eyes - @beautybaycom base 2 - @samplebeauty the plush palette, ultimate hold brow gel - @beautybaycom pastel eye crayon ‘Mint’  Face - @beautybaycom oil control priming mist, one day moisturiser mixed with calming serum - @beautybaycom bronzer ‘beach’, blush ‘blossom’, highlighter’beam’ - @beautybaycom lip gloss ‘ballet’ 1w', 'enzi_rengel Jewelss💚💙✨💎  Hey loves! If you seen my stories lately you would’ve seen the brand new @samplebeauty The Plush Palette which I used to create this look and I’m obsessed!! Video will be up tomorrow to really show you how good the palette is but honestly.. these colours are everything😍 also ignore how you can’t see the stars I stuck on\U0001f972 so sad.  Eyes - @beautybaycom base 2 - @samplebeauty the plush palette, ultimate hold brow gel - @beautybaycom pastel eye crayon ‘Mint’  Face - @beautybaycom oil control priming mist, one day moisturiser mixed with calming serum - @beautybaycom bronzer ‘beach’, blush ‘blossom’, highlighter’beam’ - @beautybaycom lip gloss ‘ballet’ 1w', 'lsgmakeup 🍊💗🍊💗🍊💗🍊💗  Song - Levitating by @dualipa *I do not own the rights to this music!!!* Swipe to see finished look 👉🏼 #TikTok - LSGMAKEUP 🧡  Products: (most of which have been kindly gifted *adgifted) @plouise_makeup_academy eye paints in Glow girl, raver, blank canvas, firecracker, and rumour 02 base (use code LSGMAKEUP10 - Aff) @peachesmakeup Pixie pigment @pinkhoneyuk brow glue @morphebrushes hint hint skin tint shade Beige @fentybeauty gloss Bomb @hudabeautyshop pinky nude lip liner @ofracosmetics Mai Tai blush @ofracosmetics X @nikkietutorials Cloud 9 highlighter 3h', 'lsgmakeup Doech👀💋 Transition IB: @jordanlipscombee  #mua#makeupartist#transition#explorepage#igreels#reels#featureme#lsgmakeup#doechii 1d', 'lsgmakeup 🍊💗🍊💗🍊💗🍊💗  Obsessedddd with the orange / pink colour combo! Barbie vibes 👄💅🏼🎀💕  Products: (most of which have been kindly gifted *adgifted) @plouise_makeup_academy eye paints in Glow girl, raver, blank canvas, firecracker, and rumour 02 base (use code LSGMAKEUP10 - Aff) @peachesmakeup Pixie pigment @pinkhoneyuk brow glue @morphebrushes hint hint skin tint shade Beige @fentybeauty gloss Bomb @hudabeautyshop pinky nude lip liner @ofracosmetics Mai Tai blush @ofracosmetics X @nikkietutorials Cloud 9 highlighter 2d', 'lsgmakeup AD🍷✨🍷✨🍷✨🍷✨  Created this look using all @mavenbeauty products! 👇🏼  - “Bold Blend” eyeshadow palette - “Define” eyeshadow palette - “Coquito” cream eyeshadow - “Aurora” Liquid glitter eyeshadow - “Draped Up” highlighter - “Shook” lipstick - “05” Eyelashes  (Sold exclusively at FashionNova.com/beauty )💄  Mavenbeautypartner  #makeup#explore#explorepage#makeupartist#mua#eyeshadow#spliteyeshadow#eyeshadowtutorial#makeuptutorial#tutorial#lsgmakeup 4d', 'lsgmakeup AD🍷✨🍷✨🍷✨🍷✨  Created this look using all @mavenbeauty products! 👇🏼  - “Bold Blend” eyeshadow palette - “Define” eyeshadow palette - “Coquito” cream eyeshadow - “Aurora” Liquid glitter eyeshadow - “Draped Up” highlighter - “Shook” lipstick - “05” Eyelashes  (Sold exclusively at FashionNova.com/beauty )💄  Mavenbeautypartner 1w', 'lsgmakeup No Bad Vibes baby ✌🏼💜☮️  Collage/edit style IB my angel @eeerinr Top & Jeans: @boohoo *adgifted* 1w', 'lsgmakeup 💚🌍💚🌍💚🌍💚🌍  Song - “Peaches” by Justin Bieber & “What’s Luv” remix by @sickickmusic *I do not own the rights to this music!!*  Products: @bperfectcosmetics Carnival Love Tahiti palette @plouise_makeup_academy Blank Canvas eye paint & salty AF eye paint @juviasplace Zulu palette @mulaccosmetics blue eyeliner pen @ofracosmetics Rodeo drive highlighter 1w', 'lsgmakeup 💚🌍💚🌍💚🌍💚🌍  Products: @bperfectcosmetics Carnival Love Tahiti palette @plouise_makeup_academy Blank Canvas eye paint & salty AF eye paint @juviasplace Zulu palette @mulaccosmetics blue eyeliner pen @ofracosmetics Rodeo drive highlighter 2w', 'lsgmakeup My followers draw my eyeliner looks pt.2! Which is your fave?! 🖊  Insp. by @byjeannine 🖤  #makeup#eyeliner#graphicliner#wingedliner#eyelinerlooks#graphiceyeliner#instadaily #explore#featureme 2w', 'beatsbylizzie Legit so excited to be using the NEW Collection from @aboutfacebeauty 💕 It’s so cool to create something for this collection when Halsey and I are both preggers 🤰🏀 (Yes, most of you new guessed correctly in my stories 😂) I’m SO impressed with all the formulas! I especially love that all these products are SO easy to use, which will come in handy when this little boy is born 💕 : : : I’m wearing: -Freaked and Incoming Matte Fluid Eye Paint -Frenzy Light Lock Stick -Light Lock Lip Gloss in It’s not You it’s me : : : #aboutfacebeauty #aboutface #flowermakeup #makeupinspo #makeuplook #70saesthetic #70smakeup #60smakeup #halseymakeup 2d', 'beatsbylizzie Being in the third trimester, I haven’t had a single food craving. Is that weird? I just figured mine would be chocolate (I have a major sweet tooth) or maybe Mexican food, but NOTHING! I’ve had more of an aversion to foods- ordering something from a restaurant and then not being able to eat it 🍽 Im so curious what other people’s cravings have been or are 🤔 I’m still measuring small (no shocker) but at least I didn’t leave my OBGYN crying today 😅 : : : @hudabeautyshop Farah lashes @plouise_makeup_academy Pink Paint Cream @ctilburymakeup Legendary Brows in Taupe, Flawless Filter 01 and color corrector in Fair 01 @anastasiabeverlyhills Luminous Foundation 130N & Blonde Brow Pen @moiracosmetics pretty little thoughts palette @colourpopcosmetics Pretty Fresh concealer and Ghost Gel liner @ardellbeauty Faux Mink Short clusters @milanicosmetics Peach Primer : : : #pinkaesthetic #pastelpink #pinkmakeup #milanicosmetics #colourpopcosmetics #colourpopme #anastasiabeverlyhills #anastasiabrows #charlottetilbury #hudabeauty #makeuplook #makeupinspo #beret #60smakeup #60sstyle 6d', 'beatsbylizzie I LOVE a good liquid glitter eyeshadow like the ones from Maven Beauty! ✨All the sparkle with none of the mess! Maven is sold exclusively at FashionNova.com 💕 Also, I’m bringing back the berets because I forgot how they put together any look 😂MavenBeautyPartner : : I used these Maven Beauty Products: -Super moon Asteroid Tears -Brown Liquid Eyeliner -Define And Medium Blend (for freckles) Basic Beat Eyeshadow Palettes -Buena Maven Lipstick -Draped Up Highlighter : : Earrings from @shosh.and.bird 💕 : : : #mavenbeauty #70sstyle #70saesthetic #orangeaesthetic #graphicliner #70smakeup #60smakeup #twiggymakeup #twiggy #fauxfreckles 1w', 'beatsbylizzie It’s a baby boy💙🤰👼 Pregnancy has been a huge mental and physical struggle for me. As much as I’ve tried to enjoy it, my anxiety has never been higher. The first trimester I dealt with placenta previa, depression, and the baby being under 10% in size. I’m so grateful my previa resolved itself in the second trimester, but it’s still been incredibly stressful knowing that baby is still measuring small... I’ve been told for months, by my OBGYN and perinatal, to gain weight and eat whatever I want plus more of it- which is hard when every organ is crunched together and I’m almost always uncomfortable. I’ve undergone every possible genetic testing and toxicology testing to see why the baby is small. This week, I got all the results back and there’s nothing abnormal. Baby’s just small 🤷\u200d♀️ I’m so unbelievably relieved and finally feel like I can breathe. Its been such a scary and financially taxing 6 months, BUT I’m ready to be able to enjoy the last few months with my baby boy inside my belly! 🤰👼 I realized, when the OBGYN told me it was a boy, that I had been secretly hoping it was a girl... it just makes sense! 😂 But, six months in, I’m excited to have a little boy so I can make sure he knows how to treat and respect women. Also, everyone keeps telling me boys are easier 😂😂 I just hope he looks exactly like his daddy but has my temperament- otherwise, we are in trouble 🙃 : : : @poppicosmetics See You Never palette in “Fuck Off” @morphebrushes White Concealer for the flowers @colourpopcosmetics gel liner in Prance @milanicosmetics Peach Primer @limecrimemakeup Freckle Pen in Amber @anastasiabeverlyhills Soft Brown Brow Pen and Luminous Foundation in 30N @nyxcosmetics Epic Ink Liner and Born To Glow Concealer @makeupbymario Lip Palette @meltcosmetics Blushlight in Cali Dream @ctilburymakeup Contour Wand in Light/Medium, Flawless Filter in 01 and Setting Spray : : : #charlottetilbury #nyxcosmetics #nyx #milanicosmetics #milani #anastasiabeverlyhills #abh #morphebrushes #morphe #colourpopme #colourpop #meltcosmetics #melt #bluemakeup #flowerpower #limecrime #makeuplook #flowermakeup 2w', 'beatsbylizzie A neutral moment 🤎🖤Swipe for a tutorial with no sound 😅 I’ll put it on Reels with some tunes lol. And, this vinyl hat from Topshop is giving me life! : : : @mavenbeauty Black Liquid liner and Asteroid Glitter Eyeshadow and Thrills lipstick @colourpopcosmetics Pretty Fresh concealer and LipLiner in Love Bug 🐛 @anastasiabeverlyhills Soft Brown Brow Wiz, Brow Freeze and Luminous Foundation in 130N @ctilburymakeup Contour Wand in light medium and Flawless filter in 01 @meltcosmetics Golden Ticket Gel Liner and Lynx Blush @makeupbymario Eye Primer and Lip Palette @kimchichicbeauty Freckle Pen @nyxcosmetics Born To Glow in Alabaster and Dewy Setting Spray @baddieblashes in #babydoll @peach_slices Starlit Glow to prime : : : #graphicliner #graphiceyeliner #mavenbeauty #colourpopme #colourpop #anastasiabeverlyhills #meltcosmetics #charlottetilbury #asos #topshop #abh #makeupbymario #editorialmakeup #nudemakeup #redlips #freckles #egirlmakeup #nyxcosmetics #nyx #makeupbymario 2w', 'beatsbylizzie I’ve teamed up with NYX to show you guys that vegan products don’t have to break the bank! NYX has such affordable products that are amazing quality! I love sharing great products with you all and NYX definitely has my seal of approval ✨Swipe for a video 💕# ad : : : I used: -Ultimate Utopia palette -Beach Casual Filler Instinct -Taupe Micro Brow Pencil -Clear Control Freak Eyebrow Gel -Honey Dew Primer -Total Drop Pro in Porcelain -On the Rise Mascara -Epic Ink Liner in Brown : : : #goldeyeshadow #nyxcosmetics #cutcrease #nyxpartner #summermakeup #NYX #makeupinspo #eyeliner #flowerpower #makeupinspiration #makeuplook #60smakeup #70smakeup #nudelips #60shair 3w', 'beatsbylizzie Nose blush is, apparently, cool 💕 I’ll jot down what I remember I used cause pregnancy brain is real 🤷\u200d♀️🤰Oh, and I realized I never formally told everyone I’m pregnant! Me and my fiancé are so happy! He’s shy and doesn’t like pictures taken of himself, so that’s why you may have never seen him on IG 😂 But, we’ve been together for over 4 years ✨ : : : @colourpopcosmetics Pretty Fresh Concealer and Foundation @freck faux freckles @trixiecosmetics Lipstick in Bauble @limecrimemakeup Extra Poppin Cherry Gloss and Redhead brow gel @hauslabs Doll LipLiner @ctilburymakeup Contour Wand @nyxcosmetics Matte Setting Spray and Clear Brow Gel @meltcosmetics Blushlight @milkmakeup Hydro Grip Primer @baddieblashes @anastasiabeverlyhills Iced Out Highlighter : : : #egirl #blush #freckles #hauslabs #abh #limecrime #colourpop #makeupinspo #makeuplook #cutemakeup #blondehair #pinklips #y2k #egirlmakeup #milkmakeup #nyxcosmetics #nyx #colourpopcosmetics 4w', 'beatsbylizzie This wig must have belonged to Miley Cyrus at some point because it could NOT be tamed 😅😝 Sorry, but also not because it’s been hours since I came up with that and I’m still smiling about it 🙃 Totally inspired by @ericaswn 💕💕💕 : : : @meltcosmetics Golden Hour Blushlight @nyxcosmetics Lilac and Yellow Epic Wear Liquid Liners @morphebrushes Voodoo Gel liner and Filter Effect foundation @bhcosmetics Los Angeles Palette in Abbot Kinney @colourpopcosmetics Amethyst Hour Gel Liner & pretty fresh concealer fair 33C @baddieblashes lite @kimchichicbeauty Faux Freckles and Peach Ivory Concealer @anastasiabeverlyhills Iced Out Highlighter and Auburn Brow Wiz @ctilburymakeup Contour Wand and Penelope Pink lipstick @pacificabeauty Stella Gaze mascara and Crystal Dew Setting Spray : : : #morphebrushes #morphebabe #bhcosmetics #nyxcosmetics #flowerpower #flowermakeup #70saesthetic #70s #daphne #meltcosmetics #anastasiabeverlyhills #abh #redhair #makeupinspo #70smakeup #pacificabeauty #colourpopcosmetics 4w', 'beatsbylizzie Wasn’t sure about these colors together but here we are 🤷\u200d♀️ Oh, and my new fav thing is matching my nails to my makeup 😁 : : : @limecrimemakeup Fawn Liquid Liner and Aura Eyeshadow Palette @morphebrushes Filter Foundation in Light 2 @ctilburymakeup Contour Wand in Light/Medium and Setting spray @anastasiabeverlyhills Iced Out Highlighter @makeupbymario lip palette @nyxcosmetics Taupe Brow Pencil @freck faux freckles @kevynaucoin Sensual Skin Primer @ardellbeauty Faux Mink individual lashes : : : #70smakeup #60smakeup #charlottetilbury #anastasiabeverlyhills #nyxcosmetics #limecrime #twiggymakeup #editorialmakeup #morphebrushes #ardelllashes #makeupbymario #makeupinspo 6w', 'tashajuptr ☀️ “embrace” lashes & “shade” gloss: @ytluxuries 1d', 'tashajuptr symphonies in blue, remind me of you.. (leftovers from the other day) 1w', 'tashajuptr come 2 my planet.. nose rings: @shop.seven22 1w', 'tashajuptr love me long time (thanks to nova for the photobomb 😘) nose cuffs: @2tachi 1w', 'tashajuptr tyrese_sweet_lady.mp3 2w', 'tashajuptr she. 2w', 'tashajuptr i know you dream of me.. lashes: @yofavmostwanted “barbie” liner: @brianbeautyofficial nose chain: @vanessaynichols 3w', 'tashajuptr media update: [april 2, 2021] liner: @brianbeautyofficial mascara: @makeuprevolution 5d mascara #zeroretouchrevolution 3w', 'tashajuptr leftovers from yesterday.. here’s to 21.  products used: @makeuprevolution pore perfecting primer @makeuprevolution affinity palette @makeuprevolution 5D mascara #zeroretouchrevolution 3w', 'chaylachaylene pink & blue r so sexy together 🦋🎀 1w', 'chaylachaylene 🤎🐻 1w', 'chaylachaylene ✨💙 2w', 'chaylachaylene 🤍🐄🖤 6w', 'chaylachaylene Feelin blue 💙✨ 8w', 'chaylachaylene Out of alllll of these vday looks, which ones your fave?! 💗 10w', 'chaylachaylene My signature pink look 💗💕 11w', 'chaylachaylene Giving you 🎀doll face🎀 11w', 'chaylachaylene Very simple yet very cute 💗🤍 11w', 'caitssdarling Spring Fling 🌼💜 this purple and yellow combo with a pop of coral orange is giving me serious summer vibes, where’s the beach and cocktails at? 🏖  42/100  Products: #plouisebase in Vivid Violet & #plouise Secret Sinner Palette #abh Iced Out Highlighter & Liquid Lipstick in Spicy* #amazonuk Pressed Flowers #nyxcosmetics Marshmallow Primer & Born to Glow Foundation in Warm Vanilla #annabelleswigs Silver Wig* Items * are ad gifted  #flowermakeup #nyxcosmetics_uk #editorialmakeup #editorialbeauty #editoriallook #avantgardemakeup #highfashionmakeup #muaxdiscover #beautybay #beautybaycom #myartistcommunity #springmakeup #makeupideas #creativemakeup 4h', 'caitssdarling heart eyes for you 😻💙 pastel heart fantasy in today’s look... how gorgeous is my new wig from @wigs_and_co & matching earrings from @thepixiewand 🥺 so stunning 💜  41/100  Key Products #sheencosmetics Pastel Liners in Orchid, French Rose, Peach Puff, Ocean & Mellow* #tattilashes in Faux Me TL4* #makeuprevolution Lip Liner in White Wedding #nyxcosmetics Butter Gloss in Tiramisu Items * are gifted  #graphicliner #graphiceyeliner #pastelmakeup #creativemakeup #uniquemakeup #100daysofmakeup #editorialbeauty #editoriallook #avantgardemakeup #muaxdiscover #nyxcosmetics_uk #v93oo #modelmalay #highfashionmakeup #beautybaycom #revolutionpro 1d', 'caitssdarling 6 looks in 10 seconds, what’s your favourite? 📞  #creativemakeup #100daysofmakeup #makeupinspo #editorialmakeup #runwaymakeup #ravvebeauty #theartistedit #avantgardemakeup #tiktokmakeup #highfashionmakeup #muaxdiscover #uniquemakeup 2d', 'caitssdarling choco swirls 🍫 happy friday everyone, I hope you have a lovely weekend & get to enjoy some sun if it makes an appearance 🤎  39/100  Key Products: #mehronmakeup Paradise Paints #eldorafalseeyelashes B803 Lashes (CAITLIN20 for 20% off) #plouise Read all About It Palette #nyxcosmetics Butter Gloss in Fortune Cookie #annabelleswigs Platinum Wig #graphicliner #graphiceyeliner #100daysofmakeup #avantgardemakeup #avantgardemakeupartist #uniquemakeup #creativemakeup #whitemakeup #makeupinspo #editorialbeauty #highfashionmakeup #theartistedit #v93oo 3d', 'caitssdarling Head in the Clouds Tutorial in 15 seconds 🌈☁️ using the new @xxrevolution XX Cloud Collection 😻  Key Products: #xxrevolution XX Cloud Eyeshadow Palette, Cloud Burst Primer Serum, Cloud Blush in Cirrus & Cloud Highlighter in Haze* #revolutionpro Lipstick in Cashmere #nyxcosmetics Born to Glow Foundation in Warm Vanilla & Concealer in Alabaster, Lip Liner in Nude Beige Items * are ad gifted  #makeuptutorials #rainbowmakeup #colourfuleyeshadow #colorfuleyeshadow #bretmansvanity #makeuprevolution #euphoriamakeup #modelmalay #editorialmakeup #editorialmua #nyxcosmetics_uk #makeuplook 3d', 'caitssdarling Head in the Clouds ☁️🌈 today I used the new @xxrevolution XX Cloud Collection & obsessed is actually an understatement! 😻 I couldn’t decide what colours to use, so I thought I would use as many as possible cos they are all stunning 🌈  38/100  Key Products: #xxrevolution XX Cloud Eyeshadow Palette, Cloud Burst Primer Serum, Cloud Blush in Cirrus & Cloud Highlighter in Haze* #revolutionpro Lipstick in Cashmere #nyxcosmetics Born to Glow Foundation in Warm Vanilla & Concealer in Alabaster, Lip Liner in Nude Beige  Items * are ad gifted  #rainbowmakeup #colourfuleyeshadow #colorfuleyeshadow #bretmansvanity #editorialmakeup #avantgardemakeup #makeuplook #highfashionmakeup #euphoriamakeup #makeuprevolution #nyxcosmetics_uk #modelmalay #theartistedit #v93oo 4d', 'caitssdarling perfect smokey nudes in 20 seconds using @mavenbeauty AD 🤎  I used:  Maven Basic Beat Cream Eyeshadow Base in Alpaca Waterproof Liquid Eyeliner in Brown Maven Basic Beat Eyeshadow Palette in Soft Blend, Medium Blend, Bold Blend & Define Maven Highlighter in Dripped Out Maven Lipstick in Buena  - sold exclusively at FashionNova.com mavenbeautypartner  #mavenbeauty #smokeyeyeshadow #glowyskin #fullglam #nudemakeup #100daysofmakeup #smokeyeye #muaxdiscover #smokeyeye #cutcrease #editorialbeauty 4d', 'caitssdarling a smokey graphic wing & ombré eye using @mavenbeauty AD 🤎  I used:  Maven Basic Beat Cream Eyeshadow Base in Alpaca Waterproof Liquid Eyeliner in Brown Maven Basic Beat Eyeshadow Palette in Soft Blend, Medium Blend, Bold Blend & Define Maven Highlighter in Dripped Out Maven Lipstick in Buena  - sold exclusively at FashionNova.com mavenbeautypartner AD  #mavenbeauty #nudemakeup #nudeeyeshadow #graphiceyeliner #fullglam #glowyskin #smokeyeye #brownmakeup #cutcrease #muaxdiscover #editorialbeauty #100daysofmakeup #makeuplook #makeupinspo #undiscoveredmuas #v93oo #modelmalay #theartistedit 5d', 'caitssdarling a recap of some recent looks in 15 seconds 🌼🤍 what ones your favourite? 🦋  #editorialmakeup #runwaymakeup #highfashionmakeup #editorialmakeup #makeuplooks #editorialmua #springmakeup #summermakeup #colorfulmakeup #graphicliner #100daysofmakeup #makeuptutorial #muaxdiscover #uniquemakeup #mehronmakeup #theartistedit 5d', 'justjadelauren So I turned myself into Sandy from Grease❤️ What do you guys think?🤔  Key Products 👇🏼 @beautybaycom EYN nude palette @thekatvond ‘Outlaw’ lipstick @thekatvond liquid black liner @lolaslashesofficial in the style ‘moonstone’ *products have been gifted* #sandy #grease #hopelesslydevotedtoyou #makeuplooks 1w', 'justjadelauren Purple Rain ☔️  Hair ib: @jennseren Follow @justjadelauren for more 👀  These pics were taken in my bathroom before I decided to climb into the tub for a shoot and ruin this entire makeup, hair and outfit 🥴 Which do you prefer? Filter or no filter? 💜  Key products used⬇️ @barrymcosmetics intrigued eyeshadow @plouise_makeup_academy vivid violet base @beautyblvd real Ronnie liquid lipstick as eyeliner @tatti_lashes TL6 @pinkhoneyuk super hold @__dollbeauty_ like a diamond and shine bright 2w', 'justjadelauren Dojii stop clowning around 🤡💜  Makeup inspired by @greta.mikki and @mmmmitchell  I hope you’ve all had a lovely bank holiday weekend and Easter! Check out the product list for this look on my recent post 👀 #aprilfoolsday #clownmakeup #makeuplooks #clowncheck #undiscoveredmuas 3w', 'justjadelauren Happy 1st April Fools 🤡💜  Inspired by @abbyroberts @greta.mikki @mmmmitchell  Did you pull any pranks today? Follow @justjadelauren for more 👀  Key Products👇🏼 @laroc_cosmetics the artistry book @tatti_lashes TL4 @soulsistercosmetics sis pigment @mehronuk paints @lorealparis true match @barrymcosmetics all night long concealer @yslbeauty foundation stick for contour @pinkhoneyuk super hold  Code ‘LFTFJADEH’ on @lookfantastic website 💜 3w', 'justjadelauren Nudes 🤎🤍  Makeup by @glowbychloegibbons 3w', 'justjadelauren I didn’t realise reels could only be 30 seconds long so head on over to my tiktok to watch the rest of this tutorial and find out how I achieved the milk bath 💜 #godisawoman #purplerain #makeupartist #makeuptutorial #milkbath 4w', 'justjadelauren 𝕲𝖔𝖉 𝖎𝖘 𝖆 𝖜𝖔𝖒𝖆𝖓 💜  Inspired by @arianagrande’s music video in support of @beautyblvd #womenshistorymonth campaign 🙌🏼  Hair and bath ib: @jennseren Edit ib: @ellejamesmakeup  Using @beautyblvd Mattitude Lip Liquid in the shade ‘Real Ronnie’ for eyeliner Mattitude Lip Liquid in the shade ‘Miss Serenity’ on the lips and cheeks Diamond Ligloss in the shade ‘Adorn’  Shop all products using ‘JADE’ for 20% off! #beautyblvd #internationalwomensday #bossbabe #godisawoman #arianagrande #femaleempowerment 5w', 'justjadelauren 🧚🏼 𝔏𝔢𝔭𝔯𝔢𝔠𝔥𝔞𝔲𝔫 🧚🏼\u200d♀️  Makeup inspired by @aphitenza ✨  Follow @justjadelauren for more 👀  Here’s some bad b fairy vibes for a St.Patrick’s day makeup look 🍀 I really wish I had coloured hair spray to complete this look but here’s the edited version instead 🥴 Which one do you prefer? 💚  Products used👇🏼 @pinkhoneyuk super hold @primark.beauty emerald kohl pencil @barrymcosmetics hi viz green eye pencil @nycluckychick gold mine liquid eyeshadow @bperfectcosmetics X @staceymariemua XL carnival palette @beautyblvd ysmeina glitter eyeshadow @angellashes_uk 24K pigment @fabulash_cosmeticsx ‘Queen’ lashes cut in half @tatti_lashes X @mmmmitchell bottom lashes @lorealparis true match foundation @yslbeauty foundation stick for cream contour @narsissist soft matte concealer @barrymcosmetics all night long concealer @lagirlcosmetics orange concealer @maybelline life’s a peach blush @__dollbeauty_ highlight @morphebrushes bite me lip pencil @sleekmakeup locked up lip liner @shadesoflondon spiced rum  #kashbeauty #kashgold #keilidhmua 6w', 'justjadelauren Pop of green, keeps ‘um keen 💚  Makeup modelling for the amaze @glowbychloegibbons 😍 7w', 'babenexttdoor ✖️DOTS✖️ Happy Sunday 💖 Ib @beautybypeach :: :: #shapes #graphicliner #pokerdots #editorialblk #editorialmakeup #editorialbeauty #colouredlashes 1d', 'babenexttdoor ✖️FELINE✖️ Graphic liner has been my obsession every since I knew about it , I find it exciting & fun even tho most of the time am not breathing in other to assure a straight line 😅 , i love editorials because they help me see past the norms and also try something new even tho “it might not be aesthetically pleasing for everyone “ and that arts , an impulse of freedom & relief ..... I finally wrote a caption 😅🤭 thank you and thank you again for the love much needed I need to bit open for once I love you all 💖 :: :: Product Oh it giving what it should GAVE! :: Ib; @byjeannine 🏷 🏷🏷🏷 SKIN PREP Rose water ; @mariobedescu Moisturizer ; vegan milk @milkmakeup Primer; hydro grip @milkmakeup Illuminator ; @dannessamyricks in radiance  BASE; Foundation; @maybelline super stay caramel Concealer; @milkmakeup flex Powder; @milkmakeup Blush; @elfcosmetics Highlighter; @icywifeycosmetics foxy brown  Eyes Brows; I used a black shadows from my @morphecosmetics dare 2 create Mascara ; kush by @milkmakeup Liner; @icywifeycosmtics  Lips; @maccosmetics photos Liner; @inglot_cosmetics Gloss; clear gloss :: :: #agraphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #aboutface #studiofam #springmakeup #brightmakeup #colourfulmakeup #studiofam #hydraliner #suvacreatorquest #morphebabe 2d', 'babenexttdoor Okay she’s edgy 🥵 Almost done posting these graphic liner from the reels I made ,bare with me I did 17 looks 🥵 , thank you for the l response to my dm’s am a going little less emotional😅 :: :: Ib @blondetaki :: :: #graphicliner #feline #drappedblusher #editorial 3d', 'babenexttdoor 🐙 🐚🌸 Ib ; @glamxbrit 💝 :: :: 🏷🏷🏷; Eyeshadow ; @ibeautifi_ Cindy pallete Liners @suvabeauty hydra liner Lips @milkmakeup electric lip plumper SKIN PREP Rose water ; @mariobedescu Moisturizer ; vegan milk @milkmakeup Primer; hydro grip @milkmakeup Illuminator ; @dannessamyricks in radiance  BASE; Foundation; @maybelline super stay caramel Concealer; @milkmakeup flex Powder; @milkmakeup Blush; @elfcosmetics Highlighter; @icywifeycosmetics foxy brown  Mascara ; kush by @milkmakeup :: #agraphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #aboutface #studiofam #springmakeup #brightmakeup #colourfulmakeup #studiofam #hydraliner #suvacreatorquest #morphebabe 5d', 'babenexttdoor ✖️FELINE✖️ Am considering bleaching my brows 🤭 and am obsessed with this look! We hit 70k already thank you so much💝⚡️ Giveaway coming soon :: :: #bleachedbrows #graphicliner #feline #editorial #editorialbeauty #runwaymakeup #theartistedit #voguemagazine #darkart #gothic 6d', 'babenexttdoor I really do not have caption lol 💝🙈 Product details would be updated 🌸 #graphicliner #bantuknots #editorialmakeup #beautyeditorial #reels 1w', 'babenexttdoor ✖️RETRO FUTURISM✖️ I tried a different aesthetics with multitalented @stephs_monolids please check her out⚡️⚡️ Ib; @deemakeupart @junobirch Face paint @mehronmamakeup Lashes @icywifeycosmetics pride lashes Hair; @nubiianhair :: :: #retrofuturism #alienmakeup #planether #creativemakeup 1w', 'babenexttdoor ✖️RETRO FUTURISM✖️ Hey guys this look is a collab with the multitalented @stephs_monolids (photos dropping soon) please check her out she’s AMAZE BALLS🥵 Let’s excuse the fact that am acting like am in a Music video 😂😂 anyways I hope you like it I got to try a new aesthetics 😍 product details would be listed in the image post , happy Sunday! My only fans for tutorial would be up by this weekend 💝💝 :: :: Ib @deemakeupart & @junobirch 🦋 :: :: #retrofuturism #alienlife #alienmakeup #junobirch #facepainting #reels 1w', 'babenexttdoor ✖️GLOSSY✖️ Serving you with a little bit of editorial :: :: 🏷 🏷🏷🏷 SKIN PREP Rose water ; @mariobedescu Moisturizer ; vegan milk @milkmakeup Primer; hydro grip @milkmakeup Illuminator ; @dannessamyricks in radiance  BASE; Foundation; @maybelline super stay caramel Concealer; @milkmakeup flex Powder; @milkmakeup Blush; @elfcosmetics Highlighter; trophy wife @fentybeauty Blush @juviasplace  Eyes Shadow @meltcosmetics mixed with clear gloss by @maccosmeticsafrica Mascara ; kush by @milkmakeup  Lips; @milkmakeup electric lip plumper Lip Liner; @drugstore :: :: #glossylids #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #fentybeauty #311makeup #v93oo #aboutface #studiofam #editorialblk #brightmakeup #chocolatemakeup #studiofam #hydraliner #juviasplace #suvacreatorquest #morphebabe #maccosmetics #fingerwaves 1w', 'beatsbydeb Bling BLING💎 __________ I was extremely inspired by the BOMB @jarrytheworst 😍 __________ MAJOR DEETS ⤵️ Hair: @tressesbymvllibu Eyeshadow Base 4 @plouise_makeup_academy Colors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics Acid Reign Base @plouise_makeup_academy Rhinestones @beatsbydebcosmetics Lashes “Flare” @beatsbydebcosmetics Blurring Primer @lauramercier Foundation “Tahoe” @narsissist Concealer 13 @juviasplace Contour “Chocolat” (foundation stick) @blackopalbeauty Translucent Setting Powder @lauramercier Ice Me Out Loose Highlighter @beatsbydebcosmetics Lippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics Bling Hoops @beatsbydebcosmetics Outfit: @shopakira __________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #cutcreasemakeup #cutcrease #lauramercier 2d', 'beatsbydeb my bestie reaction got me hype😍💃🏽*she has never worn a wig before yall, she in love😂* _________ So basically I been wanting to put a wig on her for a few months now 😭 We finally had some time to do this and it turned out BOMBBB😍 Also, im no professional, and nope i dont take clients anymore 😂  Now dont get me wrong, her locs are gorgeous! She is in between retwists so I’m like perfect we throwin on a wig. She’s been natural literally her whole life so a little change is always welcomed and I have straight up created a monster😂👏🏽 baby a baddie and SHE KNOW IT! Before AND After PURRRR💅🏽 Follow her @__special_kay ___________ MAKEUP DEETS⤵️ Wig: @alexisjeanellcollection Got2b Glue @got2b Mousse @shea__moisture Edge Band @mywigclosett Brow Pencil “Ebony” @anastasiabeverlyhills Concealer @beautybakeriemakeup use code “beatsbydeb” Foundation @lancomeofficial Translucent Setting Powder @lauramercier Contour “Zambia” @juviasplace Powder Foundation (contour powder) 420 @fentybeauty Lashes “Bad B” Medium Lash Book @beatsbydebcosmetics Lippie “Spice” Lip Liner @beatsbydebcosmetics Lipstick Palette @anastasiabeverlyhills Gloss “Bubble” @beatsbydebcosmetics Miami Beach Loose Highlighter @beatsbydebcosmetics Song: Come Through @hermusicofficial ___________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #wiginstall #lacefrontwigs #lacewigs #lacefrontal #makeover 3d', 'beatsbydeb as you can see... i like bling 💎 __________ *Disclaimer- YES I WORE MY MASK! I only took it off for 3 minutes, where others weren’t around to snap a few pictures.* MAJOR DEETS ⤵️ Hair: @tressesbymvllibu Eyeshadow Base 4 @plouise_makeup_academy Colors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics Acid Reign Base @plouise_makeup_academy Rhinestones @beatsbydebcosmetics Lashes “Flare” @beatsbydebcosmetics Ice Me Out Loose Highlighter @beatsbydebcosmetics Lippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics Bling Hoops @beatsbydebcosmetics Outfit: @shopakira __________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #wiginstall #lacewigs #shopakira 5d', 'beatsbydeb ICE ME OUT TUH💅🏽💎 ___________ Okay so I was in such a rush doing this look! I wanted to film another talk through, but I was leaving😢 *AHHHH I WAS INSPIRED BY THE BOMB @jarrytheworst *ALSO it didn’t turn our quite how I wanted buttttt it was still alright😅 Anywhooo watch my eyes disappear from how heavy my freakin lids were LAWD😩 __________ MAJOR DEETS ⤵️ Hair: @tressesbymvllibu Eyeshadow Base 4 @plouise_makeup_academy Colors for Dayz Palette COMING SOON👀 @beatsbydebcosmetics Acid Reign Base @plouise_makeup_academy Rhinestones @beatsbydebcosmetics Lashes “Flare” @beatsbydebcosmetics Blurring Primer @lauramercier Foundation “Tahoe” @narsissist Concealer 13 @juviasplace Contour “Chocolat” (foundation stick) @blackopalbeauty Translucent Setting Powder @lauramercier Ice Me Out Loose Highlighter @beatsbydebcosmetics Lippie: Lipstick Palette @anastasiabeverlyhills + “Tan” Lip Liner @beatsbydebcosmetics Bling Hoops @beatsbydebcosmetics Outfit: @shopakira __________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeupdaily #melaninmakeup #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #blackgirlmagic #blackgirlmakeup #rhinestones #cutcreasemakeup #cutcrease #lauramercier 6d', 'beatsbydeb a real life mermaid🧜🏽\u200d♀️ __________ A tutorial coming tomorrow but for now, enjoy this snippet from TikTok😍 Makeup Deets coming on tomorrow’s post! __________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #makeupformelanin #blackmua #blackmakeupartist #wiginstall #lacewigs #lacefrontwigs #lacefrontal 1w', 'beatsbydeb what I’ve been doing in my free time #glasspainting 🧡 ___________ So basically my fam loves anime. Me and my man have been watching a bunch together lately, so for V-day I did this collage of some of our favs! We had a covid-safe vday and cooked together anddd decided to make eachother some art instead of crazy gifts! He was so shocked🥺🥰  It came out sooo dope that my Twin bro @obejays wanted one! I decided to do it for our 22nd bday, butttt I kept procrastinating 🤣 FINALLY finished it a few days ago... a month late but better than never💀 So glad he loved it!  Do things that make you happy love! My two favorite boys are special and I thought this would be so relaxing and fun, which it was😁👏🏽 Have been super unmotivated lately so surround yourselves with ppl you love💓 _____________ #beatsbydeb #anime #blackmuas #blackmakeupartist #blackmua #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #animeart #animeglasspainting 1w', 'beatsbydeb sunset goddess🍊🌻🌅 ____________ WOW! Such an overwhelming response from yesterday’s swipe over talk through tutorial 🧡 Thank you all for the love like sheeeshhh! Over 700 comments in 24 hours is AMAZING! Love y’all new look otw👀 ____________ MAKEUP DEETS: Eyeshadow Base 3 @plouise_makeup_academy Eyeshadow Palette COMING SOON 👀 @beatsbydebcosmetics Makeup Wipes @glamlite Blank Canvas Base @plouise_makeup_academy Cut Crease Brush @beatsbydebcosmetics Rhinestones @beatsbydebcosmetics Everything Glue @beatsbydebcosmetics Lashes “Flare” @beatsbydebcosmetics Mascara @hudabeauty Mattifying Primer @fentybeauty Foundation @hudabeauty Concealer “Tan Sand” @tartecosmetics Setting Powder @beautybakeriemakeup Blush (eyeshadow ^^^) Lippie: “Spice” Liner @beatsbydebcosmetics “Milk Chocolate” Liquid Lipstick @beatsbydebcosmetics Gloss Bomb Cream @fentybeauty Miami Beach Loose Highlighter @beatsbydebcosmetics Custom Wig @mywigclosett ____________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #blackgirlmakeup #blackgirlmagic #makeupformelanin #melaninqueen #sunsetmakeup #hudabeauty #fentybeauty #fentyglossbomb #blackmua #blackmakeupartist 1w', 'beatsbydeb no music, no fancy transitions... a real TALK THROUGH TUTORIAL👏🏽 #swipe ___________ I am SO glad excited to post this! I’ve been wanting to post this type of tutorial for soooo long👏🏽 Please please COMMENT YOUR THOUGHTS! I would really love to know how you all like this..? I loveeee talking as you can see🤣 Lmk how you like this look! I loved it😩😍 It’s time to start filming again👏🏽 ____________ MAKEUP DEETS (slide by slide): Eyeshadow Base 3 @plouise_makeup_academy Eyeshadow Palette COMING SOON 👀 @beatsbydebcosmetics Makeup Wipes @glamlite Blank Canvas Base @plouise_makeup_academy Cut Crease Brush @beatsbydebcosmetics Rhinestones @beatsbydebcosmetics Everything Glue @beatsbydebcosmetics Lashes “Flare” @beatsbydebcosmetics Mascara @hudabeauty Mattifying Primer @fentybeauty Foundation @hudabeauty Concealer “Tan Sand” @tartecosmetics Setting Powder @beautybakeriemakeup Blush (eyeshadow ^^^) Lippie: “Spice” Liner @beatsbydebcosmetics “Milk Chocolate” Liquid Lipstick @beatsbydebcosmetics Gloss Bomb Cream @fentybeauty Miami Beach Loose Highlighter @beatsbydebcosmetics Custom Wig @mywigclosett ____________ #beatsbydeb #beatsbydebcosmetics #melaninmagic #melaninmakeup #melaninmakeupdaily #makeupforblackwomen #blackgirlmakeup #blackgirlmagic #makeupformelanin #melaninqueen #sunsetmakeup #hudabeauty #fentybeauty #fentyglossbomb #blackmua #blackmakeupartist 1w', 'beatsbydeb this hair got me feelin like SPRING HERSELF 🌻🍊 ___________ Custom Wig @mywigclosett Lace Glue @hairsofab Glue Spray @got2b LOOK COMING TOMORROW! ___________ #beatsbydeb #beatsbydebcosmetics #wiginstall #lacefrontwigs #melaninmagic #melaninmakeup #wigsforblackwomen #melaninpoppin #makeupforblackwomen #blackgirlmagic #blackgirl #blackgirlmakeup #blackmakeupartist #lacewigs 2w', 'iamkaylabeauty “Flower child, beautiful child I’m in your zone” 🌸🌺🌹🌷💐✨  Spring time collab with my boo boo @shawtycynthia_makeup !! Loved doing this with her!! Be sure to follow and show her support guys!! 🌷💕💐🌹✨  Product Details: Ponytail from @insertnamehere style “Shayla”  Nose cuffs from @dasannispeakswirejewelry styles “Eden” & “Badu”  Nails from @nefertariinails  Chain from @sheinofficial  All flowers from @dollartree  Brows: @colourpopcosmetics Feather Effect Brow Wax @mavenbeauty liquid liner “Brown”  Eyes: @juviasplace Eye Primer “Shade 1” @morphebrushes 35XO palette shade “Come Here Often” @colourpopcosmetics “Uh-Huh Honey” palette shade “Sweet Pot” @glamourvault Sun Sign loose pigment (Use code “Kaylabeauty15” for $$ off!)  Lashes: @shoplustingambition lash trio @milkmakeup Kush mascara  Base: @milkmakeup Hydro Grip Primer @hudabeautyshop #fauxfilterfoundation shade “Cinnamon” @colourpopcosmetics No Filter Concealer shade “Medium Dark 36” @shapeshiftcosmetics Stardust Setting Powder shade “Cool Caramel” @fruitscosmetics loose pigment shade #8 @beatsbydebcosmetics loose highlighter “Miami Beach”  Lips: @maybelline Smokey Gel Liner “Smokey Brown” @pop_beauty Permanent Pout Liquid Lip Colour “Butter Babe” ••••••••••••••••••••••••••••• #springtimemakeup #springtime #flowerpower #flowers #makeupforblackwomen #barbs #makeupcollab #bejewelednails #highponytail #melaninmakeup #melaninbeautiesunite #uniquemakeup #advantegarde #springglam #milkmakeup #boldmakeup #eazedrop @fentybeauty #hudabeauty #hudaboss #fentybeauty 4h', 'iamkaylabeauty ⚔️💕  Question: y’all getting super villain or super hero vibes from this? I’m def getting super villain 😩 and I’m okay with it! What would my super hero/villain name be? 🤔  Product Details: Brows: @mavenbeauty liquid liner: “Brown”  Eyes: @nyxcosmetics Epic Wear Waterproof Eye & Body liquid liners: “Silver Metal” @nyxcosmetics Liquid Ink Liner “Black” @nyxcosmetics Epic Wear Pencil “Pink Spirit”  Lashes: @beatsbydebcosmetics style “Deb”  Base: @milkmakeup hydrogrip primer @fentybeauty Eaze Drops: “18” @colourpopcosmetics No Filter Concealer: “Medium Dark 36” @shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel” @onesize Turn Up The Base Versatility power “Dark 4” @fruitscosmetics loose pigment: “8” @beatsbydebcosmetics loose highlighting powder: “Ice Me Out”  Lips: @maybelline Smokey Gel Pencil “Smokey Brown” ••••••••••••••••••••••••••••• #nyxcosmeticspartner #makeitepic #liquidliner #graphicliner #supportblackbeauty #makeupforblackwomen #goldhoops #blackhair #volumelashes #wispielashes #symmetrical #symmetry #extramakeup #selfcare #glam #symmetry #advantgarde #silverjewelry #makeupforever #makeupforblackwomen @nyxcosmetics @milkmakeup #eazedrop 1d', 'iamkaylabeauty Midas Touch ⚱️✨  Midas touch ⚱️✨  Looks inspired by @e.bmakeupxx ✨  Product Details: Hair from @sdamey_humanhair  Nails from @theenailbeautyco  Nose Cuffs from the @dasannispeakswirejewelry x @iamkaylabeauty Diamond Collection styles “MAJESTY” and “DEA” (USE MY CODE “KAYLABEAUTY10” FOR $$ OFF!)  Earrings from @forever21  Rings from @sheinofficial  Brows: @kvdbeauty 24 hour super brow pomade: “Bleached” @colourpopcosmetics Feather Effect Brow Wax: “Clear”  Eyes: @juviasplace eye primer: “Shade 1” @shanel_cosmetics The Carnival Palette @thebeautybar.cosmetics “Champagne Mami” and “Koffee” Gold flakes from @amazon @maybelline Smokey Gel pencil “Smokey Black”  Lashes: @shoplustingambition lash trio (last lash) @makeupamurder Evidence Marker Lashes: “5” (cut up as bottom lashes) (USE MY CODE “Kaylabeauty” FOR $$ OFF!)  Base: @hudabeautyshop #fauxfilterfoundation: “Cinnamon” @colourpopcosmetics No Filter Concealer “Medium Dark 36” @juviasplace eye primer “Shade 1” @shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel” @dkybeauty_ loose powder “#5” @onesize Turn Up The Base Versatility Powder: “Dark 4” @fruitscosmetics loose pigment: “#8” @beatsbydebcosmetics loose powder highlighter: “Ice Me Out”  Lips: @ilmakiage Long Wear Eye Pencil - “Batman” @hudabeautyshop Matte Lipstick “El Cinco De Mayo” ••••••••••••••••••••••••••••• #makeupcollab #supportblackbeauty #supportblackownedbusinesses #makeupforblackwomen #advantgarde #royalty #blackroyalty #midastouch #redlipstick #hudabeautyshop #royaltynails #golddrip #queen #blackqueen👑 #bleachedbrows #nosecuffs #nosechains #majesty #blackroyals #crown #goldcrown #theshaderoom #goldmakeup @theshaderoom 4d', 'iamkaylabeauty Midas touch ⚱️✨  Royalty nail collab with @riostellaa (King of the Darkness), and @theequeen_kee (Queen of Candy Land). Make sure to show their posts love y’all! Nails by @theenailbeautyco ✨🏆  Looks inspired by @e.bmakeupxx 😍  Product Details: Hair from @sdamey_humanhair  Nails from @theenailbeautyco  Nose Cuffs from the @dasannispeakswirejewelry x @iamkaylabeauty Diamond Collection styles “MAJESTY” and “DEA” (USE MY CODE “KAYLABEAUTY10” FOR $$ OFF!)  Earrings from @forever21  Rings from @sheinofficial  Brows: @kvdbeauty 24 hour super brow pomade: “Bleached” @colourpopcosmetics Feather Effect Brow Wax: “Clear”  Eyes: @juviasplace eye primer: “Shade 1” @shanel_cosmetics The Carnival Palette @thebeautybar.cosmetics “Champagne Mami” and “Koffee” Gold flakes from @amazon @maybelline Smokey Gel pencil “Smokey Black”  Lashes: @shoplustingambition lash trio (last lash) @makeupamurder Evidence Marker Lashes: “5” (cut up as bottom lashes) (USE MY CODE “Kaylabeauty” FOR $$ OFF!)  Base: @hudabeautyshop #fauxfilterfoundation: “Cinnamon” @colourpopcosmetics No Filter Concealer “Medium Dark 36” @juviasplace eye primer “Shade 1” @shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel” @dkybeauty_ loose powder “#5” @onesize Turn Up The Base Versatility Powder: “Dark 4” @fruitscosmetics loose pigment: “#8” @beatsbydebcosmetics loose powder highlighter: “Ice Me Out”  Lips: @ilmakiage Long Wear Eye Pencil - “Batman” @hudabeautyshop Matte Lipstick “El Cinco De Mayo” ••••••••••••••••••••••••••••• #makeupcollab #supportblackbeauty #supportblackownedbusinesses #makeupforblackwomen #advantgarde #royalty #blackroyalty #midastouch #redlipstick #hudabeautyshop #royaltynails #golddrip #queen #blackqueen👑 #bleachedbrows #nosecuffs #nosechains #majesty #blackroyals #crown #goldcrown #theshaderoom #goldmakeup @theshaderoom 5d', 'iamkaylabeauty Graphic Liners for the win! 🙏🏾😍  Did this look a while back and I’m OBSESSED with it! I use the new @nyxcosmetics Epic Wear liners to achieve this look! They’re easy to apply, pigmented, and waterproof? 😍✨  Product Details: Brows: @mavenbeauty liquid liner: “Brown”  Eyes: @nyxcosmetics Epic Wear Waterproof Eye & Body liquid liners: “Fuchsia” & “Teal”  Lashes: @beatsbydebcosmetics style “Deb”  Base: @milkmakeup hydrogrip primer @fentybeauty Eaze Drops: “18” @colourpopcosmetics No Filter Concealer: “Medium Dark 36” @shapeshiftcosmetics Stardust Setting Powder: “Cool Caramel” @onesize Turn Up The Base Versatility power “Dark 4” @fruitscosmetics loose pigment: “8” @beatsbydebcosmetics loose highlighting powder: “Ice Me Out”  Lips: @maybelline Smokey Gel Pencil “Smokey Brown” ••••••••••••••••••••••••••••• #nyxcosmeticspartner #makeitepic #liquidliner #graphicliner #supportblackbeauty #makeupforblackwomen #goldhoops #blackhair #volumelashes #wispielashes 6d', 'iamkaylabeauty Mint Condition ❄️✨  Happy Monday babes! This the new color I post on my story 😍 do y’all like? Details will be on my story shortly!  Product Details:  Wig details will be posted on my stories soon!  Nose cuffs from @dasannispeakswirejewelry styles “Zariah” and “Infinite” use my code “Kaylabeauty10” for $$ off!  Necklace from @sheinofficial  Brows: @colourpopcosmetics Feather Effect Brow Wax: “Clear”  Eyes: @makeupamurder Burner Phone palette: “OMG” @morphebrushes x @nikitadragun palette: “Nasty” @makeupamurder Pastel Poison Neon Pigments - Pastel Green @nyxcosmetics Epic Wear “Blue Trip”  Lashes: @shoplustingambition lash trio (top row)  Base: @hudabeautyshop #fauxfilterfoundation: “Cinnamon” @colourpopcosmetics No Filter Concealer: “Medium Dark 36” @juviasplace Eye Primer: “Shade 1” @colourpopcosmetics No Filter Setting Powder: “Translucent Caramel” @onesize Turn Up The Base Versatility Powder: “Dark 4” @fruitscosmetics loose pigment: “8” @beatsbydebcosmetics loose highlighting powder: “Ice Me Out”  Lips: @maybelline Tattoo Studio Smokey Gel Pencil: “Smokey Brown” ••••••••••••••••••••••••••••• #mintgreenhair #lightbluehair #syntheticwigs #makeupforblackwomen #baddiebeat #slay #supportblackbeauty #melaninpoppin #makeupamurder #hudabeauty #anastasiabeverlyhills #orangeblush #nosecuffs #blindinghighlight #overlinedlips #goldjewelry #simplebeat #30mmlashes 1w', 'iamkaylabeauty How to: Wallet Friendly Brows  Hey guys! Here’s a little video comparing my new brow routine to my old routine! I achieve bomb, AFFORDABLE fluffy brows using @colourpopcosmetics new Feather Effect Brow Wax in “Clear” and their Boss Brow Pencil in “Soft Black”  I’ll be posting a more in-depth tutorial soon! ____________________________ #colourpopmeblack #colourpopambassador #colourpopcosmetics #brows #fluffybrows #bushybrow 1w', 'iamkaylabeauty Oh you fancy, huh? 💅🏾💇🏾\u200d♀️🙆🏾\u200d♀️💚✨  Cut crease inspired by @itskaijasmine  Liner detail was inspired by a look I saw months ago. I don’t remember who created the look but she bodied it!! Tag her recognize the style please!  Head Scarf: @izayla_  Hair from @sdamey_humanhair  Nose cuffs from @dasannispeakswirejewelry styles “Eden” & “Lacey Lace”  Nails from @rondasplace  Necklace from @shopkweensessentials  Brows: @colourpopcosmetics Feather Effect Brow Wax “Clear” @kvdbeauty 24 Super Brow Pomade “Bleached”  Eyes: @juviasplace eye primer “Shade 2” @morphebrushes x @nikitadragun Palette @shanel_cosmetics Carnival Palette (Use code “Kaylabeauty10” for $$ off!) @shanel_cosmetics x @iamkaylabeauty Melaliner palette (DROPPING SOON!!) @suvabeauty “Grease” hydra liner @maybelline Smokey Gel Pencil “Smokey Black” @ilmakiage Long Wear Eye Pencil “Batman”  Lashes: @diamond_luxxe_exxtensions lashes style “Keke” Bottom lashes: @icywifeycosmetics “ Diva” lashes  Base: @milkmakeup hydro grip primer @fentybeauty Eaze Drops shade “18” @milkmakeup Flex Concealer “Caramel” @colourpopcosmetics No Filter Concealer - “Medium Dark 36” + “Deep Dark 36” @shapeshiftcosmetics Stardust Setting Powder “Cool Caramel” @fruitscosmetics loose pigment “8” (Use my code “Kaylabeauty” for $$ off!) @beatsbydebcosmetics “Miami Beach” loose highlighter  Lips: @ilmakiage Long Wear Eye Pencil “Batman” ••••••••••••••••••••••••••••• #blackavante #blackavantegarde #avantgardemakeup #graphicliner #supportblackbeauty #hoodcouture #couture #blackgirlmagic #blackgirlsinluxury #luxury #expensivetaste #fentybeauty #eazedrops #glowyskin #headscarf #extraglam #colourpopambassador #blingnails #extranails #babyhairs #bejeweled #makeupforblackwomen #flawlessbase #goldjewelry 1w', 'iamkaylabeauty Hood Couture 🖤🔫✨  This look was so fun to create 😩✨kinda made me love make up@even more  Cut crease inspired by @itskaijasmine  Liner detail was inspired by a look I saw months ago. I don’t remember who created the look but she bodied it!! Tag her recognize the style please!  Head Scarf: @izayla_  Hair from @  Nose cuffs from @dasannispeakswirejewelry styles “Eden” & “Lacey Lace”  Nails from @rondasplace  Necklace from @shopkweensessentials  Brows: @colourpopcosmetics Feather Effect Brow Wax “Clear” @kvdbeauty 24 Super Brow Pomade “Bleached”  Eyes: @juviasplace eye primer “Shade 2” @morphebrushes x @nikitadragun Palette @shanel_cosmetics Carnival Palette (Use code “Kaylabeauty10” for $$ off!) @shanel_cosmetics x @iamkaylabeauty Melaliner palette (DROPPING SOON!!) @suvabeauty “Grease” hydra liner @maybelline Smokey Gel Pencil “Smokey Black” @ilmakiage Long Wear Eye Pencil “Batman”  Lashes: @diamond_luxxe_exxtensions lashes style “Keke” Bottom lashes: @icywifeycosmetics “ Diva” lashes  Base: @milkmakeup hydro grip primer @fentybeauty Eaze Drops shade “18” @milkmakeup Flex Concealer “Caramel” @colourpopcosmetics No Filter Concealer - “Medium Dark 36” + “Deep Dark 36” @shapeshiftcosmetics Stardust Setting Powder “Cool Caramel” @fruitscosmetics loose pigment “8” (Use my code “Kaylabeauty” for $$ off!) @beatsbydebcosmetics “Miami Beach” loose highlighter  Lips: @ilmakiage Long Wear Eye Pencil “Batman” ••••••••••••••••••••••••••••• #blackavante #blackavantegarde #avantgardemakeup #graphicliner #supportblackbeauty #hoodcouture #couture #blackgirlmagic #blackgirlsinluxury #luxury #expensivetaste #fentybeauty #eazedrops #glowyskin #headscarf #extraglam #colourpopambassador #blingnails #extranails #babyhairs #bejeweled #makeupforblackwomen #flawlessbase #goldjewelry 1w', 'raggedyroyal sun·set /ˈsənˌset/ noun the time in the evening when the sun disappears or daylight fades. EYES: @samplebeauty The Equalizer Palette: Volume II @myalibeauty Yasmin Palette @colouredraine Juicy Boost Palette @beautybaycom Liquid Crystal Eyeshadow in Censer @colourpopcosmetics Volumizing Mascara in Yellow Goodbye WATERLINE: @nyxcosmetics Jumbo Eye Pencil in Milk BROWS: @maybelline Brow Ultra Slim in 262 Black Brown LIPS: @beautybaycom Lipstick in Freckle @lauramercier Lip Glace in Bare Beige @maccosmetics Lipgloss FACE: @lauramercier Pure Canvas Primer in Perfecting @zoevacosmetics Liquid Light Drops in Rose Golden @lauramercier Tinted Moisturizer in Tawny @makeupforever Matte Velvet Skin Foundation in Y425 @makeupforever Matte Velvet Skin Concealer in 3.6 @lacolorscosmetics Ultimate Cover Concealer in Natural @opvbeauty Contour Kit Cream Base - Chelsea @lauramercier Translucent Loose Setting Powder #makeuprecreation #makeupevolution #sunseteyeshadow #halfcutcrease #halfcutcreaselook #sunsetmakeup #sunsetmakeuplook #hypnaughtymakeup #makeupintense #undiscoveredmuas #wakeupandmakeup #wakeupandmakeup💄 #purpleeyeshadow #orangeyeshadow #haloeyeshadow #colouredraine #samplebeauty #myalibeauty #colourpopcosmetics #maybelline #beautybay #maclipglass #lauramercier #opvbeauty #makeupforever #lauramercier #lacolorscosmetics 1d', 'raggedyroyal Happy 1 Year Anniversary to the butterfly look! I was looking at my nails and just knew I had to do a pastel ver·sion /ˈvərZHən/ noun 1. a particular form of something differing in certain respects from an earlier form or other forms of the same type of thing. EYES: @samplebeauty The Painter’s Palette @madebymitchell Head In The Cloud Palette LINERS: White: @cutcreaser x @bymelolops Water Ink in 3000 Purple: @bymelolops Water Inks in Ultraviolet, Atomic, 3000, Point Break (use code LAUREN5 for $$$ off) WATERLINE: @nyxcosmetics Jumbo Eye Pencil in Milk BROWS: @milanicosmetics Weekend Brow FACE: @zoevabeauty Liquid Light Drops in Rose Golden @lauramercier Pure Canvas Primer in Perfecting @neutrogena Skin Clearing Makeup in 85 Honey @narsissist Radiant Creamy Concealers in Light 1, Medium 1, Dark 1 @lauramercier Translucent Loose Setting Powder 4d', 'raggedyroyal LIVE - 4/20  PART ONE -1 year anniversary of the Butterfly Eye tutorial -Why is Youtube so boring these days -Combing my hair 👎🏼 Covering it in clips 👍🏼 -How I overline my lips -Hoops from @nordstromrack -Piercings I would/ wouldn’t get -Anderson Paak’s got some powerful chompers -Me and Maxie’s potential tongue piercing plans -WHY CORK WEDGES ARE AN ABOMINATION -Buy Lauren a charger challenge!!!! 5d', 'raggedyroyal cur·vi·lin·e·ar /ˌkərvəˈlinēər/ adjective contained by or consisting of a curved line or lines. EYES: @jaclynhill x @morphebrushes Palette @colourpopcosmetics Stone Cold Fox Palette @loraccosmetics Pro Palette Noir @bymelolops x @cutcreaser Water Ink in 3000 (use code LAUREN5 for $$ off) @elfcosmetics Expert Liquid Eyeliner in Jet Black BROWS: @maybelline Brow Ultra Slim in 262 Black Brown LIPS: @abonicosmetics Liquid Lipstick in Killer Queen #cutcreasetutorial #abonicosmetics #loraccosmetics #loracpropalette #maybelline #maybellinebrow #elfcosmetics #bymelolops #jaclynhillpalette #morphebrushes #doublecutcrease #wingedliner #wingedeyeliner #browncutcrease 6d', 'raggedyroyal heif·er /ˈhefər/ noun a young female cow that has not borne a calf. INSPIRED BY @JUDASTAPE song by @preciousxmusic EYES: @morphebrushes x @jaclynhill Palette @madebymitchell Head In The Clouds Palette LINER: @elfcosmetics Expert Liquid Eyeliner in Jet Black WATERLINE: @nyxcosmetics Jumbo Eye Pencil in Milk @playinginmakeupbyyolondo @beatsbydeb The Beat Down Palette (shade: Mean Girl) FACE: @zoevabeauty Liquid Light Drops in Rose Golden @lauramercier Pure Canvas Primer in Perfecting @lauramercier Tinted Moisturizer in 4W1 Tawny @makeupforever Matte Velvet Skin Foundation in Y425 @makeupforever Matte Velvet Concealer in 3.6 @lauramercier Translucent Loose Setting Powder LIPS: @sc Cream Lip Stain in @abonicosmetics Liquid Lipstick in Killer Queen @beautybaycom Lipstick in Freckle @maccosmetics Lip Glass #makeuprecreation #judastape ##cowprint #cowprinteyeshadow #cowmakeup #jaclynhillpalette #morphebrushes #morphe #morphebabe #beautybay #maccosmetics #maclipglass #lauramercier #wakeupandmakeup #hypnaughtymakeup #sesbeauty #makeupintense #elfcosmetics #facechart #makeupface #fauxfreckles #wingedliner #tiktok #abonicosmetics #sc #liquidliner 1w', 'raggedyroyal scour /ˈskou(ə)r/ verb clean or brighten the surface of (something) by rubbing it hard, typically with an abrasive or detergent. INGREDIENTS: dish detergent, hand soap, rubbing alcohol, water, cleaning gloves! #makeupbrushes #cleaningbrushes #cleaningbrush #howtobeauty #makeupbrushcleaner #makeupbrushcleaning #makeuphacks 1w', 'raggedyroyal re·vamp /rēˈvamp/ Verb give new and improved form, structure, or appearance to. noun /ˈrēˌvamp/ an act of improving the form, structure, or appearance of something. #makeupevolution #makeupvideos #oldvsnew #wakeupandmakeup #wakeupandmakeup💄 #rainboweyeshadow #rainboweyeshadowlook #rainbowcutcrease #makeupfordays #undiscoveredmuas 1w', 'raggedyroyal I love looking at other people’s photo dumps so I finally did one. I call it me and Maxie a la Brooklyn Boat. Yes yes very ba·roque /bəˈrōk/ adjective highly ornate and extravagant in style. 1w', 'raggedyroyal This look was giving me very party punch. Very much soi·rée /swäˈrā/ noun an evening party or gathering, typically in a private house, for conversation or music. BROWS: @lorealparis Brow Stylist Definer in Dark Brunette @glossier Boy Brow EYESHADOW: @samplebeauty The Painter’s Palette @beatsbydeb The Beat Down Eyeshadow Palette EYELINER: @kvdveganbeauty Tattoo Eyeliner @cutcreaser x @bymelolops Water Ink in Gauntlet (use code LAUREN5 for $ off) WATERLINE: @nyxcosmetics Jumbo Eye Pencil in Milk LIPS: @colouredraine Liquid Lipstick in Truffle Raine (use code LAUREN for $ off) @kvdveganbeauty Everlasting Liquid Lipstick @colourpopcosmetics Ultra Glossy Lip in Always Sunny FACE: @makeupforever Matte Velvet Skin Foundation in Y425 @makeupforever Matte Velvet Concealer in 3.6 @lacolorscosmetics Ultimate Cover Concealer in Wheat @milkmakeup Matte Bronzer Stick in Blaze @glossier NiteShine Highlighter Concentrate in Pale Pearl @lauramercier Translucent Loose Setting Powder • #madebymitchell #coloredliner #glossier #colouredraine #purplelips #colorfulcutcrease #bymelolops #mmmmitchell #colouredraine #lorealparis #tiktorial 2w', 'cutcreaser if u saw this the first time and interacted with it i love u — inspired by @esantoinette’s star twinkle uni-liner ahhh i was obsessed with it for a while and i finally got around to recreating it with a green twist!  SONG: kiss me and cream more by @theofficialamorphous (its a mashup of kiss me more by doja and sza and peaches and cream by 112)  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 i used my brush collab with @bymelolops for this look!! @cutcreaser x @bymelolops 3000 water ink @glamvicecosmetics key lime  LASHES ARE FROM @eldorafalseeylashes in b802  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063\u2063 𝐁𝐀𝐒𝐄: @glowbyauric glow lust in pyrite and citrine mixed with @milkmakeup sunshine skin tint in golden honey 𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder\u2063\u2063\u2063\u2063 𝐁𝐑𝐎𝐍𝐙𝐄𝐑 (+highlight): @milkmakeup baked bronzer (cream bronzer first then powder!)+ @midascosmetics_ x @neonmua noon palette (i also used the highlight in this palette only on my nose  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 𝐆𝐋𝐎𝐒𝐒: clear gloss mixed with @milkmakeup electric lip plumper (the pink one)  #graphicmakeup #rainbowmakeup #glamvice #cutcreaserxbymelolops #glistencosmetics #graphicliner #simplemakeup #studiofam #colourpop #theartistedit #v93oo #delineadores #pastelmakeup 2d', 'cutcreaser i learned this trick from @naezrahlooks 📣and everyone always asks me how i minimize cracking and crumbling when working with water activated paints especially white ones! more details below. u can use this with any color that cracks a bunch! (this look is inspired by valkyrie’s war paint in sakaar from thor ragnarok lol)  song: kiss me more by @dojacat and @sza  products used: @duoadhesive lash glue with vitamin e  (i love this one because it goes on kinda clear instead of white like the regular one and i feel like this one adheres better! apply this when ur making ur liner shape for an outline AND so it minimizes cracking)  @cutcreaser x @bymelolops “3000” water ink (SHAMELESS PLUG LOL) i also used my C2 brush for this look 💙  (white liquid liners are always difficult to work with because of the cracking and stuff but white water activated liners/paints work so much better than those. they still crack a bit but thats because the white pigment is so bright! pastels and light colored water activated paints crumble like this too)  hope this helps! and tag @naezrahlooks and me if you end up using it! 5d', 'cutcreaser not makeup but i was bored and decided to try out @groovy_mal’s 70’s hairstyle from tiktok and i was SHOOK omg  recently cut my hair and ive always wanted farrah fawcett’s style of hair and omg this is super close to that. i love this era of style its so cute!! would yall try this hairstyle? 😎💙 i was SHOOK from the results like wow.  here are the steps i did in case anyone wants to try:  1. start with dry hair of course but straightened or blown out! 2. start from the bottom and curl outwards and upwards with a flat iron 3. work your way to the top and curl your face framing layers outwards and the top of the head upwards 4. best part!! brush it outwards and upwards 5. swing your hair back and forth maybe two or three times? 6. style it to ur liking i guess LOL it looked so cool after i fluffed it up with my hands 7. gag about it like i did  ⚡️⚡️⚡️⚡️ 1w', 'cutcreaser AD | SOOO excited to partner with @elfcosmetics and @magiclinks today to show off how my skin looks in the new Camo CC Cream! this CC cream is so hydrating and full coverage. definitely going to be a new go-to foundation. what i love most about this product is the fact that it not only covers but protects my skin: since it’s formulated with SPF 30! and I love their Lash It Loud Mascara to lengthen my lower lashes for minimal looks like this! i dont think i’ll ever get tired of mint eyeshadow. head to my story for the links to these products!  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 *ALL E.L.F PRODUCTS* - Lash It Loud Mascara - Jen Atkin Zero Effort Liner in Brown To Earth - Chocolate Mint Melt Eyeshadow  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063 - Camo CC Cream - Hydrating Camo Concealer - Jelly Highlighter - Monochromatic Multi-stick  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 Lip Lacquer in Clear  #elfcosmetics #elfingamazing #magiclinks #eyeslipsface #minteyeshadow 1w', 'cutcreaser winx makeup look compilation 🧚 in order: bloom, aisha, flora, musa, stella and tecna @fatenetflix @winxclub  this series took a lot out of me for some reason. but it took me out of a creative funk that i was in. im happy that yall enjoyed it though it means so much to me!!!! big shout out to some of my inspirations for this series: @raggedyroyal @maytahmi  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802 + b804 𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics wet liners (all details on their individual posts) using my @cutcreaser x @bymelolops brushes 𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063 𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: a mix of pastel eyeshadows + @colourpopcosmetics fade into hue palette  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063 𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!) 𝐁𝐀𝐒𝐄: @patmcgrathreal skin fetish foundation in medium 17 + @rarebeauty concealer in 280 // @deciem the ordinary serum foundation 𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 𝐋𝐈𝐏: @milanicosmetics hot cocoa and toffee lip liners and clear gloss + @patmcgrathreal lust glosses  #liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup #pastelmakeup #winx #winxfate #winxclub #fairymakeup #fairy 2w', 'cutcreaser mint chocolate chip makeup yummm 🤎🧼  colors inspired by @lenkalul :’) song: yo voy by zion y lennox ft daddy yankee  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802 𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics gateau split liner using my @cutcreaser x @bymelolops brushes 𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063 𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: a mix of pastel eyeshadows but mostly @hudabeautyshop pastel mint obsessions palette  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063 𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: @blackgirlsunscreen spf30 (SUPPORT BLACK BUSINESSES HELLO!!) 𝐁𝐀𝐒𝐄: @patmcgrathreal skin fetish foundation in medium 17 + @rarebeauty concealer in 280 𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 𝐋𝐈𝐏: @milanicosmetics hot cocoa and toffee lip liners and clear gloss  #liner #sharplines #graphicliner #glistencosmetics #studiofam #theartistedit #editorialmakeup #delineadores #patmcgrath #avantgardemakeup #pastelmakeup #mintmakeup #minteyeshadow #browneyeliner #rarebeauty 2w', 'cutcreaser WINX - part 6: tecna 💚💜 (sorry for the repost lol)  FINALLY THE LAST WINX LOOK IM SO OVER THIS SERIES LMAO BUT THANK YOU ALL FOR UR SUPPORT ON EACH LOOK. when i was doing this look i suddenly got the worst case of allergies from having the window open and i thought i was over LMAOOO so this look didnt reach its full potential unfortunately BUT i hope u like it :’)  song: let it go by keyshia cole and missy elliot yo if this gets taken down i GIVE UP  THE BRUSH I USED IS FROM @sheencosmeticsofficial i dont think it has a number but yea  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics limeade and mint wet liners 𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063 𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: @patmcgrathreal mothership subliminal and midnight sun for the purple shimmers + @kvdbeauty pastel goth for the matte shadows  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063 𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!) 𝐁𝐀𝐒𝐄: @patmcgrathlabs skin fetish foundation in medium 17 + @rarebeauty concealer in 280 𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 𝐋𝐈𝐏: @milkmakeup lip and cheek oil tint in solar + @morphebrushes morphe 2 lip oil  𝐋𝐀𝐒𝐇𝐄𝐒: @eldorafalseeyelashes b802  #liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup #pastelliner 3w', 'cutcreaser WINX - part 5: stella  ALRIGHT YALL YAY WE FINALLY DID STELLA!! my hair is so frizzy in this video fidgskgdjd TECNA IS THE LAST WINX LOOK I WILL DO AND i hope i can post that this week! thank yall so much for the support on these looks i absolutely love and appreciate yall for loving these looks! i worked super hard on the concepts for them and trying to make the fairy wings different for each fairy while honoring the cartoon and the live action shows!  song: twerkulator (unreleased) by city girls ((this song has been STUCK IN MY HEAD ALL WEEK!!!!!)  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics custard + mimosa + aqua wet liners (i gotta double check on the names for these omg) @cutcreaser x @bymelolops brushes :D 𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdveganbeauty shake primer\u2063\u2063 𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: @colourpopcosmetics fade into hue palette I LOVEEEE THE SHIMMERY MATTES FOR THIS LOOK  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063 𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: black girl sunscreen (SUPPORT BLACK BUSINESSES HELLO!!) also i really love this spf as a primer. dewy and hella moisturizing! 𝐁𝐀𝐒𝐄: @patmcgrathlabs skin fetish foundation in medium 17 + @rarebeauty concealer in 280 𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 𝐋𝐈𝐏: @patmcgrathreal lust gloss: gold allure  #liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice #patmcgrath #avantgardemakeup 3w', 'cutcreaser WINX - part 4: musa 💜🔮  - im so sorry for the lack of posting ive been trying to work on school and taking care of my skin while im gone! i have like two more looks that have been backed up for weeks but i havent edited them lol. hope u understand and i hope i can finish this series!!! take care of urselves avengers. ill post on youtube soon!!!  ↓ 𝘦𝘺𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063 𝐋𝐈𝐍𝐄𝐑: @glisten_cosmetics gunmetal @cutcreaser x @bymelolops brushes :D 𝐄𝐘𝐄 𝐏𝐑𝐈𝐌𝐄𝐑: @kvdbeauty shake primer\u2063\u2063 𝐄𝐘𝐄𝐒𝐇𝐀𝐃𝐎𝗪: some pastel eyeshadows in my collection and @colourpopcosmetics fade into hue  ↓ 𝘧𝘢𝘤𝘦 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063\u2063\u2063 𝐏𝐑𝐈𝐌𝐄𝐑/𝐒𝐏𝐅: @supergoop unseen sunscreen\u2063\u2063\u2063\u2063 𝐁𝐀𝐒𝐄: @milkmakeup sunshine skin tint + @glowbyauric glow lust in pristine + citrine mixed 𝐏𝐎𝗪𝐃𝐄𝐑: @lauramercier translucent setting powder 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @milkmakeup matte bronzer + @midas_cosmetics x @neonmua noon face palette  ↓ 𝘭𝘪𝘱 𝘱𝘳𝘰𝘥𝘶𝘤𝘵𝘴 ↓\u2063\u2063 𝐋𝐈𝐏: @patmcgrathreal lust gloss: aliengelic @milanicosmetics hot cocoa lip liner  #liner #sharplines #graphicliner #glistencosmetics #milkmakeup #studiofam #theartistedit #neonliner #winx #winxfate #winxclub #fairymakeup #fairy #editorialmakeup #delineadores #glamvice 4w', 'whitscanvas a little something to match one of the tracksuits I got for my birthday on Friday but a rainbROW 🌈🌈  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted) @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @xxrevolution concealXX super fixx concealer in 10.9 (gifted) @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil & XXfine micro brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @xxrevolution cloud eyeshadow palette (gifted)(gifted) @unicorncosmetics how’s your head lashes (gifted)  LIPS: @lottielondon am to pm liner @nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ (gifted) @colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 1d', 'whitscanvas right so me and green have been besties these days but I really like this thermal look although I was inspired by tie dye I KNOW @alexisayochok & @f.bermann & @glow_bymonica have done similar looks so check theirs out too! 😀💚  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted) @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @morphebrushes fluidity full coverage concealer in C4.25 @xxrevolution concealXX super fixx concealer in 10.9 (gifted) @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive & serum blush in ‘hot fuss’(gifted) @xxrevolution cloud blush and lip tint duo in ‘cirrus’ (gifted) @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black & XXfine retractable micro brow pencil in ‘deep black’ (gifted) @xxrevolution XXtravaganza palette (gifted) @unicorncosmetics voltage loose pigment in electro (gifted) @lolaslashesofficial in ‘ruby’ (gifted)  LIPS: @lottielondon am to pm liner @morphebrushes color pencil in ‘Richie’ @xxrevolution xxude satin liquid lipstick in phobia (gifted) @colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 5d', 'whitscanvas lmao I’m really into groovy rn so here is some groovy flowers to match my earrings from @lurefemme 🌸🌼🌸🌺💐🌻  product details: @xxrevolution glass fix primer (gifted) @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted) @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @xxrevolution concealXX super fixx concealer in 10.9 (gifted) @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @xxrevolution XXtravaganza palette (gifted) @colourpopcosmetics fade into hue pressed powder palette (gifted) @beautybaycom pastel palette @unicorncosmetics lashes in ‘vixen’ (gifted)  LIPS: @lottielondon am to pm liner @morphebrushes colour pencil in Richie @nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ @colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 1w', 'whitscanvas I haven’t done this in a while so I thought why not, but I mixed 2 of my old looks together the koi fish and the jellyfish ! It was interesting seeing these two together but here we go! I went outside and froze again 🤧  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted) @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @xxrevolution concealXX super fixx concealer in 10.9 (gifted) @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @xxrevolution XXtravaganza palette (gifted) @colourpopcosmetics fade into hue pressed powder palette (gifted) @beautybaycom pastel palette @unicorncosmetics no shade - ucs prismatic pigment (gifted) & lashes in ‘vixen’ (gifted)  LIPS: @lottielondon am to pm liner @nyxcosmetics @nyxcosmetics_uk butter gloss in ‘bit of honey’ (gifted) @colourpopcosmetics plumping gloss in ‘Lizzie’ (gifted)  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 1w', 'whitscanvas no idea what this is but some could say elf and I would say fairy 🧚\u200d♀️ ! This look actually didn’t take me that long but the leaves are v detailed so let’s just say it did haha 😆  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 (gifted) @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @xxrevolution concealXX super fixx concealer in 10.9 (gifted) @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @xxrevolution XXtravaganza palette (gifted) @unicorncosmetics voltage loose pigment in electro (gifted) @demonlashes_ lashes in ‘ouija’ (gifted)  LIPS: @lottielondon am to pm liner @xxrevolution xxude satin liquid lipstick in phobia (gifted) @colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 2w', 'whitscanvas Lmao this started as a cow and I made it into a blue sky with some cute butterflies it was deffo a trust the process kinda look ☁️ 💙  product details: @loreal true match super blendable foundation in cocoa @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmeticsuk hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @xxrevolution concealXX super fixx concealer in 10.9 @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive & cheek dew serum blush in hot fuss(gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted) @rudecosmetics @rudecosmeticsuk Amiga ombré blush in Rosetta (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @maybelline sky high mascara in very black (gifted) @nyxcosmetics @nyxcosmetics_uk vinyl liner in black @demonlashes_ in angel (gifted)  LIPS: @lottielondon am to pm liner @colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’ & ‘dear diary so juicy gloss kit (gifted)  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 2w', 'whitscanvas I love groovy hearts so this is a groovy heart look number 2 !! Also the heart shaped nose highlight thank u @isabellekategm x  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 @fentybeauty hydrating foundation in 430 @elfcosmetics @elfcosmetics hydrating concealer in deep caramel & 16 hour camo concealer in deep chestnut @xxrevolution concealXX super fixx concealer in 10.9 @makeuprevolution splendour bronzer in dark @colourpopcosmetics blush stixx in coastal drive (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @xxrevolution XXtravaganza palette (gifted) @unicorncosmetics lashes in ‘how’s your head’ (gifted)  LIPS: @lottielondon am to pm liner @colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted) & plumping gloss in ‘princess cut’  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 3w', 'whitscanvas if I was a superhero I would deffo have this as my look but I did a blue wave look before so thought lemme do a marble 💙  Earrings: @yoonamoonstore !  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 @fentybeauty hydrating foundation in 430 @xxrevolution concealXX super fixx concealer in 10.9 @makeuprevolution splendour bronzer in dark @colourpopcosmetics cheeky dew serum blush in ‘hot fuss’ (gifted) @colourpopcosmetics blush stixx in coastal drive (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @bperfectcosmetics @staceymariemua xl pro palette @colourpopcosmetics fade into hue palette (gifted) @unicorncosmetics in ‘wicked’ (gifted)  LIPS: @lottielondon am to pm liner @colourpopcosmetics lux glosses in ‘gelato’ & ‘biscotti’ (gifted)  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #colourpopme #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 4w', 'whitscanvas Recreation of myself from last year but make it green 💚but spring rose 🥀🌹  product details: @xxrevolution XX Revolution Rev XX Liquid fx foundation in Fx15 @fentybeauty hydrating foundation in 430 @xxrevolution concealXX super fixx concealer in 10.9 @makeuprevolution splendour bronzer in dark @colourpopcosmetics cheeky dew serum blush in ‘hot fuss’ (gifted) @muacosmetics liquid blush in watermelon @fentybeauty trophy wife highlighter and @makeuprevolution @soph highlighter palette @morphebrushes glamabronzer in leader @thebeautycrop coco glow illuminating drops @xxrevolution MetaliXX Gold FiXX Setting Spray (gifted) @xxrevolution freeze fiXX dewy setting spray (gifted)  EYES: @xxrevolution fauXX brow pencil in deep black (gifted) @sheencosmeticsofficial pastel fantasy palette @glisten_cosmetics wet liner in’mint’ @bperfectcosmetics @staceymariemua xl pro palette @colourpopcosmetics fade into hue palette (gifted) Lashes from Ali express  LIPS: @lottielondon am to pm liner @colourpopcosmetics plumping gloss in princess cut (gifted)  #studiofam #modelmalay #editorialblk #311makeup \u2063#editorialeyeshadow #softglam #makeupartist #undiscoveredmuas #editorialmakeup #makeuplook #wakeupandmakeup #makeupideas #nudelipstick #makeupaddict #glowyskin #eyeshadow #mua #softglammakeup #matteeyeshadow #graphicliner #glistencosmetics #makeuppost #cutcrease #makeuprevolution #xxrevolution #undiscoveredmuas #darkskin #motd #explore #explorepage #y2kmakeup 4w', 'zee.ohhh.mu 🌸SPRING FLOWERS// I collabed with the beautiful @ani_makeup.looks to bring y’all some spring looks! 🌸 . 🌸PRODUCTS USED🌸 . @mattelashes pastel pink liner @mavenbeauty UFO glitter eyeshadow @aliyahcosmeticss butterfly lashes .  #creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #pastelmakeup 4d', 'zee.ohhh.mu ✨eVEryDAy MAkeUp// lol this is what I wish my everyday makeup routine was like!✨ . ✨PRODUCTS USED✨ . @colourpopcosmetics cream soda eyeshadow quad @mavenbeauty brown liquid liner @theboldfacemakeup dream team lashes @plouise_makeup_academy rumour 02 base .  #creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #graphiclinertutorial 5d', 'zee.ohhh.mu 📦Boxycharm// ahhh so happy to share what I received in this months @boxycharm base box! Get 20% OFF using Code: BOXYXND for Natasha Denona 📦 . 📦PRODUCTS USED📦 . @natashadenona Ayana Palette, &transfix matte concealer @touchinsolus icy sherbet primer @lauragellerbeauty iconic baked sculpting lipstick @mallybeauty evercolor shadow stick @kndr_beauty kinder glow highlighter palette . #BoxyCharm #GiftedbyBoxyCharm #boxytreat #creativemakeup #makeupeditorial #crueltyfreemua #neonpigments #v9300 #311makeup #highfashionmakeup #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup 1w', 'zee.ohhh.mu 🌸KAWAII // I’m not gonna lie Yall I’ve been kind of in a rut but I’m slowly working my way out of it! I really liked this look so I guess that’s a good sign! 🌸 . 🌸PRODUCTS USED🌸 . @mattelashes pastel water liners @moiracosmetics like a princess palette @morphebrushes x @avani palette @nyxcosmetics milk jumbo pencil @plouise_makeup_academy rumour 02 base @doe.bby crazy in love lashes .  #creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #pastelmakeup 2w', 'zee.ohhh.mu 🧚🏻\u200d♀️FANTASY// in today’s look I used the @gamebeauty ‘Fantasy’ eyeshadow palette! I love love this dreamy pastel color story so much! Please check out @gamebeauty for more game related beauty products! 🧚🏻\u200d♀️ . 🧚🏻\u200d♀️PRODUCTS USED🧚🏻\u200d♀️ . @gamebeauty Fantasy palette .  #creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #fantasymakeup 2w', 'zee.ohhh.mu ⛓BARBER WIRE// feeling cute and fierce on this looook. How are you this week?⛓ . ⛓PRODUCTS USED ⛓ . @onesize point made liquid eyeliner prn, ‘continental’ eye popper eyeshadow, eye patches, secure the blur primer .  #creativemakeup #sharpedgesmagh #makeupeditorial #crueltyfreemua #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup #onesizebeauty #graphiclinerlook 3w', 'zee.ohhh.mu 🌼IN BLOOM// ty @johannas_makeup for collabing with me and taking over my story!🌼 . DETAILS POATED LATER  #creativemakeup #sharpedgesmagh #makeupeditorial #crueltyfreemua #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #cleanmakeup #cottagecore #cottagecoreaesthetic 4w', 'zee.ohhh.mu 🐗INOSUKE // this is the last demon slayer loook! I was really proud of this one bc like LOOK AT THOSE DETAILS! Cmon now I still got it lmaoo🐗 . 🐗PRODUCTS USED🐗 . @bperfectcosmetics XL Carnival palette @mehronmakeup paradise paint palette in basic @mavenbeauty black liner @freck XL Freck @hudabeautyshop stick foundation @colourpopcosmetics pink truffle highlighter @rarebeauty bliss liquid blush @onesize black gel liner .  #creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #inosukehashibira 4w', 'zee.ohhh.mu 🦋SHINOBU// my fave character from demon slayer! I am so beyond happy with this look! 😭💖🦋 . 🦋PRODUCTS USED🦋 . @colourpopcosmetics fade into hue palette @morphebrushes 35s Sweet Oasis palette, white liquid liner @mavenbeauty black liner @odenseyecosmetics Alva II palette @plouise_makeup_academy rumour 02 base .  #creativemakeup #sharpedgesmagh #makeupeditorial #demonslayer #neonpigments #neoneliner #v9300 #311makeup #highfashionmakeup #avantgardemakeup #studiofam #makeupcoyote #muaxdiscover #creativemakeup #graphicliner #theartistedit #shinobukochou 5w', 'justnemakeup 🤎🐻🍂👜🧥🥮  gotta love a brown graphic liner moment (˵ ͡° ͜ʖ ͡°˵)  🤎 #nyxcosmeticspartner 🤎  PRODUCTS USED:  • @nyxcosmetics micro brow pencil in “espresso” • @nyxcosmetics epic ink liner in “brown” • @nyxcosmetics butter gloss in “Madeleine”  @walgreens #nyxcosmetics #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia 5d', 'justnemakeup 🐠🌊⚓️💦🐚  glub glub glub sadly there’s no jelly fish emoji :’(  PRODUCTS USED:  BROWS • @morphebrushes brow pomade in “hazelnut” • @nyxcosmetics lift and snatch brow tint pen in “espresso”  BASE: • @nyxcosmetics marshmallow primer • @milkmakeup sunshine skin tint in “medium” • @elfcosmetics hydro camo concealer in “fair” • @anastasiabeverlyhills banana powder • @milkmakeup grip set + refresh spray • @milkmakeup flex highlighter in “iced”  EYES • @morphebrushes x @maddieziegler palette • @dulzuracosmetics pastel UV liners palette • @doe.bby lashes in “fairy dust”  LIPS • @nyxcosmetics soft matte lippie in “São Paulo” - #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia #colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup 2w', 'justnemakeup 🐠🌊⚓️💦🐚  glub glub glub sadly there’s no jelly fish emoji :’(  PRODUCTS USED:  BROWS • @morphebrushes brow pomade in “hazelnut” • @nyxcosmetics lift and snatch brow tint pen in “espresso”  BASE: • @nyxcosmetics marshmallow primer • @milkmakeup sunshine skin tint in “medium” • @elfcosmetics hydro camo concealer in “fair” • @anastasiabeverlyhills banana powder • @milkmakeup grip set + refresh spray • @milkmakeup flex highlighter in “iced”  EYES • @morphebrushes x @maddieziegler palette • @dulzuracosmetics pastel UV liners palette • @doe.bby lashes in “fairy dust”  LIPS • @nyxcosmetics soft matte lippie in “São Paulo” - #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia #colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup 2w', 'justnemakeup 💚🔫☘️🍃🍏 (eye look inspo: @donidarkowitz )  this look is inspired by the flame in coraline when the other mother threw the triangle into the fire \U0001faa1🔥  PRODUCTS USED: • earrings: @xoxo.madebytracy ♡  BASE: • @nyxcosmetics marshmallow primer • @milkmakeup sunshine skin tint in “medium” • @elfcosmetics hydro camo concealer in “fair” • @anastasiabeverlyhills banana powder • @milkmakeup grip set + refresh spray • @milkmakeup flex highlighter in “iced”  EYES • @colourpopcosmetics Lizzie McGuire palette • @morphebrushes x @jamescharles artistry palette • @dulzuracosmetics pastel UV liners palette • @lillylashes luxury synthetic lashes in “VIP”  LIPS • @colourpopcosmetics lip liner in “brink” • @nyxcosmetics color & shine lip color in “cash flow” - #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia #colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup 3w', 'justnemakeup 💚🔫☘️🍃🍏 (eye look inspo: @donidarkowitz )  this look is inspired by the flame in coraline when the other mother threw the triangle into the fire \U0001faa1🔥  PRODUCTS USED: • earrings: @xoxo.madebytracy ♡  BASE: • @nyxcosmetics marshmallow primer • @milkmakeup sunshine skin tint in “medium” • @elfcosmetics hydro camo concealer in “fair” • @anastasiabeverlyhills banana powder • @milkmakeup grip set + refresh spray • @milkmakeup flex highlighter in “iced”  EYES • @colourpopcosmetics Lizzie McGuire palette • @morphebrushes x @jamescharles artistry palette • @dulzuracosmetics pastel UV liners palette • @lillylashes luxury synthetic lashes in “VIP”  LIPS • @colourpopcosmetics lip liner in “brink” • @nyxcosmetics color & shine lip color in “cash flow” - #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia #colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup 3w', 'justnemakeup 🍒🔥🍒🔥🍒  #nyxcosmeticspartner love a red moment ♥️👄♥️ especially when all the products are vegan! #nyxcosmeticsfam  PRODUCTS USED: • @nyxcosmetics pore filler primer • @nyxcosmetics can’t stop won’t stop foundation in “natural” • @nyxcosmetics micro brow pencil in “espresso” • @nyxcosmetics ultimate shadows palette • @nyxcosmetics Powder Puff Lip Cream in “group love”  #nyxcosmetics #monolidmakeup #blendtherules #wakeupandmakeup #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #editorialmakeupartist #muamafia #undiscovered_muas 3w', 'justnemakeup 🏳 GOJO SATORU 🏳  pt.2 of the many 2D men i simp for ♥️👄♥️ I did sukuna already so I wanted to complete this duo 🤩  PRODUCTS USED:  BASE • @nyxcosmetics marshmallow primer • @hudabeautyshop #fauxfilterfoundation liquid foundation in “210N Custard” • @elfcosmetics hydro camo concealer in “fair warm” • @catrice.us camouflage stick in “nude beige” • @catrice.us camouflage high coverage concealer in “light beige” • @anastasiabeverlyhills banana powder • @milkmakeup hydro grip + refresh spray  EYES • @dulzuracosmetics pastel UV liners palette • @morphebrushes x @jamescharles artistry palette • @theboldfacemakeup lashes in “blank slate”  LIPS • @colourpopcosmetics lip liner in “brink” • @nyxcosmetics lip color & shine in “cash flow” - #gojosatoru #gojosatorucosplay #gojousatoru #jujutsukaisen #jujutsukaisencosplay #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia #colourpopcosmetics #colourpopme #nyxcosmetics 5w', 'justnemakeup When it comes to removing makeup, it’s important to remove it thoroughly! That’s why I partnered with @banilacousa to show you how easily this process can be with their products. I first used the “Clean It Zero Cleansing Balm” to melt the makeup away. Then I used the “Clean It Zero Toner Pads” to keep the skin clean and smooth. I highly recommend these products, especially since @banilacousa was one of the first balms I’ve used. These products do have a scent and while I personally like it, it may not be as ideal for those with a sensitive nose. These products are both very easy to use and affordable!  #BanilaCoUSA #CleanItZero #BanilaNotVanilla #MeltYourMakeup #MeltYourMakeupAway #CleansingBalm 5w', 'justnemakeup 〰🩸SUKUNA🩸〰  another 2D man to add onto my list 😫 also I’ve been wanting to do a few cosplay looks so here’s my first one 👀  PRODUCTS USED:  BROWS • @morphebrushes brow pomade in “hazelnut” • @nyxcosmetics lift & snatch! Brow tint pen in “espresso” • @milkmakeup flex concealer in “crème”  BASE • @nyxcosmetics marshmallow primer • @hudabeautyshop #fauxfilterfoundation liquid foundation in “210N Custard” • @elfcosmetics hydro camo concealer in “fair warm” • @catrice.us camouflage stick in “nude beige” • @catrice.us camouflage high coverage concealer in “light beige” • @anastasiabeverlyhills banana powder • @milkmakeup hydro grip + refresh spray • @milkmakeup flex highlighter in “iced”  EYES • @revlon eyeliner pen • @anastasiabeverlyhills liquid eyeliner • @nyxcosmetics epic wear liner stick in “pitch black” • @dulzuracosmetics neon UV liners palette • @lillylashes luxury synthetic lashes in “VIP”  LIPS • @colourpopcosmetics lip liner in “brink” • @nyxcosmetics lip color & shine in “cash flow” - #itadoriyuuji #itadori #jujutsukaisen #yujiitadori #morphebrushes #morphebabe #monolidmakeup #blendtherules #wakeupandmakeup #graphicliner #editorialmakeup #editorialmakeupartist #muasupport #monolids #hoodedeyesmakeup #tiktoktutorial #editorialmakeupartist #pastelmakeup #muamafia #colourpopcosmetics #colourpopme #nyxcosmetics #milkmakeup 7w', 'naezrahlooks 🧚🏾🍃🌸✨WINX HAS A NEW MEMBER AND ITS ME ✨🌸🍃🧚🏾  ANSWER BELOW PLS: what do you guys think of the Netflix adaptation of winx ? imo it’s bad and very disappointing. I thought the cast would have super cool bright clothes and accessories but it was so bland 🥴. Also my photo quality about crisp as hell ! ————————————————— Some products gifted:  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧚🏾)  foundation: @milkmakeup blur liquid in deep @toofaced born this way foundation in cocoa  concealer and contour: @revlon candid concealer in 065 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @kvdbeauty lock it setting powder @makeuprevolution x tammi face palette (darkest palette) @makeuprevolution bronzer @morphebrushes x @avani bronzer in Bahamas  eyes: @plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🍃) @morphebrushes x @avani palette @glamvicecosmetics pastel liner palette ( use code Naezrah to save 🌸)  lashes: @anastasiabeverlyhills mascara @tatti_lashes in TL3 and good vibe bottom lashes I believe.  lips: @milanicosmetics lip liner in rich cocoa @plouise_makeup_academy lip bases in stark naked @artistcouture icy girl pigment @anastasiabeverlyhills clear gloss  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #spring #fairy 3h', 'naezrahlooks art series: sketch @cowprintdyke with me! I’m using @procreate ☁️  Cc: hi guys..um it’s me um..speaking ! over an video !! yes , awkward but this is a sketch of bijou. I think that’s how you say their name? um it’s really fun to get back into drawing and I’ve been *inaudible mumbling* sharing with you guys what I’ve been drawing everyday the past couple of weeks! I hope you like em! anddd yeah ! bye ☺️☁️  #sketching #digitalart #procreate #explore 1d', 'naezrahlooks 🧠🎨💓🍋🍊🔮🧿🧨🎨🧠  ANSWER BELOW PLS: quick how many toes does a fish have ? ————————————————— Some products gifted:  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @milkmakeup blur liquid in deep @narsissist natural radiant foundation in iguacu  concealer and contour: @revlon candid concealer in 065 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @kvdbeauty lock it setting powder @makeuprevolution x tammi face palette (darkest palette) @makeuprevolution bronzer @morphebrushes x @avani bronzer in Bahamas  eyes: @plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🧸) @morphebrushes x @avani palette + jaclyn hill palette  lashes: @anastasiabeverlyhills mascara @shopbratinc in Ronni ( use code Naezrah to save 🎨)  lips: @milanicosmetics lip liner in rich cocoa @plouise_makeup_academy lip bases in stark naked @anastasiabeverlyhills clear gloss  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editoral 1d', 'naezrahlooks 🧠🎨MIND MOVEMENT🎨🧠  ANSWER BELOW PLS: what is something you find very interesting?? I think that claymation films are interesting. they take a super duper long time to make. Absolutely is a terrible idea to kiss your alarm !!!!! I kinda rushed but took my time creating this today. ————————————————— Some products gifted:  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @milkmakeup blur liquid in deep @narsissist natural radiant foundation in iguacu  concealer and contour: @revlon candid concealer in 065 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @kvdbeauty lock it setting powder @makeuprevolution x tammi face palette (darkest palette) @makeuprevolution bronzer @morphebrushes x @avani bronzer in Bahamas  eyes: @plouise_makeup_academy blank canvas and base in 02 + worldie palette ( use code Naezrahlooks10 to save 🧸) @morphebrushes x @avani palette + jaclyn hill palette  lashes: @anastasiabeverlyhills mascara @shopbratinc in Ronni ( use code Naezrah to save 🎨)  lips: @milanicosmetics lip liner in rich cocoa @plouise_makeup_academy lip bases in stark naked @anastasiabeverlyhills clear gloss  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editoral 2d', 'naezrahlooks 📸🎞 HEADSHOTS 🎞📸  ANSWER BELOW PLS: name 5 characters that aren’t black but you just know they’re black. ————————————————— Some products gifted:  link chain and ring - @vitaly ( thank you for these pieces)  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @milkmakeup blur liquid in deep @narsissist natural radiant foundation in iguacu  concealer and contour: @toofaced born this way concealer in cookie @revlon candid concealer in 065 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @kvdbeauty lock it setting powder @makeuprevolution x tammi face palette (darkest palette) @makeuprevolution bronzer @morphebrushes x @avani bronzer in Bahamas  eyes: @plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸) @anastasiabeverlyhills jet gel liner  lashes: @anastasiabeverlyhills mascara  lips: @morphebrushes lip liner in dark room @plouise_makeup_academy lip bases in stark naked and semi nude  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam 1w', 'naezrahlooks FLUID  ANSWER BELOW PLS: what is something that brings you high comfort in times of distress ? music is my comfort for everything. I cannot function without music. ————————————————— Some products gifted:  link chain and ring - @vitaly ( thank you for these pieces)  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @milkmakeup blur liquid in deep @narsissist natural radiant foundation in iguacu  concealer and contour: @toofaced born this way concealer in cookie @revlon candid concealer in 065 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @kvdbeauty lock it setting powder @makeuprevolution x tammi face palette (darkest palette) @makeuprevolution bronzer @morphebrushes x @avani bronzer in Bahamas  eyes: @plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸) @anastasiabeverlyhills jet gel liner  lashes: @anastasiabeverlyhills mascara  lips: @morphebrushes lip liner in dark room @plouise_makeup_academy lip bases in stark naked and semi nude  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam 1w', 'naezrahlooks CATCH ME IN A FENTY BEAUTY AND FENTY CAMPAIGN ONE DAY!  i’m very excited about these photos. I absolutely love this look. it is one of my favorites I’ve done. I may even make it my everyday makeup look because I mean look at it guys ! ————————————————— Some products gifted:  link chain and ring - @vitaly ( thank you for these pieces)  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @milkmakeup blur liquid in deep @narsissist natural radiant foundation in iguacu  concealer and contour: @toofaced born this way concealer in cookie @revlon candid concealer in 065 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @kvdbeauty lock it setting powder @makeuprevolution x tammi face palette (darkest palette) @makeuprevolution bronzer @morphebrushes x @avani bronzer in Bahamas  eyes: @plouise_makeup_academy badda black base ( use code Naezrahlooks10 to save 🧸) @anastasiabeverlyhills jet gel liner  lashes: @anastasiabeverlyhills mascara  lips: @morphebrushes lip liner in dark room @plouise_makeup_academy lip bases in stark naked and semi nude  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #softglam 1w', 'naezrahlooks 🟡💛🧽🌞🌕🌻🌼🧀🍌🍋  Relax with me. get yourself a warm drink and a snack. let’s relax together color: yellow 🍋 ————————————————— Some products gifted:  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @fentybeauty pro filt’r in 445 @narsissist natural radiant foundation in iguacu  concealer and contour: @toofaced born this way concealer in cookie @morphebrushes concealer in c5.15 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @makeuprevolution x tammi face palette (darkest palette) @itslikelymakeup clown blush in orange and yellow  eyes: @plouise_makeup_academy blank canvas , rewhite paint .( use code Naezrahlooks10 to save 🧸) @mehronmakeup paradise paint palette (yellow)  lashes: @anastasiabeverlyhills mascara @sensoriumbeauty brow engineer in platinum  lips: @milanicosmetics lip liner in rich cocoa @plouise_makeup_academy lip base in stark naked  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editorial #softglam #yellow 1w', 'naezrahlooks 🟡💛🧽🌞🌕🌻🌼🧀🍌🍋  ANSWER BELOW PLS: quick, who remembers the show chalk zones theme song by heart still?????????? Really bummed about this one . didnt come out how I wanted but I turned it into something else and I’ll retry my original chart later 💛 color: yellow 🍋 ————————————————— Some products gifted:  brows: @anastasiabeverlyhills clear brow freeze  base/primer: @milkmakeup hydro grip (Use code NAEZRAHLOOKS to save🧸)  foundation: @fentybeauty pro filt’r in 445 @narsissist natural radiant foundation in iguacu  concealer and contour: @toofaced born this way concealer in cookie @morphebrushes concealer in c5.15 @fentybeauty match stix in ebony  setting powder/powder/blush: @fentybeauty setting powder in honey @fentybeauty powder foundation in 490 @makeuprevolution x tammi face palette (darkest palette) @itslikelymakeup clown blush in orange and yellow  eyes: @plouise_makeup_academy blank canvas , rewhite paint .( use code Naezrahlooks10 to save 🧸) @mehronmakeup paradise paint palette (yellow)  lashes: @anastasiabeverlyhills mascara @sensoriumbeauty brow engineer in platinum  lips: @milanicosmetics lip liner in rich cocoa @plouise_makeup_academy lip base in stark naked  setting spray: @milkmakeup grip set @morphebrushes continuous matte spray  #naezrahlooks #bretmansvanity #beauty #blackgirlmagic #darkskin #darkskingirls #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #editorial #softglam #yellow 1w', 'tyrajanea Check out this look I did for @makeupdotcom 🌈✨ Click the link in my bio for a step by step tutorial for this look ! ✨ ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @urbandecaycosmetics 24/7 Shadow Stick in “Chaos” + @nyxcosmetics Sfx Face and Body Paint Palette in “Brights”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @maybelline Fresh BB Cream in “medium/deep” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @maybelline Fit Me Concealer 𝑷𝑶𝑾𝑫𝑬𝑹: @maybelline Lasting Fix Banana Powder  • • • #sponsored #byloreal #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #softglammakeup #studiofam 1w', 'tyrajanea 🦋🤍✨ Loved the way this look came out ! ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬 𝑷𝑹𝑰𝑴𝑬𝑹: @kvdbeauty Beauty Shake Primer  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @colourpopcosmetics Pretty Fresh Hydrating Foundation 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @colourpopcosmetics Pretty afresh Creamy Concealer + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” ♡𝚕𝚒𝚙𝚜 ♡ 𝐆𝐥𝐨𝐬𝐬: @maybelline Lip Lifter Gloss in Pearl • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface 6w', 'tyrajanea 💜 Purple Glossy Eye 💜 You can see the step by step tutorial for this look in @makeupdotcom bio ! #byloreal  ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @urbandecaycosmetics Ultraviolet Palette  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @hudabeauty Water Jelly Hydrating Face Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @urbandecaycosmetics Hydromaniac Glowy Tinted Moisturizer 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” ♡𝚕𝚒𝚙𝚜 ♡ 𝐆𝐥𝐨𝐬𝐬: @maybelline Lip Lifter Gloss in Pearl • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup 9w', 'tyrajanea 💗✨ 3rd Valentine’s Day Look✨💗  Wasn’t sure about this look but I love the way it turned out! Also this is my first time using the @milkmakeup Sunshine Skin Tint , and I love it sooo much ! I love the packaging and the way it feels on my skin. Would recommend if your looking for something that’s light coverage .  Song: Clairo - How (Demo) ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑳𝑰𝑵𝑬𝑹: @bymelolops Water Ink in “Atomic” 𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles lashes in “Cupid”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Sunshine Skim Tint in “Caramel” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” BLUSH: @colourpopcosmetics Pressed Powder Blush in “luv me not” 𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @solbody Face & Body Highlighter in “Pink Truffle” ♡𝚕𝚒𝚙𝚜 ♡ 𝐆𝐥𝐨𝐬𝐬: @colourpopcosmetics So Juicy Gloss in “Princess Out” • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup 10w', 'tyrajanea ✨💙2nd Valentines Day look 💙✨  ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @poppicosmetics See You Never Palette 𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles lashes in “Star”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @colourpopcosmetics Coconut Face Milk 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer 𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @elfcosmetics Retro Paradise Face & Body Shimmer in “Luna”  ♡𝚕𝚒𝚙𝚜 ♡ 𝐆𝐥𝐨𝐬𝐬: @hauslabs Gloss in “Glass Slipper” • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface #valentinesmakeup 11w', 'tyrajanea It’s my birthdayyy ❤️❤️ I’m finally 21 ! 🥂🍾💗  Never posted these so I thought rn would be a perfect time 💕 ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @doseofcolo Baked Browns Eyeshadow 𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles Lashes in “Barbie”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer 𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @lauramercier Face Illuminator in “Indiscretion” • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk 12w', 'tyrajanea Check out this Glittery Blue Look I did for @makeupdotcom 💙 Click the link in my bio for a step by step tutorial for this look ! ✨ ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @nyxcosmetics Diamond and Ice Palette @nyxcosmetics Diamond & Ice , Please Shadow Jelly in “ A Lister Silver”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @milkmakeup Hydro Grip Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation in “Caramel” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” 𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @nyxcosmetics Diamond & Ice , Please Shadow Jelly in “ A Lister Silver”  • • • #sponsored #byloreal #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface 12w', 'tyrajanea 💕 first look of my Valentine’s Day series! 💕 ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @colourpopcosmetics Cloud Spun Palette 𝑳𝑨𝑺𝑯𝑬𝑺: @celestelosangeles Lashes in “Trixie”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @colourpopcosmetics Face Milk in “Rose” 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer + @colourpopcosmetics pressed blush in “Take the Cake” 𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @colourpopcosmetics Super Shock Highlighter “Candy Floss” • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface 12w', 'tyrajanea 🧿✨  Wanted to try something different today 🤍  ♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡♡ 𝐏𝐫𝐨𝐝𝐮𝐜𝐭𝐬 𝐔𝐬𝐞𝐝:  ♡ 𝚎𝚢𝚎𝚜 ♡ 𝑬𝒀𝑬𝑩𝑹𝑶𝑾𝑺: @benefitcosmetics Brow Microfilling Pen in “Deep Brown” 𝑬𝒀𝑬𝑺𝑯𝑨𝑫𝑶𝑾: @elfcosmetics x Jkissa To The Rescue Palette + @poppicosmetics See You Never Palette 𝑳𝑨𝑺𝑯𝑬𝑺: @colourpopcosmetics Lashes in “Wifey”  ♡ 𝚏𝚊𝚌𝚎 ♡ 𝑷𝑹𝑰𝑴𝑬𝑹: @elfcosmetics Poreless Putty Primer 𝑭𝑶𝑼𝑵𝑫𝑨𝑻𝑰𝑶𝑵: @milkmakeup Flex Foundation Stick in “Caramel” 𝑪𝑶𝑵𝑪𝑬𝑨𝑳𝑬𝑹: @elfcosmetics Hydrating Camo Concealer in Tan Walnut + @maybelline Fit Me Concealer in “Walnut” 𝑷𝑶𝑾𝑫𝑬𝑹: @lauramercier Translucent setting powder in “Honey ” 𝐁𝐑𝐎𝐍𝐙𝐄𝐑: @hauslabs Heat Spell Bronzer 𝑯𝑰𝑮𝑯𝑳𝑰𝑮𝑯𝑻𝑬𝑹: @elfcosmetics Retro Paradise Face & Body Shimmer in “Luna”  ♡𝚕𝚒𝚙𝚜 ♡ 𝐆𝐥𝐨𝐬𝐬: @hauslabs Gloss in “Glass Slipper” • • • #theartistedit #modelmalay #editorialmakeup #graphicliner #makeupreels #blkeditorial #editorialblk #graphiclinerlook #avantgardeblk #graphicmakeup #pastelmakeup #v93o0 #muaawesome #glossier #softglammakeup #studiofam #milkmakeup #fentybeauty #fentyface 13w', 'facedbykareem everything is better in pink 🌸💕  I’ve teamed up with @limecrimemakeup to bring in the FUN with their new Unicorn Hair Party Collection which includes: 🍬 Bleach Party 40 or 20 Volume Bleaching Kits: Helps create the perfect base for Unicorn Semi-Permanent Dyes (Please Follow Instructions Included) 🍬 4 New Shades of Unicorn Hair Full Coverage Hair Jelly: 100% Vegan + Cruelty Free with ultra conditioning formula (Smell DELICIOUS too!) ✨I used shade ‘Sour Candy’ 🍬 Hair Color Essential Tools including: Mixing Bowl, Brush + Comb, Color Removing Wipes and Hair Clips to make your at home color transformation super easy !  If you’ve been wanting to switch up your look, this is the sign✨ Super easy to do, right at home! Check out Lime Crime Vegan #UnicornHair Collection at Limecrime.com 🌈  #sponsored 6h', 'facedbykareem true beauty begins the moment you decide to be yourself 💟🌸🖤  @trixiecosmetics Bottle Blonde Collection is launching today✨ It’s been almost a full year since we first worked together, how insane time flies! I’m so grateful to be bringing in this fierce collection with this Blonde Ambition Look 💕  🌸💜 Look Details : ▪️ Bottle Blonde Palette On the Eyes & As Highlight (Tutorial on my page) ▪️ Bottle Blonde Collection Glosses in: Hater w/ I’m Baby (on top) Lip Swatch of ‘Press-On’ (4th Slide) ▪️’Cyber Babe’ Blush from the Back to The Fuchsia Blush Palette 3d', 'facedbykareem The secret is out 👀| AD I got the first peak of the new @trixiecosmetics Bottle Blonde Collection by The Bottle Blonde herself, @trixiemattel 💖  Your secret is safe with me, HOWEVER I’m spilling the tea on Trixie’s most scandalous secret yet  💜 The Bottle Blonde Collection includes ▫️ Bottle Blonde 12-Pan Eyeshadow Palette ($48 USD) with Universal Neutrals, High Impact Shimmers and Smokey Rose shades ▫️ 4 New Trixie Lip Glosses ($16 USD each) I used shades ‘Hater’ and my FAV ‘I’m baby’ on top!  💕 Achieve My Blonde Ambition Smokey Rose look using Bottle Blonde Shades: Roller Set (Transition) Blowout (Crease) Lash Lift (Outer) Miss Kim (Lid) Frenemy (Lash Line) Mauve Mentality (Inner Corner)  🗞 Available TOMORROW 4.23 at TrixieCosmetics.com  #trixiecosmetics #trixiemattel 4d', 'facedbykareem reposting with proper spelling to her name.  take time today to educate yourself on what occurred in Columbus Ohio no later than 2 Hours after accountability was held for George Floyd.  we are not hashtags. 5d', 'facedbykareem bloom where you are planted 💜🏵💧🌺  Inspo: @dojacat 💕 6d', 'facedbykareem Let’s admit, miss @dojacat been pumping out LOOKS lately 😰  You know I had to slay this Lavender Pastel graphic moment 💎💜🍑 USING:  @makeupgeekcosmetics Matrix System Shadows: So Pale, Lavender Dreams, Code Blue and Bellini ✨Use Code FACEDBYKAREEM for 15% OFF All MUG Products 💜 @bymelolops Radioactive Water Ink Liner in ‘Ultraviolet’ ✨ Use Code: KAREEM10 or KAREEM5* for $ OFF Regular & Collab* Items 💎 @hauslabs Eye-Dentify Gel Liner in ‘Priscilla’ 🍑 @glistening_beauty_ Chroma Paint Pots in White, Red, & Yellow (Brand Relaunch Coming Soon) 💜 @trixiecosmetics Lip Gloss in ‘Prism’ 1w', 'facedbykareem securing bags and sparkling like diamonds in the light 💎  @steelskincare Wet Diamond eye patches & Steel Skin skin care band  Use Code: KAREEM10 to save ✨ 1w', 'facedbykareem remembered who I am, then the game changed. 👼🏾🌸 1w', 'facedbykareem literally, the most requested tutorial y’all ask for! 👀  It’s time I spill how my brows always look ✨snatched✨ using @morphebrushes ▫️ Brow Setting Gel in ‘Translucent’ ▫️ Micro Brow Pencil in ‘Java’ ▫️ Brow Cream in ‘Java’ ✨ USE CODE: GLAMFAM1052 at Morphe.com to save OR find these products at full price at @ultabeauty  pro tip: when you have your brows already tweezed, waxed or threaded- that’s already your map to filling in! Just follow the shape of your brows 1w', 'makeupbyjurn ✨🦋 FEELIN LIKE MAGIC 🦋✨ photo: @jaymuhlin muse: @kevin_jator_robinson mua: me @makeupbyjurn creative consultant: @binny_andthejets via @lemonjuiceprojects  product details: @danessa_myricks @danessamyricksangels beauty oil, vision cream cover, evolution powder, waterproof cream palettes “primary blue + beaches”, colorfixes “lift + primary yellow”, colorfix nude glaze @blackradiance illuminous glow palette 4h', 'makeupbyjurn 🥳 MY FIRST MASTERCLASS 🥳  PURCHASE YOUR TICKETS ON MAKEUPBYJURN.COM  SUNDAY MAY 16th | 1PM-5PM | PHILADELPHIA  light refreshments + wine, goodie bags (valued at $25), surprise raffles, discount codes, and pdf of product recommendations + techniques for all students 💕  bring your favorite eye makeup products (if you have some) + practice your eyeshadow and lash techniques with me! 🎨  most importantly, learn my process in person, ask questions, and take notes! 📚  SEE YOU THERE! 🥳 1w', 'makeupbyjurn SWIPE FOR PICTURES ➡️ freestyle editorial glam with @eastsidemamiii 🤩🎨  click the link in my bio to book your appointment 🖤 *I had to repost sorry 😭*  product details: @bossbrushes brushes  BASE @danessa_myricks vision cover cream N02 + N2.75, evolution powder 01, lightwork palette @elfcosmetics hydrating camo concealers @morphebrushes 8F fair play face palette @thecrayoncase blush binder  EYES @kvdbeauty shake primer @bhcosmetics trendy in tokyo palette @danessa_myricks colorfix “Phoenix” @jemmebeauty soulmate rhinestones @nostalgiacosmetics “cher” pigment @glambeautyco star glitter @lagirlcosmetics shockwave neon liner “outrage” @kissproducts individual lashes  BROWS @morphebrushes micro brow pencil “chocolate mousse” @makeuprevolution soap brow  LIPS @danessa_myricks colorfix “royalty”, luxe cream palette “nudist” _____________________________________ #cutcrease #carnivalmakeup #neonmakeup #editorialmakeup #brightmakeup #newjerseymakeupartist #phillymakeupartist #freelancemua #bottomlashes #danessamyricksangels #bhcosmetics 1w', 'makeupbyjurn quick process video 🌟 muse: @queenfanta.c 😍 assisted by: @kawaii_britt bts with @ceeceesclosetnyc 👑  skin: @physiciansformula 24k eye cream @itembeauty lite sauce primer  eyes: @bhcosmetics trendy in tokyo eyeshadow palette @aevabeauty sunset highlighter  base: @nyxcosmetics born to glow foundation “23” @lorealparis infallible concealer “415” @danessa_myricks the balm contour “deep 3”, evolution powder “4.5”, lightwork palette @morphebrushes 8D Deep Glam face palette @thecrayoncase blush binder (red shade)  brows: @morphebrushes micro brow pencil “chocolate mousse” @makeuprevolution soap brow  lips: @danessa_myricks colorfix nude glaze “espresso” + “cocoa” 2w', 'makeupbyjurn HOT LIKE FIRE 🔥 I’m begging y’all to zoom in on this eye!!  photo/cd/retouch: @camchampszn 🌟 muse: @lelliessantiago 😍 mua: me @makeupbyjurn 🎨 using @danessa_myricks colorfix hair: @braided__ ✂️ nails: @kays_klawzzz 💅🏾  product details: BASE: @danessa_myricks beauty oil, vision cover cream “TO01 olive”, evolution powder “2.5” @elfcosmetics hydrating camo concealer @morphebrushes revitalizer primer, continuous setting mist  CHEEKS: @blackradiancebeauty illuminous glow palette “highlight of your life” @danessa_myricks dew wet balm “clear”, balm contour “medium 2” @morphebrushes 8D face palette  BROWS: @danessa_myricks colorfix nude 2 + lift  EYES: @danessa_myricks colorfixes in colbolt, valentine, phoenix, blackout  LIPS: @danessa_myricks colorfixes in valentine, blackout, clear glaze  #danessamyricksbeauty #danessamyricks #danessamyricksangels #sephora #nextbigthing #blaxkowned #editorialmua #danessamyrickscolorfix #colorfix #colorfixmeup #blackradiancebeauty #morphe #elfcosmetics #nycmua #brooklynmua #njmua #brooklynmakeupartist 2w', 'makeupbyjurn MY SKINCARE ROUTINE 🧖🏽\u200d♀️  comment your favorite skincare secrets below!  product details + how to ⬇️ 1. @garnierusa waterproof micellar cleansing water + @cvs_beauty XL cotton ovals -Use make up remover to gently take off lashes. Hold pad for a few seconds. Firmly but gently rub to remove eye make up. be sure to give extra love to which ever part of your face has the heaviest make up on it. Continue until all make up is removed. Be sure to get in your edges, ears, neck, etc.  2. @dermae universal cleansing balm -On a dry face, using circular motions, massage cleansing balm all over. Don’t be afraid to use this to help remove eye makeup too! Again be sure to fully remove make up everywhere. After cleansing for at least 60 seconds, use water to remove the balm.  3. @tatcha the deep cleanse -Apply to a wet face. Circular motions for 60 seconds. Avoid eye area + remove with water.  4. @lorealparis hydrafresh toner -Apply a quarter size amount using hands. Be careful around eyes.  5. @rosenskincare earth face mask + charcoal face mask ***USE MY CODE “Jurn15” FOR 💸💸💸 OFF*** -Use clean + dry hands/brush to apply. Use different masks to target different skin issues. Let dry for 15-20 mins, then remove with water.  6. @formula1006us on your mark blemish fader -On a dry face, apply to dark marks. Avoid eyes and broken/irritated skin.  7. @glamglow bright eyes cream -Using your ring finger, gently apply around eyes. You can apply on eyelids and temples as well.  8. @glowrecipe banana soufflé moisture cream -Use a dime sized amount. Gently rub into skin until absorbed.  9. @sheamoisture overnight face oil -Gently massage all over face and neck.  10. @rosenskincare break out treatment ***USE MY CODE “Jurn15” FOR 💸💸💸 OFF*** -Apply directly to bumps. Make sure there’s a thick layer. 2w', 'makeupbyjurn full glam appointments never looked better 😍💖 happy birthday big sis @jade_royale @fauxlocsbyjade !!  new clients save $10 off makeup services when they use code “NEWCLIENT10”! book thru MakeupByJurn.com  product details: @danessa_myricks @danessamyricksangels beauty oil, vision cream cover, evolution powder, the balm contour, luxe cream feminist palette for blush + lips, custom colorfix liner (lift, phoenix, valentine), custom colorfix lips (chocolate, nude 7, latte)  @morphebrushes revitalizer primer, micro brow pencil, face palettes 8T + 8D, continuous setting mist @nyxcosmetics born to glow foundation “15” + “15.9” @thecrayoncase blush binder @beccacosmetics shimmering skin perfector “prosecco pop”  #newclientswelcome #newclientspecials #fullglam #softglam #graphicliner #brightmakeup #neonmakeup #springmakeuplook #danessamyricks #danessamyricksbeauty #danessamyricksangels #colorfix #colorfixmeup #morphe #morphebrushes #morphebabe #nyxcosmetics #borntoglowfoundation #crayoncase #blushbinder #beccacosmetics 2w', 'makeupbyjurn A DAY IN THE LIFE OF A MUA ✨  huge thank you to @winglyss for the suggestion to make this kind of video!  this is what a typical work day in nyc looks like for me, tag a mua below who can relate ⬇️  #dayinthelife #vlog #mua #makeupartist #freelancemua #freelanceartist #nycmua #nycmakeupartist #njmua #photoshoot #editorialmakeup #fyp #viral #muasupport #mua_underdogs #mualife 2w', 'makeupbyjurn makeup + sunlight are besties 🤝 @randi.noble 🩸 lash xtensions: @doubledoselashes  products used: • @danessa_myricks @danessamyricksangels beauty oil, evolution powder, balm contour, lightwork palette, colorfixes: primary red, phoenix, primary yellow, blackout, clear glaze • @shopvioletvoss coral pop palette • @thecrayoncase blush binder • @morphebrushes 8T totally tan face palette, micro brow pencil, continuous setting mist • @nyxcosmetics born to glow foundation • @elfcosmetics hydrating camo concealer  #nycmua #editorialmua #cutcrease #dewymakeup #danessamyricksangels #colorfixmeup #danessamyricksbeauty #morphebrushes #violetvoss #crayoncase #elfcosmetics #nyxcosmetics 3w', 'yukas.cloud shadow shape was inspired by @catalinahotin !! also, i wanted to share that the @asianmentalhealthcollective has rounded up some really great resources for therapy, support groups, and ways to support anti-racism in their linktree !! you can go to their page and see their bio for all those links! through all the shit going on i hope you don’t feel selfish for taking a break from your phone or spending some time alone. do whatever it is you can do to get a little bit of peace. . . . . . . . . . ⭐︎ @lauramercier blurring primer ⭐︎ @narsissist natural radiant longwear foundation ⭐︎ @milkmakeup flex concealer, highlight stick [lit], blush stick [flip], loose setting powder ⭐︎ @colourpopcosmetics fade into hue & stone cold fox palettes, queenie lash, brown mascara in brows ⭐︎ @claropsyche sketch paint ⭐︎ @stilacosmetics blue realm palette ⭐︎ @moiracosmetics concealer ⭐︎ @fentybeauty diamond bomb [how many karats?!] ⭐︎ @freck noir . . . . . . . . . #lauramercier #narsissist #milkmakeup #colourpopcosmetics #claropsyche #stilacosmetics #moiracosmetics #fentybeauty #freck #graphicliner #bluemakeup #pastelmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 1w', 'yukas.cloud something fun !! trying to practice doing more simple, relaxing lewks so i kept the base really simple with no foundation! :-) today, i want to share that @merchaid has been selling shirts & prints designed by some amazing AAPI artists, with 100% of the profit going to @aapiwomenlead !!! i just ordered the shirt designed by @jennetliaw and am very very excited to receive it :-) check it out on Merch Aid’s page! . . . . . . . . . ⭐︎ @colourpopcosmetics queenie lash, creme gel liner [good reef] in waterline, white mascara in brows, fade into hue palette ⭐︎ @milkmakeup blur stick, flex concealer, highlight stick [lit], blush stick [flip], color chalk [skip it] ⭐︎ @glistencosmetics wet liner [strawberry] on brows & eyes ⭐︎ @shanelcosmetics melaliner blue & green ⭐︎ @freck noir . . . . . . . . . #colourpopcosmetics #milkmakeup #studiofam #glistencosmetics #shanelcosmetics #freck #pastel #pastelmakeup #rainbowmakeup #graphicliner #pastelliner #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #pastelaesthetic #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 2w', 'yukas.cloud SUPPORT AAPI FOLKS. Honestly, I’m tired. My heart is heavy and so is my mind, and if I’m being super honest, I’m feeling a little discouraged because not enough people are talking about this. My mind is all over the place but I’m gonna try to be succint here. This isn’t a fight to see which minority has it the hardest, & it never was nor should it ever be. This is about confronting the ugly, horrifying reality in our country right now– that simply being Asian is reason enough to fear for your life. Asian Americans might be seen as the “model minority” [fuck that] but that doesn’t mean we’re immune to hate crimes & assault. Even if you’re not AAPI, I’m sure you grew up seeing your AAPI classmates get bullied/teased at school, right? Other kids will say our home lunch smells stinky, call us gross for eating raw fish, pull their eyes back and say “ching chong,” and NOW our Asian American kids even have to deal with other kids accusing them of “spreading coronavirus,” & being told to “go back to China.” KIDS. Where do you think they’re learning to talk like that? When Trump says it on the news, when politicians tweet about it, when your neighbors & family members & friends & comedians & influencers contribute to these Asian stereotypes, even as a joke, that shit piles up. It piles up so much that people think KILLING & ASSAULTING Asian elders, adults, teens, & kids, is JUSTIFIABLE. That being Asian is a good enough reason to DIE. Please dedicate some time, even 5-10 mins a day, to learn something about Asian American history, or to find organizations that support AAPI communities in your area, or to find + support AAPI-owned businesses. Whatever you chooose to do, all I can hope for is that we keep the discussion going while amplifying AAPI and BIPOC voices, & that we keep listening and learning. If you don’t know where to start, whether you’re AAPI or not, take a look at some videos/podcasts that I think are helpful / worth watching. I also need to do better in a lot of ways, so I will keep trying, learning, and listening, & I hope you do too. 4w', 'yukas.cloud !!! so excited for today’s collab with @fuji1kenobe !!!✨ i actually first found her prints at a local market here in hawaii, which was definitely over a year ago at this point, and i’ve been inspired by her amazing art ever since! we both created things inspired by the other person’s creations and i had so much fun doing it. so go check out Maya’s post and show some love💞 swipe to see her work and specific pieces i used as inspiration, & her process video! and thank you to Maya for collabing with me, it is such an honor and i am continuously inspired by your art :’) . . . . . . . . . ⭐︎ @renskincare clean screen mixed with @milkmakeup vegan moisturizer as a base ⭐︎ @touchinsolus no poreblem primer ⭐︎ @narsissist natural radiant longwear foundation [vanuatu] ⭐︎ @milkmakeup loose setting powder [med. translucent] ⭐︎ @moiracosmetics dreamscape eyeshadow palette ⭐︎ @claropsyche sketch paint [face, liner, brows] ⭐︎ @claropsyche real fantasy palette [for highlight] ⭐︎ @hauslabs rip lip liner [myth] ⭐︎ @anastasiabeverlyhills liquid lipstick [sand] . . . . . . . . . #renskincare #milkmakeup #touchinsolus #narsissist #moiracosmetics #claropsyche #sketchpaint #hauslabs #anastasiabeverlyhills #pastel #pastelmakeup #graphicliner #eyeliner #pastelaesthetic #rainbowmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 8w', 'yukas.cloud welcome to the fairy garden 🌿🍄🦋✨ today i’m bringing you a COLLAB with the lovely @kitty.irl , who is the sweetest and whose work has seriously always inspired me— you can tell just by looking at their page how hard they work !!! anyway go check out their amazing fairy garden lewk too and show some luv <3 this took about 7 hours but it was rlly fun🥰 take care 🧸💕 . . . . . . . . . ⭐︎ @renskincare clean screen mixed with @milkmakeup vegan milk moisturizer as a base ⭐︎ @touchinsolus no poreblem primer ⭐︎ @narsissist natural radiant longwear foundation [vanuatu] ⭐︎ @milkmakeup loose setting powder [med. translucent] ⭐︎ @anastasiabeverlyhills blush [scorching] ⭐︎ @freck noir ⭐︎ @claropsyche sketch paint, psyche’s box palette, real fantasy palette ⭐︎ @colourpopcosmetics mint to be palette, in a trance palette ⭐︎ @hauslabs rip lip liner [myth] ⭐︎ @anastasiabeverlyhills liquid lipstick [red coral] ⭐︎ @sephoracollection clear plumping gloss ⭐︎ @ardellbeauty 253 lash . . . . . . . . . #renskincare #milkmakeup #touchinsol #narsissist #anastasiabeverlyhills #freck #claropsyche #colourpopcosmetics #hauslabs #sephoracollection #ardelllashes #pastelmakeup #pastel #flowermakeup #graphicliner #fairymakeup #butterflymakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 9w', 'yukas.cloud ⭐︎ @renskincare clean screen mixed with @milkmakeup vegan milk moisturizer as a base ⭐︎ @touchinsolus no poreblem primer ⭐︎ @narsissist natural radiant longwear foundation [vanuatu] ⭐︎ @milkmakeup flex concealer [golden sand] ⭐︎ @glossier cloud paint [haze] ⭐︎ @milkmakeup matte bronzer stick [blaze] ⭐︎ @milkmakeup highlight stick [lit] ⭐︎ @milkmakeup loose powder [med. translucent] ⭐︎ @colourpopcosmetics stone cold fox palette ⭐︎ @moiracosmetics concealer to cut the crease ⭐︎ @anastasiabeverlyhills brow definer [chocolate] ⭐︎ @colourpopcosmetics brown mascara in brows ⭐︎ @ardellbeauty 253 lash ⭐︎ @hauslabs rip lip liner [myth] ⭐︎ @anastasiabeverlyhills liquid lipstick [sand] ⭐︎ craft pearls . . . . . . . . . #renskincare #milkmakeup #studiofam #touchinsol #narsissist #glossier #colourpopcosmetics #moiracosmetics #anastasiabeverlyhills #ardelllashes #hauslabs #theartives #mua #makeup #neutralglam #softglam #eyeshadow #rhinestonemakeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #crazymakeup #weirdmakeup #pearls 11w', 'yukas.cloud just poppin by to say take care of urself <3 ok bye~~ products: ⭐︎ @renskincare clean screen SPF 30 mixed with @milkmakeup milk vegan moisturizer ⭐︎ @touchinsolus no poreblem primer ⭐︎ @narsissist natural radiant longwear foundation [vanuatu] ⭐︎ @glossier cloud paint [haze] ⭐︎ @milkmakeup matte bronzer [blaze] ⭐︎ @milkmakeup concealer flex concealer [golden sand] ⭐︎ @milkmakeup blur + set powder [med. translucent] ⭐︎ @anastasiabeverlyhills powder blush [scorching] ⭐︎ @moiracosmetics dreamscape palette ⭐︎ @colourpopcosmetics hocus pocus palette & all that palette ⭐︎ @milkmakeup kush liquid liner ⭐︎ @ardellbeauty 253 lash ⭐︎ @hauslabs rip lip liner [myth] ⭐︎ @milkmakeup lipstick [new whip] . . . . . . . . . #renskincare #milkmakeup #studiofam #touchinsol #narsissist #glossier #anastasiabeverlyhills #moiracosmetics #colourpopcosmetics #ardelllashes #hauslabs #graphicliner #pinkmakeup #rhinestonemakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #redmakeup #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 13w', "yukas.cloud @milkmakeup #STUDIOFAM collab time 🥰 tis the season because we are bringing u some lewks inspired by the seasons✨ here is my winter-inspired lewk!! be sure to check out everyone's beautiful work🧸🤍 . . . . . . . . . ⭐︎ @claropsyche sketch paint & psyche’s box palette & real fantasy palette ⭐︎ @moiracosmetics dreamscape palette & lucent cream shadow [saturn] & [neptune] for highlight ⭐︎ @colourpopcosmetics fade into hue palette & creme gel liner [ice breaker] ⭐︎ @touchinsolus no poreblem primer ⭐︎ @narsissist natural radiant longwear foundation [vanuatu] ⭐︎ @milkmakeup loose setting powder [med. translucent] ⭐︎ @thejunoco bombshell sculpting palette ⭐︎ @anastasiabeverlyhills blush [scorching] & liquid lipstick [stripped] ⭐︎ @hauslabs rip lip liner [myth] ⭐︎ @nyxcosmetics black liner ⭐︎ @ardellbeauty 253 lash . . . . . . . . . #claropsyche #moiracosmetics #colourpopcosmetics #touchinsol #narsissist #milkmakeup #thejunoco #anastasiabeverlyhills #hauslabs #nyxcosmetics #ardelllashes #bluemakeup #rhinestones #rhinestonemakeup #wintermakeup #graphicliner #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 20w", 'yukas.cloud inspired by my new earrings from my friend’s brand @kitaproducts :-) they’re available now so pls go check it out and support a wonderful small business !! . . . . . . . . . ⭐︎ @claropsyche sketch paint ⭐︎ @milkmakeup triple kush brow pen ⭐︎ @colourpopcosmetics brown mascara in brows ⭐︎ @maybelline the rocket mascara . . . . . . . . . #claropsyche #milkmakeup #colourpopcosmetics #maybelline #facepaint #graphicliner #pastel #pastelmakeup #theartives #mua #makeup #makeupart #makeupartist #myartistcommunity #creativemakeup #avantgardemakeup #editorialmakeup #runwaymakeup #colorfulmakeup #crazymakeup #weirdmakeup 21w', 'facebyhayley 🍭💗 Q: what’s your favorite disney channel show? mine was wizards of waverly place 😌 they really did what they had to do with that show☝🏾 • • Products Used: @theboldfacemakeup Brow Pencil in ‘B9’ @nyxcosmetics Brow Glue @colourpopcosmetics x Lizzie Mcguire Palette @baddieblashes in ‘She Cute’ @milkmakeup Kush Mascara @milkmakeup Hydro Grip Primer @milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’ @tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’ @hudabeautyshop Easy Bake Powder in ‘Blondie’ @fentybeauty Powder Foundation in ‘420’ @ctilburymakeup Flawless Bronzer in ‘Deep 4’ @aboutfacebeauty Lightlock Powder in ‘Lightspun’ @colourpopcosmetics Lip Pencil in ‘BFF4’ and Lip Gloss in ‘Miranda’ •  #makeup #colourpop #colourpopme #disneylizziemcguireandcolourpop #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #colorfulmakeup #modelmalay #milkmakeup #studiofam #v93oo 4w', 'facebyhayley we love a honey blonde moment 👱🏾\u200d♀️ i’m posting a new youtube video tomorrow on this hair from @unicehair 🤍 4w', 'facebyhayley 🍫🍫🍫 • • Products Used: @morphebrushes Brow Pencil in ‘Java’ @nyxcosmetics Brow Glue @colourpopcosmetics ‘Bare Necessities’ Palette @colourpopcosmetics Super Shock Shadow in ‘Lady Bird’ @baddieblashes in ‘She Cute’ @milkmakeup Kush Mascara @milkmakeup Hydro Grip Primer @milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’ @tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’ @hudabeautyshop Easy Bake Powder in ‘Blondie’ @fentybeauty Powder Foundation in ‘420’ @ctilburymakeup Flawless Bronzer in ‘Deep 4’ @aboutfacebeauty Lightlock Powder in ‘Lightspun’ @nyxcosmetics Lip Pencil in ‘Espresso’ & Lip Gloss in ‘Milk the Coco’  •  #makeup #colourpop #colourpopme #softglammakeup #softglam #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #nyxcosmetics 5w', 'facebyhayley we love a good gloss 🥰 these new @nyxcosmetics glosses are so pretty! 🤍 • • @nyxcosmetics ‘This is Milky’ Lip Glosses in ‘Milk & Hunny’, ‘Milk It Pink’, ‘Cherry Skimmed’, and ‘Milk the Coco’, Lip Liner in ‘Espresso’ • #nyxcosmetics #lipgloss #thisismilkygloss #lipcombo #liptutorial #gloss #melaninbeauties #makeupforpoc 5w', 'facebyhayley 🌻🌻🌻 • • Products Used: @morphebrushes Brow Pencil in ‘Java’ @nyxcosmetics Brow Glue @colourpopcosmetics ‘Limoncello’ Eyeshadow Palette @colourpopcosmetics Super Shock Shadow in ‘Lady Bird’ @aboutfacebeauty Shadowstick in ‘Chaos Theory’ @baddieblashes in ‘She Cute’ @milkmakeup Kush Mascara @milkmakeup Hydro Grip Primer @milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’ @tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’ @hudabeautyshop Easy Bake Powder in ‘Blondie’ @fentybeauty Powder Foundation in ‘420’ @ctilburymakeup Flawless Bronzer in ‘Deep 4’ @rarebeauty Liquid Blush in ‘Grateful’ @aboutfacebeauty Lightlock Powder in ‘Lightspun’ @colourpopcosmetics Lippie Pencil in ‘BFF 4’ @colourpopcosmetics Lux Lip Gloss in ‘Biscotti’ •  #makeup #colourpop #colourpopme #limoncellopop #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo 5w', 'facebyhayley spring vibes 💐 • • Products Used: @morphebrushes Brow Pencil in ‘Java’ @nyxcosmetics Brow Glue @glisten_cosmetics Split Liner in ‘Raspberry Punch’ @colourpopcosmetics ‘Fade Into Hue’ Eyeshadow Palette @colourpopcosmetics Super Shock Shadow in ‘Lady Bird’ @aboutfacebeauty Shadowstick in ‘Creature’ @baddieblashes in ‘Baddie’ @milkmakeup Kush Mascara @milkmakeup Hydro Grip Primer @milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’ @tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’ @hudabeautyshop Easy Bake Powder in ‘Blondie’ @fentybeauty Powder Foundation in ‘420’ @colourpopcosmetics Cheek Dew Serum Blush in ‘Hot Fuss’ @ctilburymakeup Flawless Bronzer in ‘Deep 4’ @colourpopcosmetics Lippie Pencil in ‘BFF 4’ @maybelline Lifter Gloss in ‘Stone’ @revlon Satin Ink in ‘Your Majesty’ •  #makeup #colourpop #colourpopme #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo #glistencosmetics 6w', 'facebyhayley happy saturday 🥰 i’m so happy with how this turned out!!! sharp liner looks are my fav to do 💙 swipe 👉🏾 • • Products Used: @morphebrushes Brow Pencil in ‘Java’ @nyxcosmetics Brow Glue @glisten_cosmetics Split Liner in ‘The Royals’ @colourpopcosmetics ‘Fade Into Hue’ Eyeshadow Palette @colourpopcosmetics Super Shock Shadow in ‘Lady Bird’ @marcjacobsbeauty Gel Eyeliner in ‘Out of the Blue’ @theboldfacemakeup Lashes in ‘Dream Big’ @milkmakeup Kush Mascara @milkmakeup Hydro Grip Primer @milkmakeup Blur Liquid Matte Foundation in ‘Golden Deep’ @tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’ @hudabeautyshop Easy Bake Powder in ‘Blondie’ @fentybeauty Powder Foundation in ‘420’ @ctilburymakeup Flawless Bronzer in ‘Deep 4’ @colourpopcosmetics Lippie Pencil in ‘BFF 4’ @maybelline Lifter Gloss in ‘Stone’ @revlon Satin Ink in ‘Your Majesty’ •  #makeup #colourpop #colourpopme #creativemakeup #glam #makeupideas #makeuplooks #theartistedit #liner #graphicliner #modelmalay #milkmakeup #studiofam #brownmelaninmakeup #melaninbeauties #v93oo #glistencosmetics 6w', 'facebyhayley hi guys 🥰 hair from @klaiyihair_no1 🤍 swipe 👉🏾 (click the link in my bio to watch my youtube video where i install and review this hair 😌) hope everyone has a great day ilysm  🤍  Products Used- @morphebrushes Brow Pencil in ‘Java’ @nyxcosmetics Brow Glue @urbandecaycosmetics ‘Stoned Vibes’ and ‘Naked Wild West’ Palettes @lavaalashes Lashes in ‘Sexy’ @milkmakeup Kush Mascara, Hydro Grip Primer, Highlight Stick in ‘Lit’ @toofaced Born This Way Foundation in ‘Chai’ @tartecosmetics Shape Tape Concealer in ‘Med-Tan Golden’ @hudabeautyshop Easy Bake Powder in ‘Blondie’ @fentybeauty Soft Matte Powder Foundation in ‘420’ @ctilburymakeup Flawless Bronzer in ‘Deep 4’ @colourpopcosmetics Powder Blush in ‘Cat’s Eye’, Lippie Pencil in ‘BFF 4’, Super Shock Shadow in ‘Lady Bird’ @destineebeautyy Lip Gloss in ‘Destinee’   #makeup #mua #underratedmuas #colourpop #colourpopme #fentyface #creativemakeup #glam #lipcombo #makeupideas #makeuplooks #brownmelaninmakeup #klaiyihair #makeuptransformation #makeupforpoc #melaninbeauties 7w', 'facebyhayley I’m obsessed with the new @colourpopcosmetics Cheek Dew Serum Blushes! #ad They’re so easy to blend and so pigmented 😍 These shades ‘Hot Fuss’ and ‘Bubbles’ are about to be my new staple blushes 🥳😌  Products Used @colourpopcosmetics - Cheek Dew Serum Blushes in ‘Hot Fuss’ and ‘Bubbles’ - Complexion Sponge - Super Shock Shadow in ‘Lady Bird’ - Lippie Pencil in ‘BFF 4’  #colourpopcosmetics #colourpop #CPCheekDew 7w', 'cyberkay "Those who put themselves before nature will always fall. Pollution effects everyone even those who don\'t care"  Produced by @hoodstylehub Creative Director @kw33n_t.y  MUA @cyberkay & @chunkebeauty  Stylist @yani.mariee  Photographer @10.degrees_celsius Videographer @kaiireloaded Edits @karlid_”  Models : @cocoadad @veeloria @shavell.fernandez @slimmjimzzz @venusentraptress @rebecca__gaynor  #earthday #nature #earth #earthday2021 #photography #environment #love #recycle #adventure #explore #motherearth #naturephotography #art #cyberkay 4d', 'cyberkay Thank you all for the birthday wishes yesterday 🤎 4d', 'cyberkay Hold tight <3 2w', '__sata___ Gorgeous 😍😍 3wReply', 'cyberkay Friends who wear juicy together stay together 😌💗 3w', 'cyberkay It’s the @glamnetic bombshell lashes for me 😌💗  Use code : “CYBERAKAY2021“ to get money off 🙈 . . .  #underratedmuas #makeupforblackwomen #melaninmakeup #glamnetic #hairnbeautydirectory #cyberkay 3w', 'cyberkay Late night vibes ... 3w', 'cyberkay So many liner looks on the way 💚  Brows : @theboldfacemakeup better brow pencil on the brows  Lashes : @morphebrushes  Foundation: @narsissist natural radiant long wear foundation in Cadiz  Setting powder: @kvdveganbeauty translucent  Lips : @maybelline filter gloss . #cyberkay 6w', 'cyberkay I’m horrible with captions 🙄 6w', 'ivykungu i love this pic so much?? 😭 anywayysss i’m off to go touch up roots... wish me luck 🙃 2d', 'ivykungu first set of acrylics on myself! have you been following my little journey on twitter? (twitter: @ ivykungu) i started doing my own nails this year and it’s been super fun! . . #youngnailsinc cover pink and core clear #joytii (on amazon) pastel gel polishes #beetlesgelpolish for the beige (962) and orange (964) #makartt striper brushes #melodysusie portable drill and bits 4d', 'ivykungu he better put me in the bag w whatever else he was was finna take tf? 😭😭 | TIKTOK: @ IVYKUNGU 4w', 'ivykungu i mean... i guess you could call me bad bunny right? 🐰✨ . . . everything’s from savage except the bunny ears which i got for like $7 on amazon lol 12w', 'ivykungu i be transforming ngl 😭 anywaayyyyssss! everyone talking about this link shirt reminded me that i haven’t played BOTW in foreeevvveerrr soooo— imma go do that... 🏃🏾\u200d♀️💨 15w', 'ivykungu hi uuuhhh.... jsyk, imma post more full body/fashion stuff this year 😳😬 . . . #fashionnova #fashionnovacurve #plussizefashion #plussizes #savagexfenty #plt #pltstyle #rebdolls 15w', 'ivykungu here’s a lil tut from my tiktok! more lash tips coming soon 🥰 TIKTOK: @ IVYKUNGU . . LASHES: Dubai from #themakeupshack (code “IVY” to save!!) . . #themakeupshack #makeuptutorial #lashes #lashtutorial #headbandwig #makeupforbeginners #beginnermakeup #beautyobsessed #fentybeauty 16w', 'ivykungu i come baring an ancient ivyan proverb 😔🤲🏾 #fartonhim2021 . . . #bodypositivity #bodyposi #bodyneutrality #plussize #plussizefashion 17w', 'ivykungu swipe to see me being a fashion icon fhskchsnxb . . .  . Key Products Used: #themakeupshack lashes in Kurupt and gloss in lucious (code IVY to save ‼️) #maccosmetics powder kiss eyeshadows in werk werk werk, lens blur, fall in love, and give a glam; mac x @teyanataylor lipglass in save ya tears hunny #alamarcosmetics hydrating complexion trio in golden hour x cinnamon sugar x oye morena!, and colorete blush trio in diosa (inner corner) x twin flame x divine wine (other two are on the cheeks) #lauragellerbeauty guilded honey highlighter #benefitcosmetics foolproof brow powder in shade 5, kabrow in shade 5, and 24 hr brow setter #narsissist natural radiant longwear foundation in new caledonia and radiant creamy concealer in amande #maybelline instant age rewind concealer in caramel #onesize loose powder in translucent and dark/deep . . #christmasmakeup #benefitbrows #benebabe #rpgshow #frontalwigs #wintermakeup 18w', 'glambymykaila AD. Hi guys 💜✨ I’ve partnered up with @trixiecosmetics to showcase the new Bottle Blonde Collection 👱🏾\u200d♀️💞 This collection is the perfect mix of neutrals, roses, and purples that’ll look great on anyone ✨ The collection is now live @ trixiecosmetics.com! 💜👱🏾\u200d♀️✨  Products Used: Bottled Blonde Eyeshadow Palette Shades: “Me” Day, I Got Bangs, Lash Lift, and Polished High Shine Lip Gloss Shades: Hater and Press On  #trixiecosmetics #bottledblonde #makeuplook #eyeshadowlook #creativemakeup #colorfuleyeshadow #makeupinspo #cutcrease 3d', 'glambymykaila ad. How I Do My Wing’d Liner using @mavenbeauty exclusively sold at fashionnova.com 😍✨ mavenbeautypartner  Products Used: Mamajuana Liquid Liner Medium Blend Basic Beat Eyeshadow Flex Lipstick  #makeupvideos #eyeliner #graphicliner #makeuptutorial 1w', 'glambymykaila Hi guys! Here is the tutorial of the Blends palette from @blendbunnycosmetics! This palette recently went viral and I just had to pick it up! What are your thoughts and are you getting this palette? 😍🌈✨  #makeupvideo #makeuptutorials #makeupinspo #creativemakeup #rainbowmakeup #colorfulmakeup #makeupinspo 1w', 'glambymykaila Hi guys ✨ Today I tested out the new @blendbunnycosmetics eyeshadow palette and it’s amazing! 😍 I’ll have a tutorial of this look posted soon! If you want to watch it now you can head over to my tiktok to see (glambymykaila) 🥰 Also this look is inspired by an older look of mine and @raggedyroyal ✨ . . 𝑷𝑹𝑶𝑫𝑼𝑪𝑻 𝑫𝑬𝑻𝑨𝑰𝑳𝑺: 𝑩𝑹𝑶𝑾𝑺: @hudabeauty #BombBrows in Rich Brown 𝑬𝒀𝑬𝑺: @beautycreations.cosmetics Ballerina Girl Eye Primer (Use code Mykaila to save) @blendbunnycosmetics Blends Palette @lillylashes Faux Miami Lash @ ABH for the glitter 𝑭𝑨𝑪𝑬: @narsissist Soft Matte Foundation In Marquises @makeupforever Matte Velvet Concealer in 5.1 @alamarcosmetics Colorete Blush Trio Dark/Rich @kimchichicbeauty Candy Girl Freckle Pen @ctilburymakeup Bronzer in 4 𝑳𝑰𝑷𝑺: @milanicosmetics Rich Cocoa Lip Liner @beautycreations.cosmetics Friend Zone Velvet Stay (Use code Mykaila) . . #beautycreations #blendbunnycosmetics #rainbowmakeup #creativemakeup #alamarcosmetics #milanicosmetics #haloeye #narsfoundation #lillylashes #hudabeauty #colorfulmakeup #charlottetilbury #makeupforever #makeupinspo #100daysofmakeup #wakeupandmakeup #makeupvideo 1w', 'glambymykaila spring flowers 🌺 look inspired by @evyxo_ 😍  eye products used: @beautycreations.cosmetics Jade Base @glamvicecosmetics roller skate, blue raspberry, platforms, chill pill water activated liners (use code Mykaila to save) @bperfectcosmetics x @staceymariemua carnival 3 palette (use code glambymykaila10 to save) @makeupgeekcosmetics Isabella lash  #graphicliner #springmakeup #retromakeup #colorfulmakeup #makeupvideo #makeuptutorial #glamvicecosmetics #bperfectcosmetics #makeupgeek #beautycreations 2w', 'glambymykaila Watermelon Sugar 🍉✨  It’s been a long time, but I finally have the motivation and inspiration to create some looks 🥰 This look was inspired by a look I did awhile ago, I just switched the colors! But of course shout out to @maytahmi because she’s the queen of squiggles right now 😍  ♡ 𝕡𝕣𝕠𝕕𝕦𝕔𝕥 𝕕𝕖𝕥𝕒𝕚𝕝𝕤 ♡ 𝕓𝕣𝕠𝕨𝕤 ♡ @urbandecaycosmetics Brow Blade 𝕖𝕪𝕖𝕤 ♡ @midascosmetics_ B*tch’n Cake Liner Palette @makeupamurder Green Pastel Pigment (use code Mykaila to save) @lunarbeauty Stella Lashes 𝕗𝕒𝕔𝕖 ♡ @fentybeauty Eaze Drop Skin Tint ‘20’ @rarebeauty Concealer @colouredraine Cinna Bae Bronzer (use code Mykaila to save) @alamarcosmetics Colorete Blush @kimchichicbeauty Freckle Pen 𝕝𝕚𝕡𝕤 ♡ @patmcgrathreal Naked Rose Opulust Gloss . . #graphicliner #editorialmakeup #alamarcosmetics #urbandecaycosmetics #midascosmetics #makeupamurder #lunarbeauty #fentybeauty #eazedrop #rarebeauty #makeupvideo #makeupinspo #springmakeup #easymakeup #100daysofmakeup 3w', "glambymykaila AD. Hey everyone! I've partnered with @maybelline to show this all about eyes, mask friendly look! If you guys want to shop these products you can find them in-store or online at @CVS_beauty, check out my story so your #EyesCanTalk too! ✨ #MaybellinePartner  Eye Products Used:  Color Strikes in the shades Tempt, Crave and Flash  Tattoo Studio Liner in the shade Deep Onyx  Sky High Mascara in the shade Blackest Black 3w", 'glambymykaila Hi guys! Happy Friday 🤎 I may or may have not filmed a video for this look 👀 hopefully I can have it ready real soon 🥰  Product Details: @hudabeauty Bomb Brows in Black Brown @jackieaina Palette @makeupbymario Master Mattes @colourpopcosmetics Mandalorian Palette and Brat Pack Lipstick @toofaced Born This Way Foundation @rarebeauty Concealer @colouredraine Bronzer in Cinna-Bae @lunarbeauty Moon Prism Blush and Stella Lashes @kimchichicbeauty Candy Girl Freckle Pen @milanicosmetics Rich Cocoa Lipliner @fentybeauty Honey Waffles Gloss Bomb  . . #fentybeauty #hudabeauty #milanicosmetics #rarebeauty #toofaced #colourpopme #makeupbymario #softglam #graphicliner #everydaymakeup #easymakeup #rhinestonemakeup #makeupinspo #100daysofmakeup #glowingskin 4w', 'glambymykaila This has been in my drafts for months so here I am posting it ✨  I really want to update my wardrobe so where do you guys like to shop? I’m open to any suggestions 🥰 4w', 'ohitsbreee soft picnic look  enjoy! music: essence (instrumental) by wizkid ft tems • • •  PRODUCTS (in order of appearance) - @glowbyauric glow lust luminizer: goldstone - @milkmakeup skin tint: tan - @patmcgrathreal skin fetish sublime perfection concealer: md24 - @rarebeauty liquid blush: joy - @fentybeauty pro filtr setting powder: honey + hazelnut, match stick: espresso, + sunstalkr bronzer: coco naughty - @hauslabs 4 way eyeshadow quads: sunset + runway - @sephora sephora collection eye liner - @milkmakeup color chalk: jump - @urbandecaycosmetics stoned palette: tigers eye - @fentybeauty pro filtr powder foundation: 320 - @milanicosmetics baked blush: peach of me - @milkmakeup flex highlighter: iced + kush mascara - @patmcgrathreal fetish eyes mascara - @freck freck og xl - @makeupforever artist color pencil: 608 limitless brown - @fentybeauty gloss bomb cream: cupcakin  disclaimer: i dont own the rights to this music!! 1w', 'ohitsbreee FENTY FACE 1w', 'ohitsbreee i miss doing my makeup 😞 im finally getting used to working full time so i’ll be back soon with a new look yall! just gotta discipline myself! 2w', 'ohitsbreee hey yall just a lul update, I started a new full time job so my posting schedule will be a little janky for the next couple of weeks but im so ready to get back into creating new looks so hopefully i can kick some out for yall this weekend! LOVE YALL!!  • • • •  PRODUCTS - @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara - @patmcgrathreal skin fetish: sublime perfection concealer: M21 - @elfcosmetics 16hr camo concealer - deep chestnut - @freck cheekslime: fielding - @moiracosmetics pretty little thing palette + lifes a picnic - @milkmakeup blurring powder: medium - @theglowup liquid lip: sienna - @fentybeauty gloss bomb cream: honey waffles  #beautyinfluencer #mue #beauty #makeup #followme #spring#springmakeup#springlook#peacock#teal#bluemakeup#orangeblush#wings#makeuplooks #cutcrease#wakeupandmakeup#undiscoveredmuas #undiscovered_muas #underratedmuas #longlashes#hudabeauty#milkmakeup#fentybeauty 4w', 'ohitsbreee [blank] • • • •  PRODUCTS - @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara - @patmcgrathreal skin fetish: sublime perfection concealer: M21 - @elfcosmetics 16hr camo concealer - deep chestnut - @freck cheekslime: fielding - @moiracosmetics pretty little thing palette + lifes a picnic - @milkmakeup blurring powder: medium - @theglowup liquid lip: sienna - @fentybeauty gloss bomb cream: honey waffles 4w', 'ohitsbreee im a peacock let me FLY. @moiracosmetics definitely let the girls have it w this one! if you havent already go check out the new blooming series palettes by Moira Cosmetics for your spring glam looks!!  Products used:  - @moiracosmetics pretty little thing palette + lifes a picnic  • • • •  PRODUCTS - #hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara - #patmcgrathreal skin fetish: sublime perfection concealer: M21 - #elfcosmetics 16hr camo concealer - deep chestnut - #freck cheekslime: fielding - #milkmakeup blurring powder: medium - #theglowup liquid lip: sienna - #fentybeauty gloss bomb cream: honey waffles  #ad #moiracosmetics #spring #peacock #springmakeup #beautyinfluencer #cutcrease #glamlook #wakeupandmakeup #springbreak 4w', 'ohitsbreee #fauxtoes  • • • •  PRODUCTS - @hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara - @patmcgrathreal skin fetish: sublime perfection concealer: M21 - @elfcosmetics 16hr camo concealer - deep chestnut - @freck cheekslime: fielding - @moiracosmetics pretty little thing palette + ooh la la palette - @milkmakeup blurring powder: medium - @theglowup liquid lip: sienna - @moiracosmetics lip oil: lets cuddle - @revlon colorstay satin ink: wild ride 002  #revlon #spring #moira #moiracosmetics #springmakeup #flowerpower #spring#face#makeup#beauty#beautyinfluencer#milkmakeup#glam#colorfulmakeup#everydaymakeup #wakeupandmakeup 4w', 'ohitsbreee here i ammmmmm giving you something simple w @moiracosmetics 🐝☀️ go get hands on their new blooming series palettes and get glam for SPRING!  • • • •  PRODUCTS  @moiracosmetics pretty little thing palette + ooh la la palette @moiracosmetics lip oil: lets cuddle  - #hudabeauty water jelly primer + fauxfilter liquid foundation- 500G + LEGIT LASHES mascara - #patmcgrathreal skin fetish: sublime perfection concealer: M21 - #elfcosmetics 16hr camo concealer - deep chestnut - #freck cheekslime: fielding - #milkmakeup blurring powder: medium - #theglowup liquid lip: sienna - #revlon colorstay satin ink: wild ride 002  #springmakeup #springtime #hoodedeyesmakeup #bluemakeup #shimmer #everydayglam #simplemakeup #easymakeup #funmakeuplook #glowyskin #pinkblush #boldmakeup #wakeupandmakeup #moiracosmetics #glam #smokey 4w', 'ohitsbreee did this look for blend and babble w @keonixzamora a couple weeks ago, if u missed it the igtv is up! also if u havent already plz check out the link in my bio to leave me a testimonial for the 2021 #SephoraSquad !! it would mean a lot to me! 😭  • • •  PRODUCTS @urbandecaycosmetics wild wild west palette @rarebeauty concealers - 400W + 430W @benefitcosmetics - they’re real MAGNET mascara - high glow brow pencil @hudabeauty bombbrows - #6  #stpatricksday #makeup#beautyinfluencer #wingedeyeshadow #wing#green #bluemakeup#greenmakeup#wakeupandmakeup#cutcrease #funmakeuplook #creativemakeup #editorial #iranoutofhashtags #inolongercarelol#mua #mue #urbandecay #hudabeauty #bombbrows #blendandbabble 5w', 'iservelookz i just really want u to see these boba tea earrings i got at my local tea shop tbh💖 - @milkmakeup kush mascara (brows) @milkmakeup vegan moisturizer @xxrevolution xxplicit palette @plouise_makeup_academy base 2 @hauslabs bronzer & blush @milkmakeup hula hoop color chalk @maccosmetics sweet treat lip balm 3d', 'iservelookz i know i look fine 😔but deep down😩 *I WANT THIS SEMESTER TO END ALREADY* 💯🙏🏾 how long y’all got left till ur release date? i have like 3 weeks left rip me<3 1w', 'iservelookz tits out tonight bc i just found out i made the dean’s list LETS GOOOO<3 1w', 'iservelookz video gurl💿📞... 2w', 'iservelookz just uploaded my first youtube vid omg link in bio go watch🌻✨🌼 3w', 'iservelookz pretend u don’t see this wig lifting xo 🌼 3w', 'iservelookz 🦨 - i can’t decipher whether this look screams high fashion or skunk core.. anywayz this is proof i can turn anything into an accessory ty to @maccosmetics for gifting me my new bag<3 [it was originally the package for some pr they sent me] - [all products were gifted<3] - @hauslabs black liquid liner @milkmakeup hydro grip primer @milkmakeup “hula hoop” color chalk [as nose highlight] @xxrevolution glow skin foundation @colourpopcosmetics “thumper” gloss 4w', 'iservelookz black anna nicole smith™️ 🚜🌽🤍✨🐓🌾👩🏾\u200d🌾 4w', 'imightbesamera my two favorite colors !!!💗🌈\u2063\u2063\u2063\u2063 \u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063WIG: @bundlesofglamhair \u2063\u2063 \u2063\u2063adore hair color (neon pink & petal pink)\u2063\u2063 \u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063@sheencosmeticsofficial liner\u2063\u2063 \u2063\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 \u2063\u2063\u2063 \u2063\u2063@samplebeauty painters palette \u2063\u2063 \u2063@bhcosmetics festival palette \u2063\u2063 \u2063\u2063@nyxcosmetics milk pencil \u2063\u2063 @beatsbydebcosmetics glitter \u2063\u2063@icywifeycosmetics lashes \u2063\u2063 \u2063\u2063\u2063\u2063 \u2063\u2063FACE;\u2063\u2063\u2063\u2063\u2063 @essencemakeup hydrating primer \u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\u2063\u2063 \u2063\u2063@colourpopcosmetics no filter foundation dark 170\u2063 \u2063@narsissist natural radiant foundation Macao \u2063\u2063 \u2063\u2063\u2063@elfcosmetics cinnamon & tan latte concealer \u2063 \u2063poreless \u2063\u2063primer\u2063 \u2063\u2063@beautybakeriemakeup banana powder \u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063@anastasiabeverlyhills bronzer \u2063 \u2063@juviasplace Bella blush \u2063\u2063 \u2063\u2063@benefitcosmetics cookie highlighter \u2063 \u2063\u2063\u2063\u2063 \u2063\u2063LIPS;\u2063\u2063\u2063 \u2063\u2063@maccosmetics halo at me glow play balm \u2063\u2063 \u2063@essencemakeup brown eyeliner and lipstick \u2063 \u2063\u2063 \u2063🌈\u2063 \u2063\u2063 \u2063\u2063 \u2063💗\u2063 \u2063\u2063 \u2063😳\u2063 \u2063\u2063 \u2063#imightbelooks #makeupvideo #makeuptutorial #blending #wakeupandmakeup #haloeye #haloeyemakeup #bretmansvanity #beauty #blackgirlmagic #colourpopme #explore #25mmlashes #neonmakeup #inbeautmag #howtomakeup #pinkeyeshadow #crazymakeup #trendmood1 #pride #morphe #kvdveganmakeup #wakeup2slay #makeupgoals 3d', 'imightbesamera COSMO AND WANDA ARE NOT SLICK🤨! 💗💚\u2063 \u2063\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063 \u2063WIG: @bundlesofglamhair \u2063 \u2063adore hair color (neon pink & petal pink)\u2063 \u2063\u2063 \u2063\u2063 \u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063@sheencosmeticsofficial liner\u2063 \u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 and base in rumour 05 \u2063 \u2063@beautybaycom pastel palette \u2063 \u2063@samplebeauty painters palette \u2063 \u2063@colourpopcosmetics fade into hue palette \u2063 \u2063@nyxcosmetics milk pencil \u2063 \u2063@icywifeycosmetics lashes \u2063 \u2063\u2063 \u2063FACE;\u2063\u2063\u2063\u2063 \u2063@thejunoco moonshine cream\u2063 \u2063\u2063\u2063\u2063@milkmakeup hydrogrip primer\u2063\u2063\u2063\u2063 \u2063@colourpopcosmetics pretty filter primer & foundation 157W & freckle pen \u2063 \u2063\u2063@elfcosmetics poreless \u2063\u2063 \u2063@narsissist concealer amande\u2063 \u2063@makeuprevolution concealer in da pot \u2063 \u2063@doncosmeticsofficial translucent powder \u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063 blush trio\u2063 \u2063@beautybaycom highlight palette \u2063 \u2063\u2063@aboutfacebeauty light lock powder \u2063 \u2063@freck og\u2063 \u2063\u2063 \u2063LIPS;\u2063\u2063 \u2063@maccosmetics halo at me glow play balm \u2063 \u2063@kvdveganbeauty crucifix lip liner\u2063 \u2063@colourpopcosmetics juicy apple lip crayon and Miranda plumping gloss \u2063 \u2063@tower28beauty oat, coconut and almond lip gloss\u2063 \u2063\u2063 \u2063💗\u2063 \u2063\u2063 \u2063💚\u2063 \u2063\u2063 \u2063🤍\u2063 \u2063\u2063 \u2063#imightbelooks #morphebrushes #morphe #morphebabe #beautybay #maccosmetics #wakeupandmakeup #hypnaughtymakeup #makeupintense #elfcosmetics #facechart #makeupface #fauxfreckles #wingedliner #tiktok #makeuptutorial #editorialmakeup #runwaymakeup #runway #aboutface #editorial #avantgardemakeup #funmakeup #easymakeup #pinkhair #motd #makeuptutorial #highfashionmakeup #myartistcommunity #maquillaje #lacefrontwig 6d', 'imightbesamera IM THE CATALYST 🤍🖤 \u2063\u2063Follow(@imightbesamera) for more  how do we like my bathroom lighting 😆 idk it was just hitting diff🐌  \u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063@benefitcosmetics precisely my brow (6) ,\u2063 \u2063brow zings pro palette\u2063 \u2063@koffeekosmetics brow pomade \u2063 \u2063@mehronmakeup aq face paint\u2063 \u2063beauty supply lashes\u2063 \u2063\u2063 \u2063\u2063 \u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063 @mycreativecandle toner & glow serum \u2063@fourthraybeauty chamomile face milk \u2063\u2063 \u2063\u2063@freck rich b*tch moisturizer \u2063\u2063 \u2063\u2063@peach_slices primer serum\u2063\u2063 \u2063\u2063\u2063\u2063\u2063@milkmakeup hydro grip primer \u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@elfcosmetics poreless putty primer \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063@colourpopcosmetics pretty fresh foundation “dark 157w”\u2063\u2063 \u2063\u2063\u2063\u2063\u2063@colourpopcosmetics no filter concealer “dark 40”\u2063\u2063 \u2063\u2063@makeuprevolution concealer in da pot \u2063\u2063 \u2063\u2063\u2063\u2063\u2063@colourpopcosmetics banana powder\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063@beautybaycom highlighter palette \u2063\u2063 \u2063\u2063@alamarcosmetics contour trio dark/rich\u2063\u2063 \u2063\u2063@juviasplace Bella blush\u2063 \u2063\u2063 \u2063LIPS;\u2063\u2063 \u2063@colourpopcismetics BFF 3 liner, health kick lux gloss \u2063 \u2063@tower28beauty almond, oat, magic\u2063 \u2063@nyxcosmetics butter glosses  🤍  🖤  🐼  #imightbelooks #editorial \u2063\u2063 #graphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #studiofam #hydraliner #suvacreatorquest #morphebabe #colourpopme #tiktokmakeup #makeupvideo #graphicmakeup #simplemakeup #creativemakeup #makeupart #myartistcommunity #makeupaesthetics #makeupvid 1w', 'imightbesamera can you kiss me more?🐼✨ \u2063\u2063Follow(@imightbesamera) for more  how do we like my bathroom lighting 😆 idk it was just hitting diff🐌  \u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063@benefitcosmetics precisely my brow (6) ,\u2063 \u2063brow zings pro palette\u2063 \u2063@koffeekosmetics brow pomade \u2063 \u2063@mehronmakeup aq face paint\u2063 \u2063beauty supply lashes\u2063 \u2063\u2063 \u2063\u2063 \u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063 @mycreativecandle toner & glow serum \u2063@fourthraybeauty chamomile face milk \u2063\u2063 \u2063\u2063@freck rich b*tch moisturizer \u2063\u2063 \u2063\u2063@peach_slices primer serum\u2063\u2063 \u2063\u2063\u2063\u2063\u2063@milkmakeup hydro grip primer \u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@elfcosmetics poreless putty primer \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063@colourpopcosmetics pretty fresh foundation “dark 157w”\u2063\u2063 \u2063\u2063\u2063\u2063\u2063@colourpopcosmetics no filter concealer “dark 40”\u2063\u2063 \u2063\u2063@makeuprevolution concealer in da pot \u2063\u2063 \u2063\u2063\u2063\u2063\u2063@colourpopcosmetics banana powder\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063@beautybaycom highlighter palette \u2063\u2063 \u2063\u2063@alamarcosmetics contour trio dark/rich\u2063\u2063 \u2063\u2063@juviasplace Bella blush\u2063 \u2063\u2063 \u2063LIPS;\u2063\u2063 \u2063@colourpopcismetics BFF 3 liner, health kick lux gloss \u2063 \u2063@tower28beauty almond, oat, magic\u2063 \u2063@nyxcosmetics butter glosses  🤍  🖤  🐼  #imightbelooks #editorial \u2063\u2063 #graphicliner #editorial #editorialbeauty #editorialmakeup #graphiceyeliner #muaxdiscover #suvabeauty #311makeup #v93oo #studiofam #hydraliner #suvacreatorquest #morphebabe #colourpopme #tiktokmakeup #makeupvideo #graphicmakeup #simplemakeup #creativemakeup #makeupart #myartistcommunity #makeupaesthetics #makeupvid 1w', 'imightbesamera SHE SAID THAT SHE SEEN ME ON UK GOSSIP🙄 COOL. WE ESTABLISHED IM TOXIC😉 \u2063 \u2063INSPIRATION: @makeupbychelseax\u2063 \u2063\u2063 \u2063\u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063 \u2063\u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063@benefitcosmetics precisely my brow (6) ,\u2063 \u2063brow zings pro palette\u2063 \u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063\u2063 \u2063@beatsbydeb x @playinginmakeupbyyolando palette \u2063 \u2063@beautybaycom bright matte palette \u2063 \u2063@colourpopcosmetics creme gel liner \u2063 @themakeupshack purple glitter liner code: sam \u2063@bolivebeaute jacaranda glitter \u2063 \u2063@pixtureperfext_minks glacier lashes\u2063 \u2063\u2063 \u2063\u2063\u2063\u2063FACE;\u2063\u2063\u2063\u2063 \u2063@fourthraybeauty glow oil\u2063 \u2063\u2063@milkmakeup milk moisturizer\u2063 \u2063\u2063@peach_slices priming serum \u2063\u2063\u2063\u2063\u2063 \u2063@narsissist natural radiant foundation \u2063 \u2063\u2063@lancomeofficial tient idole ultra\u2063 foundation \u2063 \u2063\u2063@makeuprevolution concealer in pot\u2063\u2063 \u2063\u2063@elfcosmetics concealer in deep chestnut \u2063\u2063 \u2063\u2063@doncosmeticsofficial powder in 01 & 03\u2063\u2063 \u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063\u2063\u2063 \u2063\u2063@nyxcosmetics Bella blush\u2063\u2063 \u2063\u2063@morphebrushes spark highlighter code: GLAMFAM541 \u2063 \u2063\u2063@colourpopcosmetics freckle pen\u2063\u2063 \u2063\u2063\u2063\u2063 \u2063\u2063 \u2063LIPS;\u2063 \u2063@essencemakeup brown eyeliner and lipstick in loyalty \u2063 \u2063@maccosmetics lip balm \u2063 \u2063\u2063 \u2063💜\u2063 \u2063\u2063 \u2063🤍\u2063 \u2063\u2063 \u2063💜\u2063 \u2063\u2063 \u2063#imightbesamera #colourpopcosmetics #colourpopme #makeupvideo #makeuplooks #creativemakeup #100daysofmakeup #stepbystep #madebymitchell #glossier #cutcrease #plouise #veganmakeup #makeuptutorial #vegan #makeupartist #muamafia #makeupaddict #reelsmakeup #makeupreels #makeuplooks #avantgardemakeup #veganmakeupproducts #editorialmakeup #glittermakeup #euphoriamakeup 2w', 'imightbesamera talk to me nice 🤍Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063 \u2063\u2063 using @sanaicollection black girl magic palette , Girl Boss lashes, glow getter loose highlighter,and lip pencil/gloss #paidpartnership with @sanaicollection  \u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 @benefitcosmetics precisely my brow (6) , brow zings pro palette, gimme brow (6) \u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063  \u2063\u2063\u2063FACE;\u2063\u2063\u2063 \u2063\u2063\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063 \u2063@benefitcosmetics poreless primer @colourpopcosmetics pretty fresh dark 20N \u2063@elfcosmetics concealer in deep chestnut and tan latte \u2063 @beautybakeriemakeup banana powder \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063@juviasplace Bella blush @beautybaycom highlight palette \u2063 LIPS;\u2063 @kvdveganbeauty crucifix lip liner \u2063@lipcravebeauty brown skin girl gloss @alltingzshop classic gloss @_modolls_glamm_ money moves gloss @tower28beauty magic gloss  🤍  🤍  🤍  #imightbelooks #melaninmagic #melaninmakeup #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #blackmua #blackmakeupartist #hairnbeautydirectory #wiginstall #lacewigs #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam 2w', 'imightbesamera B!TCH DO NOT OFFEND ME🙄🤍 using @sanaicollection black girl magic palette , Girl Boss lashes, glow getter loose highlighter,and lip pencil/gloss #paidpartnership with @sanaicollection  \u2063\u2063Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063 \u2063\u2063 \u2063\u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 @benefitcosmetics precisely my brow (6) , brow zings pro palette, gimme brow (6) \u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063  \u2063\u2063\u2063FACE;\u2063\u2063\u2063 \u2063\u2063\u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063 \u2063@benefitcosmetics poreless primer @colourpopcosmetics pretty fresh dark 20N \u2063@elfcosmetics concealer in deep chestnut and tan latte \u2063 @beautybakeriemakeup banana powder \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063@juviasplace Bella blush @beautybaycom highlight palette \u2063 LIPS;\u2063 @kvdveganbeauty crucifix lip liner \u2063@lipcravebeauty brown skin girl gloss @alltingzshop classic gloss @_modolls_glamm_ money moves gloss @tower28beauty magic gloss  🤍  🤍  🤍  #imightbelooks #melaninmagic #melaninmakeup #makeupforblackwomen #makeupformelanin #blackgirlmagic #blackgirlmakeup #blackmua #blackmakeupartist #hairnbeautydirectory #wiginstall #lacewigs #explore #explorepage #makeup #mua #milanicosmetics #likeforlikes #toofaced #makeupdolls #milkmakeup #colourpopcosmeics #colourpopme #makeupideas #flawlessmakeup #makeuplover #makeupartistsworldwide #glam 3w', 'imightbesamera I’ve been loving these @banilacousa products! New additions to my skincare routine 🥳 #ad  @banilacousa Clean it Zero 3-1 Clarifying Cleansing Balm Clean it Zero Clarifying Foam Cleanser Clean it Zero Pore Clarifying Toner Pads Eyecrush Pigment  #BanilaCoUSA #CleanItZero #BanilaNotVanilla #MeltYourMakeup #MeltYourMakeupAway #CleansingBalm #skincare #getunready #nighttimeroutine 3w', 'imightbesamera C-I-T-Y WIT IT!!! 💙💚🧡💜\u2063 \u2063 Follow(@imightbesamera) for more \u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063 \u2063EYES;\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063@benefitcosmetics precisely my brow (6) ,\u2063 \u2063 brow zings pro palette\u2063 \u2063\u2063\u2063\u2063@plouise_makeup_academy acid reign paint (blank canvas)\u2063\u2063 \u2063\u2063 \u2063@playinginmakeupbyyolondo x @beatsbydeb palette\u2063\u2063 \u2063@morphebrushes dark magic palette code: GLAMFAM541 \u2063 \u2063 @themakeupshack rainforest palette \u2063 \u2063@beautybaycom bright matte palette \u2063\u2063\u2063 @badazzcosmetic pigment stack \u2063\u2063 \u2063\u2063 \u2063FACE;\u2063\u2063\u2063\u2063 \u2063@milkmakeup milk moisturizer & hydrogrip primer\u2063\u2063\u2063\u2063 \u2063@peach_slices priming serum \u2063\u2063\u2063\u2063 \u2063@toofaced btw foundation in chestnut \u2063 \u2063@lancomeofficial tient idole foundation \u2063 \u2063@makeuprevolution concealer in pot\u2063 \u2063@elfcosmetics concealer in deep chestnut \u2063 \u2063@doncosmeticsofficial powder in 01 & 03\u2063 \u2063@sephoracollection microsmooth powder (mahogany) \u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063\u2063 \u2063\u2063\u2063\u2063\u2063\u2063\u2063@alamarcosmetics bronzer trio (dark/rich) \u2063\u2063\u2063\u2063 \u2063@nyxcosmetics Bella blush\u2063 \u2063@morphebrushes spark highlighter code: GLAMFAM541 \u2063 \u2063@colourpopcosmetics freckle pen\u2063 \u2063\u2063 \u2063LIPS;\u2063 \u2063@morphebrushes lip liner in bar CODE: GLAMFAM541\u2063 \u2063@tower28beauty oat, magic, coconut & almond lip gloss\u2063 \u2063@colourpopcosmetics Sunnyvale eyeliner\u2063 \u2063\u2063 \u2063🥳\u2063 \u2063\u2063 \u2063🤍\u2063 \u2063\u2063 \u2063😎\u2063 \u2063\u2063 \u2063#imightbesamera #bperfectcosmetics #morpheglamfam #morphe #colorpop #colorpopcosmetics #makeup #muasfeaturing #makeupmafia #blazin_beauties #bretmansvanity #beauty #blackgirlmagic #colourpopme #eyebrows #explore #studiofam #glam #fentybeauty #plouisebase #muaannouncer_ #hairnbeautydirectory #benefitcosmetics #themakeupshack #fluffybrows #benebabe 4w', 'stenss 🌸🌸Spring love in New York 🌸🌸☁️ 1d', 'stenss Ladies and gentlemen, 🦋her🦋  @luxrosaporvida @blingtingjewelry necklace & earrings @layersofjewelry necklace 5d', 'stenss Chocolate & vanilla swirl🍨🤎 Inspo: @esantoinette <3 Hi babes happy Monday! I’m currently getting my nails done it’s been so long hehe I’ve been wearing press ons all year! Anyways have a good week! ☁️ Products: @milkmakeup hydro primer @dragunbeauty pink setting powder & mascara @hudabeautyshop chocolate brown palette @makeupbymario master mattes @plouise_makeup_academy base 00 @morphebrushes shimmy gloss @colourpopcosmetics BFF 2 lip liner @bhcosmetics flower power blush palette @freck og Freck @morphebrushes x @avani bronzer @tres.she press ons @babegem necklace @themoonflowerjewelry pearl earrings @thepixiewand heart earrings @babegem earrings @theeicylabel rings 1w', 'stenss 🌼⭐️💛spring photo dump 1w', 'stenss 💜🌼Blooming flowers🌼💜 Inspo: my lovely bb @ericaswn 💛 Happy Thursday! Go buy yourself some flowers from Trader Joe’s!!! I usually don’t post these days but my schedule has been a little crazy 😭 I hope you guys are having a beautiful week! Products: @hudabeautyshop pastel lilac palette @sheencosmeticsofficial buttermilk liner @freck hit the dip liner, and og Freck @bhcosmetics flower power blush @elfcosmetics make it got plumping gloss @colourpopcosmetics bff2 liner @dragunbeauty setting powder in pink & transformation palette @lillylashes individual lashes @babegem necklace and rings @themoonflowerjewelry flower earrings & hoops @insertnamehere phone case x @casetify @scandal.beauty press ons 1w', 'stenss ♥️💋Wanted these on my feed too💋♥️ 2w', 'stenss Minty feelings for you💚🧚🏼🧼 Inspired by @beautybekky <3 This color is my favorite and brings so much positivity! I love a good pastel green look for spring💚🌼 Happy Wednesday:) love you!!! Products: @hudabeautyshop neon green palette & @hauslabs stupid love palette (white) @colourpopcosmetics bff2 & strawberry roller lipgloss @madebymitchell where’s the spf for the lips @lheureuxjewels Dior earrings @killerglitter butterfly earrings @readydrip butterfly earrings @milanicosmetics brow espresso pen @freck og Freck and cuffed blush Pearl colored Necklace and rings are made by me :) yin yang ring from @sheinofficial @hottkisscases case <3 2w', 'stenss Goodmorning everyone, god has let me live another day and I’m about to make it everyone’s problem 😊😙💙🖤 Happy Monday! I hope we all have a beautiful week <3 Products: @hauslabs stupid love palette @dragunbeauty pink setting powder & black eyeliner @glambytoyaa blush @freck og Freck & cuffed blush @kyliecosmetics concealers for brows and face @mymum_madeit furry hat @bettybonesco Dior necklace @phixationlosangeles chains @chosenjewelz nose piercing @red.leopard.nails press ons @tres.she cow press ons @palacerings butterfly ring 3w', 'stenss Stuck on you🧚🏼💙 Inspired by @romaneinnc <3 Products: @hudabeautyshop mint pastel palette @dragunbeauty pink setting powder & black eyeliner @lillylashes Individual lashes @freck cuffed blush @bettybonesco Chanel necklace @glamnetic press ons @layersofjewelry ring @sweetlyus ring @hottkisscases phone case 3w', 'alanaauston compact. inspo: @scientistinmakeup’s recent look inspired by one of my looks 😭 a double uno reverse, if you will  @beccacosmetics blush in Nightingale @benefitcosmetics 24H Brow Setter Gel @bperfectcosmetics #carnivalxlpro (shades Reckless, Persuasion, and Make Up) @certifeye #glitter @ctilburymakeup airbrush flawless finish setting powder in shade 2 @essencemakeup Make Me Brow in Ashy Brows (04) + 24ever Bold Volume mascara @fentybeauty pro filtr hydrating foundation in 345 @hudabeautyshop Tantour @maybelline Lifter #gloss in Opal @milkmakeup #hydrogrip primer @patmcgrathreal concealer in shade M17  #theartistedit #messymakeupcommunity #pinkaesthetic 1d', 'alanaauston just practicing for when I get the vaccine and can go outside again 🤠 Have you gotten your vaccine yet?? If not, when are you getting it? I’m getting mine as soon as it drops for the general public for my state 🥳  Jacket: @fashionnovacurve Bodysuit: @forever21plus / @forever21 Jeans: @prettylittlething Shoes: @fashionnova Bag: @misslola Earrings: @nastygal • • • • • • • • •  #prettylittlething #everybodyinplt #misslola #f21xme #foreverbabe #nastygaldoitbetter #novababe #ootd #styleinspo #plussizefashion #styleonabudget #plusclothing #styleandcurve #curvychic #fashionblogger 3w', 'alanaauston start to finish using some of my @essencemakeup goodies 🎨 (technically, I’m a part of their Stylist program which would make this sponsored in a way? idk FTC pls don’t show up at my door or anything)  Springtime, aka lots of new makeup and skincare to match the season time 😭, is here! My @sephora cart is loaded and waiting, but I’m not quite ready to press checkout yet. What’s the most you’ve ever spent on makeup or skincare? Also, pls don’t forget to submit a #sephorasquad testimonial for me! Link is in my bio 🥰  products from @essencemakeup used:  • Pretty Natural Hydrating Foundation in 210 Warm Amber • Make Me Brow Gel Mascara in 04 Ashy Brows • 24 Ever Bold Volume Mascara • Daily Dose of Love eyeshadow palette • Sun Club Matte Bronzing Powder Palette • Pure Nude Sunlighter Palette • Plumping Nudes gloss in 01 XXL Charm  Other products used: @beautyvaulte Carmin lip liner @elfcosmetics Hydrating Camo Concealer @hudabeautyshop Tantour @lauramercier Translucent Powder in Honey @milanicosmetics Baked Blush in Rose D’oro @milkmakeup Hydro Grip primer + Set & Refresh spray @revlon Super Lustrous Matte lipstick in Untold Stories  #essencecosmetics #essencemakeup #cosnova 5w', 'alanaauston “vroom vroom I’m in me mum’s car” LOL thank God it’s Friday 💘 #makeupreels #makeuptransformation 5w', 'alanaauston photo dump because why not :) if you didn’t know, I have applied for this year’s #sephorasquad, and it would mean a lot if you all would leave some testimonials for me! Only if you feel like I add value to the beauty industry 🐙 link is in my bio. If you’re in marketing, there’s a cool conference coming up next week! Send me a DM for the details if you’re interested in attending. So many big brands will be represented and the networking opportunity value is very high :p  Also, last night’s episode of @greysabc??? I am still crying 6w', 'alanaauston taking a break from regularly scheduled programming to just have a happy moment! I had my first interview since losing my job back when the panoramic got intense, and I just feel like walking sparkles lol. Almost a full year of turning in applications and hearing nothing back due to mass unemployment, and by grace I got an interview to a place I applied to back in December. Even if I don’t get the job at the end of this process, it still feels so validating to know that I am good enough and that there’s still hope.  but yea we did it joe! 7w', 'alanaauston when you forget that you can’t auto post from @latermedia with a creator account and post at almost midnight 🤣 This look was drawn by the lovely @baddiosa_ 💙  EYES @makeupgeekcosmetics Isabella lash @moiracosmetics Dreamscape palette @plouise_makeup_academy eyeshadow base in shade 3 @urbandecaycosmetics Lash Freak mascara  BROWS @benefitcosmetics 24 Hour Brow Setter Clear Brow Gel + Precisely My Brow pencil in 4.5  LIPS @maybelline Lifter Gloss in Opal  FACE @alamarcosmetics Dark-Rich hydrating complexion trio @bobbibrown Face Base @diormakeup Backstage Face & Body Glow @elfcosmetics Hydrating Camo concealer in Deep Olive + Medium Neutral @fentybeauty Pro Filt’r Hydrating foundation in 345 @hudabeautyshop Tantour in medium @lauramercier Translucent Honey setting powder @milanicosmetics Baked Blush in Rose D’oro @milkmakeup Hydro Grip Set & Refresh Spray @sc @sephoracollection Micro Smooth powder • • • • • •  #bobbibrownmakeup #mnyitlook #glossy #muasfeaturings #vintagemakeuplook #lauramercierloosepowder #loosesettingpowder #eyebrowlove #fentybeauty #profiltrconcealer #mybenefitbrows #softmakeuplooks #makeupbeautylooks #bobbibrowncosmetics #studiofam #dewy #doyouevenblend #facecharts #inbeautymag #elfingamazing #eyeshadowideas #blueeyeshadow #blueeyeshadowlook #fentybeautybyrihanna #fentybeautyfoundation #eyebrowgame #hudabeauty #lookamillion #makeupinspo #lips 7w', 'alanaauston sour then she’s sweet 🌈 this is my interpretation of the look @__madixon drew on me ✨ did I do this look twice? yes. did I almost cry both times? absolutely 🤣  EYES @alamarcosmetics Birthday Suit gloss @jdglowcosmetics Neon gel liners (all but the red) @plouise_makeup_academy Rumour base in shade 3 @rarebeauty liquid blush in Grateful @urbandecaycosmetics Lash Freak mascara  LIPS @alamarcosmetics Birthday Suit gloss @benefitcosmetics Benetint  FACE @alamarcosmetics “Dark-Rich” Hydrating Complexion Trio @colourpopcosmetics Super Shock Pearlized blush in Drop of a Hat @ctilburymakeup Airbrush Flawless Finish setting powder in shade 2 (medium) @diormakeup Backstage Face & Body Foundation in 4WO + Backstage Face & Body Glow + Forever Skin Correct concealer in 3WO @hudabeautyshop Tantour in Medium @milkmakeup Hydro Grip Set and Refresh spray @pseudolabs PHreckles kit in shade 2 @rarebeauty liquid blush in Grateful @sc @sephoracollection Micro Smooth Powder in Tan • • • • • • • •  #bleachedbrows #glossylids #highfashionmakeupartist #colourpopfun #rainbowlook #graphicliners #neonmakeupideas #creativeeyemakeup #rainbowmakeuplook #makeupbeautylooks #ctilburymakeup #studiofam #discovermuas #underratedglam #dewy #inbeautymag #glossyeyes #editorialmakeupartist #graphiclinerlook #somanycolors #hudabeauty #plouisemakeupacademy #abstractmakeup #brightmakeup #milkmakeup #makeupeditorial #theartistedit #lipglossjunkie #graphicliner #colourfulmakeup 7w', 'alanaauston back at it again for day 3 with this look drawn by @coloredby.carla 🥰💜 have you guys watched Ginny and Georgia?? if you haven’t, you should. it’s actually really really good  EYES @colourpopcosmetics “Flower” palette from the new Bambi collection @plouise_makeup_academy rumour eyeshadow base in shade 3 + Base-IC colored eyeshadow base in shade Touch of Frost @urbandecaycosmetics Lash Freak mascara  BROWS @benefitcosmetics Precisely My Brow pencil in 4.5 + 24 Hour Brow Setter @essencemakeup Make Me Brow in shade 04  LIPS @colourpopcosmetics Flower gloss from the Bambi collection Lux Gloss Trio  FACE @alamarcosmetics Hydrating Complexion Trio in Dark-Rich @bobbibrown Face Base @ctilburymakeup Airbrush Flawless Finish powder in shade 2 (Medium) @diormakeup Backstage Face & Body Glow @hudabeautyshop Tantour in Medium @milanicosmetics Baked Blush in Rose D’oro @milkmakeup Hydro Grip Set and Refresh Spray @rarebeauty soft pinch liquid blush in Grace @sc @sephoracollection Micro Smooth powder in Tan 7w', 'xravenmadx 🛸✨🌍☀️🌙✨🪐 This look was one of those that photographed so easily, that I didn’t have to spend all the extra time with taking pictures. Thank God for that! What’s a show you’ve been binging lately? I’m gonna admit that I’m stuck on Naruto (Shippuden) and it’s sooooo good. - All things marked w/ * is gifted - @mehronmakeup Paradise Paint Palette - Pastel - * @colourpopcosmetics Feather Brow Wax Clear & Brow Pencil - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - Aliexpress - 🛸 - #blackmuasunite #theartives #editorialblk #pastelmakeup #makeupinspo #editorialphotos #makeupinstagram #editorialmakeup #graphicmakeup #pasteleyeliner #v93oo #graphicliner #makeuplook #purplemakeuplook #alienmakeup 7h', 'xravenmadx 🧞✨🧞\u200d♂️🦋🦚✨🍀🌼⚡️🌻 Happy Friday! Just wanted to share the video of this look with you all 💜 - All things marked w/ * is gifted - shopomicosmetics Iris Bouquet Palette @museebeauty Impressionism Palette @bymelolops Water Ink - Beam & Rays - * @colourpopcosmetics Feather Brow Wax Clear & Brow Pencil - * @milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - Aliexpress - 💛 3d', 'xravenmadx 🔥✨🌊🌿✨🍀💦✨☄️ EDIT: So sorry I had to repost cause the song wouldn’t play for some reasoooon! Tutorial for the elements Collab with the sister, check out their pages to see their posts! @ezinne.jpg & @yaddije - All things marked w/ * is gifted -  Norvina Vol. 1 @colourpopcosmetics Feather Brow Styling Wax & Precision Brow Pencil - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - #darkskinwomen #fentybeauty #y2kstyle #undiscoveredmuas #y2kaesthetic #makeupinspiration #editorialphotos #editorialbeauty #graphicmakeup #underratedartist #graphiceyeliner #goldenhours #colourpopmeblack #colourpopme 4d', 'xravenmadx 🔥✨🌊🌿✨🍀💦✨☄️ Elements Collab with the baddies! I love them so much and couldn’t wait to share our looks with you all! @yaddije & @ezinne.jpg did Earth and Water! Swipe to see their beautiful looks! - All things marked w/ * is gifted - Norvina Vol. 1 - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspiration #y2k #editorialphotos #editorialmodel #editorialmakeup #graphicmakeup #underratedmuas #motd #mood #makeup #goldenhourmakeup #goldenhourselfie 5d', 'xravenmadx 🧞✨🧞\u200d♂️🦋🦚✨🍀🌼⚡️🌻 I couldn’t wait to post this, I was just so happy with it. This was one of those looks where I didn’t have a clue what kind of look I was gonna do and this was born! Anyway what’s up with you?? How’s your Monday treating you so far? - All things marked w/ * is gifted - shopomicosmetics Iris Bouquet Palette @museebeauty Impressionism Palette @bymelolops Water Ink - Beam & Rays - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - Aliexpress - 💛 - #blackmuasunite #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspirations #editorialphotos #editorialshoot #editorialmakeup #graphicmakeup #bymelolops #graphiclinerlook #underratedartist #graphicliner # #goldenhourlight 1w', 'xravenmadx 🤍✨🖌🪁✨🥏\U0001fad0✨🧊 I was contemplating if I was gonna post this video but I thought why tf not 🤷🏾\u200d♀️ - All things marked w/ * is gifted - @mehronmakeup Paradise Paint Palette Pastel - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - Aliexpress - ✝️ - #brownskin #fentybeautyfoundation #y2kfashion #y2kaesthetics #makeupinspiration #editorialphotos #editorial #editorialmakeup #avantgarde #blackmuasunite #blackbeauties #underratedartist #graphiclinerlook #goldenhouraesthetic #goldenhourlight 1w', 'xravenmadx 🤍✨🖌🪁✨🥏\U0001fad0✨🧊 I just kinda free handed this, brows are my own as are the lashes lol. I feel like I wasn’t even planning on doing a look this day but bestie convinced me, and then I took photos and I thought this was just an okay look. But I took a break from it and came back to something I love! - All things marked w/ * is gifted - @mehronmakeup Paradise Paint Palette Pastel - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - Aliexpress - ✝️ - #brownskin #fentybeauty #y2kfashion #undiscoveredmuas #y2kaesthetic #makeupinspiration #editorialphotoshoot #editorialfashion #editorialmakeup #avantgarde #blackmakeupartist #blackbeauty #underratedmuas #graphicliner #goldenhourmakeup #covergirlcosmetics 1w', 'xravenmadx 🎤🎟 🎶 💖🎀🎼🍭✨ - Hi! I really love this video okay bye 👋🏾 oh! Fun fact this is the same base as the Squirtle look, I just wiped the eyes off and did this to them😌🎀 - All things marked w/ * is gifted - Norvina Vol 2? I think - *@milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - @bymelolops x @cutcreaser Comic Book Liner 3000 - *@purity_k_beauty Liquid Lipstick - Maroon - Aliexpress - 🎼 - #brownskin #fentybeauty #y2kfashion #undiscoveredmuas #bymelolops #y2kaesthetic #makeupinspiration #tiktok #bretmansvaniy #avantgardemakeup #editorial #editorialmakeup #muasfeaturing #tiktokvideos #avantgarde #blackmua #blackbeauty #underratedmuas #graphicliner #funearrings 1w', 'xravenmadx 🎤🎟 🎶 💖🎀🎼🍭✨ - Another pokemon look! But more lowkey, I was gonna make y’all guess who it is but I’ll just tell you. Jiggly Puff! What an icon, who else you know can put people to sleep with song?? No one! Lol - All things marked w/ * is gifted - Norvina Vol 2? I think - * @milkmakeup Skintint Hazelnut & Deep @covergirl Trublend Concealer Toasted Almond & Golden Honey @fentybeauty Pro Filt’r Powder Foundation 440 & Sun Stalk’r Mocha Mami - @bymelolops x @cutcreaser Comic Book Liner 3000 - * @purity_k_beauty Liquid Lipstick - Maroon - Aliexpress - 🎼 - #pokemoncosplay #fentybeauty #y2kfashion #tiktokvideos #bymelolops #y2kaesthetic #makeupinspiration #motd #mood #avantgardemakeup #editorial #editorialmakeup #muasupport #highfashionmakeup #avantgarde #blackmua #blackbeauty #naturalhair #graphicliner #funearrings 1w', 'mimipenka Candy coated raindropsss, inspired by heart candies 🍬 💕  #makeuptransformations #makeuptransition #tiktoktransition #makeupreels #reelsmakeup #editoralblk #avantgradeblk #theartives #undiscoveredmakeupart #graphicliner #graphiclinerlook #blackwomenmakeup #vdaymakeup #valentinesmakeup #undiscoveredmakeupart #vdaymakeuplook #glamvice #vicevibes #heartmakeup #theblendgames 10w', 'mimipenka It’s giving the “Candy Girl” by New Edition vibes. 🍬💕 Reply in the comments and swipe: What’s your favorite Valentine’s Day candy? TBH, I’ll take anything milk chocolate or white chocolate. 💕 I know it’s been a minute since I’ve posted because ya girl been on her career grind, but I hope y’all enjoy this look (doing the other side of my face almost made me TAP OUT of this look LOL). 💕  Hearts: @glamvicecosmetics - Retro liner in “Skate Date” & “Crop Top” mixed, “Peace & Love”, “Denim”, “Disco Fever” #glamvicecosmetics #glamvice #vicevibes  Lips: @thelipbar - “Straight Living” lip liner (code: MIMIPENKA for 10% off) #thelipbar @colourpopcosmetics - So Juicy plumping lip gloss in “QT” #colourpopmeblack  Face: @narsissist - Soft matte foundation in “New Caledonia” - Soft matte complete concealer in “Chocolat” @fentybeauty #fentyface - Pro filt’r concealer in 430 - Pro filt’r powder in “Honey” @hudabeauty - Tantour in “Tan” @theprimebeauty - Brownzer in “Bronzeville” #primebeauty @milkmakeup - Hydrogrip primer - Hydrogrip setting + refreshing spray  Eyes: @fentybeauty - Brow MVP brow pencil & styler in “Black-Brown” @nyxcosmetics - Epic wear waterproof eye & body liquid liner #nyxepicinkliner #nyxeyeliner #nyxprofessionalmakeup #nyxcosmetics @kissproducts - Triple Push-Up Lashes in Garters #kisslashes  #theartives #undiscoveredmakeupart #livingforface #graphicliner #graphiclinerlook #blackwomenmakeup #vdaymakeup #valentinesmakeup #darkskinwomenmakeup #vdaymakeuplook #heartmakeup #theblendgames 10w', 'mimipenka Back up on the scene. 🌋 REPLY IN THE COMMENTS AND SWIPE: What is your favorite @jheneaiko song from Chilombo? 🎶 And don’t let me find out all y’all some little nasties with your choices 💀 (TAG @jheneaiko 🤎)  🌋 My favorite songs from the original album are: Speak, B.S., and Lightning and Thunder. My favorite from the deluxe: DEFINITELY Above and Beyond (piano) and Summer 2020. I’m so excited for all the recognition she’s gotten this year and all the OG Sailing Soul(s) better STAND UP! 🌋  🌋 And get into this peace sign tattoo, drew on with the @nyxcosmetics Epic Wear Waterproof Eye and Body liquid liner and it’s really giving me Summer Walker teas bahahaha. Also I was fixing the roses in the last pic tehe 🌋  Featured products BELOW:  Face: @narsissist - Soft matte foundation in “New Caledonia” - Soft matte complete concealer in “Chocolat” @fentybeauty #fentyface - Pro filt’r concealer in 430 - Pro filt’r powder in “Honey” @hudabeauty - Tantour in “Tan” @thelipbar - Fresh glow bronzer in “Double date” (code: MIMIPENKA for 10% off) @milkmakeup - Hydrogrip primer - Hydrogrip setting + refreshing spray  Eyes: @fentybeauty - Brow MVP brow pencil & styler in “Black-Brown” - Flypencil longwear pencil eyeliner in “Cuz I’m Black” @morphebrushes - Jaclyn Hill palette #morphexjaclynhill #morpheuniversity @anastasiabeverlyhills x @jackieaina - Jackie Aina palette #jackieainapalette #abhjackieaina @kissproducts - Triple Push-Up Lashes in Garters @fentybeauty - Full frontal mascara in “Cuz I’m Black”  Fake tattoo: @nyxcosmetics - Epic wear waterproof eye & body liquid liner #nyxepicinkliner #nyxeyeliner  Lips: @thelipbar - “Straight Living” lip liner (code: MIMIPENKA for 10% off) #thelipbar @rarebeauty - Lip souffle matte cream lipstick in “Brave” #rarebeauty  #livingforface #jheneaiko #jhenéaiko #chilombo #faketattoo #darkskinmakeup #darkskinmakeupdaily #brownmelaninmakeup #smokeyeyeshadow #smokeyeyeliner #undiscoveredmakeupart #makeupforblackgirls #makeuprecreation #cosplaymakeup #makeuprecreation #albumartwork #muasunder10k #jhene #albumcoverart #coolmakeup 18w', 'mimipenka Chilombo (Deluxe) x @jheneaiko 🌋  🌋 Who’s giving this energy once outside is safe again? PICS and makeup details coming in the next 24 hrs 🌋  Follow @mimipenka for more music inspired makeup! 🤎  #jheneaiko #jhenéaiko #chilombo #cosplaymakeup #cosplaymakeuptutorial #makeuptransformations #makeuptransition #tiktoktransition #makeupreels #reelsmakeup #makeuprecreation #makeupmelanindaily #smokeyeyemakeup #faketattoo #dmvmua #udmlip #theblendgames #theartives #editoralblk #blackgirlsdomakeup #albumartwork #livingforface #muaxdiscover #funmakeup 18w', 'mimipenka Welcome to Aminé University! 🎾🤪  🎾 Follow @mimipenka for more beauty x music content 🎾  🎾 Makeup products listed on the previous post 🎾  #aminelimbo #glamvicecosmetics #vicevibes #livingforface #nyxprofessionalmakeup #essencecosmetics #essencemakeup #shinelastgo #udmlip #makeuprecreation #nyxeyeliner #tiktokma #makeuptransition #greeneyeliner #ombreeyeliner #cosplaymakeup @amine #tiktokmakeup #nudelipgloss #aminé #amine #funmakeup #funeyeshadow #limbo #undiscovered_muas #v93oo #melaninmakeupdaily #makeupmelanin #studiofam #colorfulmakeup #thatblurtho 20w', 'mimipenka My sugar’s sweeter, I can be your Kool Aid.🥤❤️ REPLY IN THE COMMENTS AND SWIPE: Who are some of your FAVE Black content creators? 🤎 Because speaking of Black content creators… Aww sookie sookie, it’s my first collab and it’s with a bunch of beautiful, talented, Black babes. PLEASE check out their pages (they are tagged in the pic!), they are all SOOO sweet and talented. It’s been so comforting being able to connect with other nano/micro content creators #bittyblackbeauties. The theme is OMBRÉ (and my look reminded me of juice, hence the caption, shoutout to @singkirbysing for the lyric)❤️💕💜  Standout products:  Lips: @thelipbar - “Crown Me” lipstick (code: MIMIPENKA for 10% off) @maccosmetics - “Men love mystery” matte lipstick @jdglowcosmetics - Lipgloss in “Show Up”  Eyes: @fentybeauty - Brow MVP brow pencil & styler in “Black-Brown” @danessa_myricks, @danessamyricksangels - Cream color matte liquid pigments in “Fruit Punch”, “Chosen”, and “Journey” @tribebeautybox x @raggedyroyal collab lashes in Maxie  Face: @thelipbar - Fresh glow bronzer in “Double date” (code: MIMIPENKA for 10% off) @milkmakeup - Hydrogrip primer - Blur & set matte loose setting powder in “Translucent medium” under the eyes - Hydrogrip setting + refreshing spray  #danessamyricksangels #danessamyrickscolorfix #udmlip #editoralblk #blackgirlsdomakeup #ombreeyeshadow #editoralmakeup #blackcreatives #avantgardeblk #jdglowcosmetics #undiscovered_muas #blackgirlsdomakeup #colorfuleyeshadow #v93oo #melaninmakeupdaily #makeupmelanin #theartistedit #editoralmakeup #studiofam #ombrelip #makeupfreak #colorfulmakeup #redeyeshadow #pinkeyeshadow #purpleeyeshadow #purplelipstick #purplelipgloss #thatblurtho #dmbangels 20w', 'mimipenka Stuck in LIMBO for how long?! 🎾 REPLY IN THE COMMENTS AND SWIPE: What’s your top picks from Limbo x @amine?! 🎶 The deluxe just came out, so my answer is going to get pretty complicated 💀 but my top includes: Woodlawn, Compensating, Pressure in my Palms, Easy, and My Reality 🥰. If y’all didn’t get it by neeooow, Limbo has been one of my favorite releases since it came out (debatably my favorite rap release too). I was originally planning on doing this look weeks from now, but since the deluxe drop was announced 2 days ago, I had pull many stringsss and lose sleep LOL. Enjoy y’all and thank you so much for the genuine support and encouragement 💚  Face: @narsissist - Soft matte foundation in “New Caledonia” - Soft matte complete concealer in “Chocolat” @fentybeauty - Pro filt’r concealer in 430 @hudabeauty - Tantour in “Tan” @theprimebeauty - Brownzer in “Bronzeville” @milkmakeup - Hydrogrip primer - Blur & set powder in “Translucent medium” under the eyes - Hydrogrip setting + refreshing spray  Eyes: @fentybeauty - Brow MVP brow pencil & styler in “Black-Brown” @glamvicecosmetics - Retro liners in “Crop top” and “Spandex” mixed together, “Skate date”, and “Disco fever” @nyxcosmetics - Epic wear waterproof eye & body liquid liner @kissproducts - Triple Push-Up Lashes in Brassiere @fentybeauty - Full frontal mascara in “Cuz I’m Black”  Lips: @fentybeauty - Stunna lip paint in “Uninvited” (at the very rim) @thelipbar - “Straight Living” lip liner (code: MIMIPENKA for 10% off) @essencemakeup @essence_cosmetics - Shine shine shine lipgloss in “Bright on!”  #limbo #limboamine #aminelimbo #glamvicecosmetics #glamvice #livingforface #nyxprofessionalmakeup #kisslashes #kissproducts #essencecosmetics #essenceatulta #essencemakeup #shinelastgo #udmlip #makeuprecreation #nyxeyeliner #muasunder5k #editoralblk #blackgirlsdomakeup #greeneyeliner #ombreeyeliner #graphicliner #cosplaymakeup #hydrogrip #editoralmakeup #hypebaebeauty #blackcreatives #nudelipgloss #aminé #amine 20w', 'mimipenka Anniversary x Bryson Tiller makeup recreation! The start of my makeup series on my favorite albums of the year, kicking it off with @brysontiller— follow @mimipenka to see more!  Makeup details and products in my most previous post!  #makeuptransformations #makeuptransition #tiktokmakeup #darkskinmakeup #brysontiller #brysontilleranniversary #bluelipstick #blueeyeshadow #ombrelip #livingforface #v93oo #rnbmusiclovers #monochromemakeup #colormeraggedy #coloredlashes #reelstutorial #yesacebeaute #muasunder5k #studiofam #editoralmakeup #avantgardemakeup #elfingamazing #tiktoktransition #tiktokmakeup #makeuptiktok #sephora #muasunder2k #hypebaebeauty #muaawesome #makeupeditoral 20w', 'mimipenka Forget being on Forbes, I felt rich when I was yours 💙 REPLY IN THE COMMENTS AND SWIPE: What’s your FAVORITE Bryson Tiller song?  Special shoutout to @evyxo_ whose orange version of this inspired me to do this in blue!  Starting my new makeup series where I recreate my favorite albums of the year! I’m kicking it off with Anniversary by @brysontiller. The cover is really just blue LOL, but then I saw @evyxo_ do a look just like this in orange and then my mind said DING! I play songs from this album every day, but I think my top 4 (b/c I couldn’t pick 3 lol) is: Sorrows, Inhale , Outta Time, and Next to You. I loved the fact this album came out on the anniversary of TrapSoul and that it’s blue because it really sounds like a blue version of TrapSoul (calmer, cooler, chiller).  Face: @narsissist - Soft Matte foundation in “New Caledonia” @fentybeauty - Pro filt’r concealer in 430 - Pro filt’r powder in “Honey” @hudabeauty - Tantour in “Tan” @thelipbar - Fresh glow bronzer (code: MIMIPENKA for 10% off) @milkmakeup - Hydrogrip primer - Hydrogrip setting + refreshing spray  Eyes: @benefitcosmetics - Precisely, My Brow Pencil in “Shade 6- cool soft black” @acebeaute - Slice of paradise palette @elfcosmetics - Retro paradise palette @nyxcosmetics - Epic wear waterproof eye & body liquid liner @tribebeautybox x @raggedyroyal collab lashes - Covered in @acebeaute slice of paradise eyeshadow palette to bring out a brighter blue (trick from @raggedyroyal)  Lips: @fentybeauty - Stunna lip paint in “Uninvited” - Mattemoiselle lipstick in “Clapback” @acebeaute - Slice of paradise (in the center)  #brysontiller #brysontilleranniversary #udmlip #colormeraggedy #coloredlashes #editoralblk #avantgradeblk #makeuprecreation #theartistedit #blueeyeshadow #bluelipstick #ombrelip #livingforface #nyxprofessionalmakeup #yesacebeaute #acebeaute #editoralmakeup #monochromemakeup #monochromemonday #nyxeyeliner #muasunder5k #makeupmelanin #muaxdiscover #undiscoveredmakeupart #blackgirlsdomakeup #inbeautmag #elfingamazing #elfcosmetics #beautyscaperemixcontest #elfeyeshadow @seebybeauty @brownmelaninmakeup @melaninmakeupdaily @undiscovered_muas @makeupmelanin @makeupstallker 21w', 'jaimariah it’s my birthday 🎂 - happy to see another year! and thankful for everyone here! 🥺 I hope y’all are enjoying this funky print shirt as much as I am!! & no lashes is SUCH A LOOK. wow - @colouredraine vivid pigments @limecrimemakeup venus liner @makeupforever matte velvet skin ‘5.3’ @makeupforever matte velvet skin ‘4.5’ @freck cheekslime ‘cuffed’ @freck og original freckle @colourpopcosmetics liner ‘BFF 3’ @revlon super lustrous the gloss - #colouredraine #limecrime #makeupforever #freck #colourpop #revlon #makeup #colourful #birthday #makeupforblackwomen 4w', 'jaimariah feeling ✨glamorous ✨ It feels good to be able to have new lighting after rocking with my ring-light for 3 years straight! and I can’t express how excited I am for these outside photos :-) - inspired by spaghetti4000 - eyeshadow primer: @makeupforever aqua seal - eyes: @colourpopcosmetics nook inc ‘ceo’ @makeupforever aqua seal ‘lagoon’ @theboldfacemakeup ‘newsworthy’ - foundation: @hudabeautyshop stick foundation @lorealparis infalliable concealers @makeupforever concealer ‘5.5’ contour ⭑ @freck cheekslime ‘fielding’ @covergirl lash blast clean mascara @freck the original freckle ‘noir’ - lips: @colourpopcosmetics lip liner ‘ctrl’ @lauramercier lip gloss ‘blush’ @mianjelica ludicrous light ‘peach-ella’ - #colourpopme #nyxcosmetics #milanicosmetics #colouredraine #danessamyricks #loreal #hudabeauty #makeupforever #tattilashes #limecrime #makeupforblackwomen #tutorial 6w', 'jaimariah heart liner 💗🤍 I want to live in this look for the rest of my life! - I got the chance to try out @limecrimemakeup’s Venus liners and I AM IN LOVE. 3 big factors that I need in my liners are durability, precision & pigmentation and the Venus Liners demonstrated all of the above. I got to create a quick, easy and cute look in no time 😇 - make sure to check out the shades down below:  eyes: Venus Liners ‘Peony’ ‘Baby’s Breath’ Lime Crime Glory Palette ‘Dusk’ ‘Ultraviolet’  #ad #makeup #liner #tutorial #valentines 8w', 'jaimariah 💎 💎💎 inspired by @dianashin 🖤 - eyeshadow primer: @danessa_myricks invisible base ⭑ - eyes: @morphebrushes jh palette @dominiquecosmetics latte 2 palette @karabeautyofficial liquid eyeliner ⭑ @makeupforever Aqua resist color pencil ‘forest’ ‘granite’ - foundation: @hudabeautyshop stick foundation @lorealparis infalliable concealers @makeupforever concealer ‘5.5’ contour ⭑ @danessa_myricks magic set seal with primer @tatcha silk canvas primer - lips: @colourpop lip liner ‘CTRL’ @colouredraine liquid lipstick ’suspect’ @revlon super lustrous the gloss - #colourpopme #nyxcosmetics #milanicosmetics #revlon #danessamyricks #loreal #hudabeauty #makeupforever #danessamyricks #limecrime #makeupforblackwomen #tutorial 9w', 'jaimariah me in a pink lip? 👁👄👁 - eyeshadow primer: @danessa_myricks invisible base ⭑ - eyes: @colouredraine juicy boost palette ⭑ @colouredraine vivid pigments ⭑ @karabeautyofficial liquid eyeliner ⭑ - lashes: @theboldfacemakeup ‘seeing double’ - foundation: @hudabeautyshop lumi matte foundation @lorealparis infalliable concealers @makeupforever concealer ‘5.5’ contour ⭑ @danessa_myricks vision flush ‘sunset’ @danessa_myricks magic set seal with primer @milkmakeup hydrogrip primer - lips: @lauramercier lip liner @colouredraine liquid lipstick ’suspect’ @ilmakiage clear lip gloss - #colourpopme #ilmakiage #milanicosmetics #colouredraine #danessamyricks #loreal #hudabeauty #makeupforever #tattilashes #limecrime #makeupforblackwomen #tutorial 9w', 'jaimariah SHOP BLACK EVERY MONTH - Boxycharm sent over their February PopUp box and I got the chance to play with a couple of black owned brands. This was the outcome! - eyes: @acebeaute classical paradise palette @beautyvalute matte lip ‘natty nat’ @beautyvaulte lip liner base: @opvbeautylondon contour kit lashes: @camaraaunique ‘Ruth lash’  #BoxyBlackHistory, #BoxyBeautyMark #BoxyCharm #Ad #SponsoredbyBoxy #Giftedbyboxy #ad #makeup #liner #tutorial #valentines @boxycharm #boxyblackhistory 9w', 'jaimariah so pumped to create looks for Valentines this year! ib: @stenss 💖 used @raggedyroyal colored lash technique! • eyeshadow primer/concealer: @danessa_myricks invisible eyeshadow base - eyeshadow: @colouredraine vivid pigments ‘sauce’ @makeupforever matte velvet concealer @hudabeautyshop mascara - lashes: @tatti_lashes lash glue - primer/setting spray: @tatcha silk canvas primer - foundation: @hudabeautyshop stick foundation @makeupforever matte velvet concealer @lauramercier honey translucent powder @maybelline fit me pressed powder - lip combo: @fentybeauty matte match stix @makeupbymario lip palette @revlon x @meganthestalion clear gloss •  #milanicosmetics #tatcha #hudabeautyshop #revlon #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #liner #tutorial #skin #makeuptut #eyeshadow #danessamyricks #melaninbeautiesunite 12w', 'jaimariah browns + pinks @stenss & @ashghotcakess inspired me to finally do brown lashes! used @raggedyroyal colorful lash technique!! • eyeshadow primer/concealer: @makeupforever aqua seal as base - eyeshadow: @themakeupshack rainforest palette use code ‘Sam’ for $ off @colourpopcosmetics she’s a rainbow paint palette is from Amazon ‘ccb beauty flash color palette’ @hudabeautyshop mascara - lashes: @tatti_lashes lash glue - primer/setting spray: @milanicosmetics rose primer - foundation: @hudabeautyshop stick foundation @makeupforever matte velvet concealer @elfcosmetics 16hr camo concealer @lauramercier honey translucent powder @maybelline fit me pressed powder @milanicosmetics cheek kiss - lip combo: @colourpopcosmetics lippie pencil ‘CTRL’ @colourpopcosmetics lippie stix @makeupbymario lip palette ‘white’ ‘pink’ @colourpopcosmetic lux gloss ‘glacier’  •  #milanicosmetics #nyxcosmetics #colourpopme #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #liner #tutorial #skin #makeuptut #eyeshadow 13w', 'jaimariah paint brushes for eyeliner = crisp line • eyeshadow primer/concealer: @makeupforever aqua seal as base - eyeshadow: @playinginmakeupbyyolondo jamrock universal @colouredraine vivid pigments @sheencosmeticsofficial epic liner ‘mellow’ @hudabeautyshop mascara - lashes: @tatti_lashes style ‘double tap’ @tatti_lashes lash glue - primer/setting spray: @tatcha silk canvas primer @tatcha the silk peony eye cream - foundation: @hudabeautyshop stick foundation @makeupforever matte velvet concealer @bymelolops pigment ‘beam’ use code ‘Jai10’ for $$ off @lauramercier honey translucent powder @maybelline fit me pressed powder - lip combo: @colourpopcosmetics lippie pencil ‘CTRL’ @nyxcosmetics butter gloss ‘fortune cookie’ @milanicosmetics ludicrous light gloss ‘Lollapha-blue-za’ - hair: @divaswigs curly closure  •  #milanicosmetics #nyxcosmetics #colourpopme #mnyitlook #lauramercier #makeupforever #hudabeauty #makeup #blackwomen #lineart #tutorial #skin #makeuptutorials #eyeshadow 14w', 'chelslaysss literally everything was blue after this look omg  check out the pictures of this look for makeup details! 💙  #lavalamp #lavalampmakeup #bluemakeup #bluemakeuplook #tiktokmakeup #tiktokmakeuptutorial #makeupprocess #70smakeup #retromakeup #70saesthetic #editorialmakeup #editorialmakeupartist #editorialbeauty #muasunder10k #creativemakeuplooks 2d', 'chelslaysss SURPRISE!!! ✨🥂 in honor of my 1 yr anniversary of this account, @lucia_creates and i teamed up to bring you ig filters of some of my most iconic makeup looks! (check out the filters tab on my page to use!)  they did an amazinggg job designing these!! pls check her out for all ur graphic design needs 🔥💓 @lucia_creates  on april 23rd, 2020 i created this account so unsure of where it would take me, so doubtful of my artistic ability. after a year i’ve made some bomb friends and realized my potential, allowing me to have opportunities i never thought i could. thank y’all for the love you show me & my art bc y’all really motivate me to keep going 🥺💓 i’m done being a simp lol but cheers to another year of surprises 🥂🕺🏾  #chelslaysss #lucia_creates #igfilters #igfilter 3d', 'chelslaysss 💙🌀 LAVA LAMP 🌀💙 ib: @crisxtinv @miryssamua pt 6/6 of my retro series WOOOO!!!! 🕺🏾🕺🏾🕺🏾 this look gave me all sorts of headaches smh but i persevered 😭 i really hope y’all like this!  the blue temporary hair dye is from @asiamnaturally 💙  makeup details: eyes 🌀 @glisten_cosmetics wet liner in sapphire, use my code “CHELSLAYSSS10” to save 🤑 🌀 @icywifeycosmetics lashes in diva 🌀 @ilmakiage blue icon mascara  face 🌀 p louise base rumor 0 (i didn’t realize i had a blue p louise base until i was several hours into this look smh) 🌀 @museebeauty impressionism palette, use my code “SLAYSSS10” to save 🕺🏾 🌀 @bperfectcosmetics carnival 3 palette 🌀 @bhcosmetics apres in aspen highlight palette  lips 🌀 @lacolorscosmetics brown lip liner 🌀 @milanicosmetics cheek kiss cream blush in nude kiss  #bluemakeup #bluemakeuplook #bluehaircolor #bluehairdontcare #bluehairedgirl #lavalampmakeup #lavalampmakeuplook #retromakeup #70saesthetic #retroaesthetics #70smakeup #colorfulmakeup #blueeyeliner #muasunder10k 4d', 'chelslaysss starting to feel like purple was made for me 🤩💜  major makeup deets: 🕺🏾 @trixiecosmetics back to the fuschia blush palette 🕺🏾 @bhcosmetics apres in aspen highlight palette 🕺🏾 #trixiecosmetics glosses in synth, chill pill, prism 🕺🏾 trixiecosmetics glitter in juicebox  #purplemakeuplook #purplemakeup #purpleglitter #purpleeyeshadow #70saesthetic #70sstyle #70smakeup #retromakeup #retrostyles #trixiemattel #muasunder10k 5d', 'chelslaysss 💜🕺🏾 SOUL SISTA 🕺🏾💜 cheers to pt 5/6 of my retro series! 🥂 the pics really did NOT do this look justice omg. the glitter is stunning in person!! shout out @trixiecosmetics @trixiemattel 💕  makeup deets: eyes 🕺🏾 @trixiecosmetics face glitter in juicebox 🕺🏾 @bhcosmetics los angeles palette 🕺🏾 @bperfectcosmetics carnival 3 palette 🕺🏾 @pgaesthetic lashes in the style jasmine  face 🕺🏾 @ilmakiage f*ck i’m flawless concealer shade 15 🕺🏾 @colourpopcosmetics tinted moisturizer 🕺🏾 @kosas revealer concealer shades 08, 8.2 🕺🏾 @trixiecosmetics back to the fuschia blush trio 🕺🏾 @bhcosmetics apres in aspen highlight palette  lips 🕺🏾 @trixiecosmetics glosses in synth, chill pill, prism  #purplemakeup #purplemakeuplook #70smakeup #70sstyle #70saesthetic #editorialbeauty #editorialmakeup #purpleglitter #purpleeyeshadow #purpleeyemakeup #retromakeup #retromakeuplook #purplelipstick #purplelips #trixiecosmetics 6d', 'chelslaysss 🌅🍄☮️ LET’S TRIP ☮️🍄🌅SWIPE ⏩ to see my inspo!  4/6 of my retro series! 🕺🏾was going for a psychedelic landscape vibe idk if that’s what it’s giving but i really wanna try this again!!! 🤩  i truly appreciate all the love from you guys on this series 🥺 we hit 3k and i’m so happy!! thank you for supporting my art 💗🥰  makeup deets: 🌅 p louise base in rumor 0 🌅 @bperfectcosmetics carnival 3 palette 🌅 @beautybaycom bright matte palette 🌅 @glisten_cosmetics wet liner in sapphire 🌅 @glamvicecosmetics liners in miami beach, sour apple, skate date 🌅 @milkmakeup hydro grip primer 🌅 @colourpopcosmetics so fresh tinted moisturizer 🌅 @lagirlcosmetics pro conceal in medium beige 🌅 @milkmakeup kush mascara 🌅 @essencemakeup soft contouring lip liner in melt your heart 🌅 @trixiecosmetics lip gloss in DUH!  #creativemakeuplooks #creativemakeupartist #brightmakeup #retromakeup #makeupartistry #groovybaby #graphiclinerlook #carnivalpalette #editorialmakeup #editorialbeauty #editorialart #trippyartwork #trippyartist #trippyvibes #retrovibes #70sstyle #70saesthetic 2w', 'chelslaysss here’s a tutorial on how i do my flawless base 🧡 using brushes from @humble_cosmetics  use my code “FREESHIPCC24” for a discount! 🥰  brushes in order of appearance: 🧡 202 round kabuki brush 🧡 blending sponge 🧡 207 highlight brush 🧡 204 tapered powder brush 🧡 101 small shading brush  #foundationmakeup #basemakeup #foundationroutine #makeuptutorials #colorfulmakeuplook #graphiclinerlook #graphicliner #foundationbrush #makeupbrushset #makeupbrush #concealertutorial 3w', 'chelslaysss 🤎💛🦊 FOXY LADY 🦊💛🤎 makeup ib: @ericaswn edit ib: @itsbeautybybrit pt 3 of my retro series 🕺🏾🤩 my addiction to graphic liner is so real. i tried this look w only eyeshadow and it simply did not hit the same 🤷🏾\u200d♀️  which retro looks should i try next? if you have ideas i’m all ears 👂🏾👇🏾  makeup details: 🦊 @glisten_cosmetics gateau split liner 🦊 @glamvicecosmetics liners in hot pants, lemon lush 🦊 @tayaweebeauty undress me eyeshadow palette 🦊 @milkmakeup kush mascara 🦊 @thecrayoncase blush binder 🦊 @lacolorscosmetics brown lip liner 🦊 @tayaweebeauty tube gloss in passion 🦊 @nyxcosmetics butter gloss in madeline  #70sstyle #70saesthetic #70smakeup #retromakeup #retroaesthetics #orangemakeup #orangemakeuplook #graphicliner #graphiclinerlook #yelloweyeliner #browneyeliner #afrohairstyles #afroqueen #foxylady #afrogirls #creativemakeupartist #creativemakeupart 3w', 'esantoinette besties, this @mavenbeauty beat + my hair?? It’s making me feel really...GOOD | ad! . (products can all be found on www.fashionnova.com/beauty) -basic beat cream eyeshadow in “teddy” and “coquito” -maven eyeshadow palettes in “define” and “stargate” palettes . #mavenbeauty mavenbeautypartner 5d', 'esantoinette ad! a bleached brow using a @mavenbeauty cream shadow meets a black smoked out eye . (products can all be found on www.fashionnova.com/beauty) . -basic beat cream eyeshadow in “teddy” and “coquito” -maven eyeshadow palettes in “define” and “stargate” palettes . song: 505 by arctic monkeys . #mavenbeauty mavenbeautypartner 1w', 'esantoinette finally some colors I don’t always use together 🦂 “zoom in” effect 100% inspired by @naezrahlooks! . @kaleidosmakeup club nebula palette * @glisten_cosmetics liners in shades chai, gateau, and mars (orange shade I covered) * @glisten_cosmetics no. 2 liner brush * use code ANTOINETTE20 to save monies on Glisten’s site :) -pink eyeshadow from the Beauty Bay x Nikkietutorials palette * @colourpopcosmetics crème gel liner in “good reef” @kikomilano maxi mod mascara + @themakeupshack “show stopper” lashes cut in 1/3 * lips: @maccosmetics “stone” lip pencil + @fentybeauty “tropic tantrum” poutsicle * *=gifted product . song 1: music sounds better with you by Neil Frances song 2: the less I know the better from lofi fruits music . #graphicliner #glistencosmetics #graphicmakeup #editorialmakeup #modelmalay 1w', 'esantoinette y’all are so cool, cooler than me :) thank you for so much love 🧚🏼 . all makeup details in previous post earrings from @yesstyle . #graphicliner #graphicmakeup #editorialmakeup #creativemakeup 2w', 'esantoinette what if I just posted twice in one night 🗣 . @glisten_cosmetics wet liners in order of use: Raspberry Punch, the Royals, Divine, Strawberry Cheesecake (light pink liner) and Rust (use code ANTOINETTE20 to save on their site) * @bymelolops C2 brush for liner (use ANTOINETTE5 to save monies) * @bhcosmetics lost in los angeles palette (the pink shade) * @kaleidosmakeup club nebula palette * @colourpopcosmetics crème gel liner in “joy ride”* and “brownie points” BFF mascara lashes: are a very old pair split in half blush and lips: @1daybeautyco multitint in shade “rust” * *=gifted product . song 1) my kind of woman by Mac demarco (but slowed down) song 2) good days by sza song 3) bongo cha cha cha by caterina valente . #graphicliner #graphicmakeup #editorialmakeup #kaleidosmakeup #colourpopme 2w', 'esantoinette call me beep me, I would like to present to you this runway kim possible moment with @mavenbeauty products | Ad . -maven beauty cosmic drip nova palette (over a sticky base for best color payoff) -basic beat eye cream in coquito (to clean up edges of blunt eyeshadow) -maven beauty Define palette -maven beauty asteroid tears liquid glitter eyeshadow in “supermoon” -maven lipstick in “ (all available on fashionnova.com/beauty) song: tokyo ghost by eyedress . #mavenbeauty mavenbeautypartner 2w', 'esantoinette y’all mind if I just...give u a duo-toned metallic wing with @mavenbeauty’s Nova palette??? 🗣 Ad . -basic beat eyeshadow base in “coquito” -maven cosmic drip “nova” palette -maven highlight in “draped up” -maven lipstick in “thrill” on my cheeks and “buena” on my lips (products can all be found on www.fashionnova.com/beauty) . #mavenbeauty mavenbeautypartner 2w', 'esantoinette so many base routines I love 🧚🏼here’s one of them for now (๑*◡*๑) give me more good songs to add to my playlist so I can share a really bomb @spotify playlist with y’all hehe . @range_beauty true intentions bronzing primer (so effing good y’all) @hudabeauty #fauxfilter stick foundation, shades 150G* & 220N* @lauramercier flawless fusion concealer, shade 2W* @beautybakeriemakeup fixing flour setting powder* @kaleidosmakeup charisma contour (warm and medium)* . #foundationroutine #hudabeauty #lauramercier #kaleidosmakeup #makeupreels #youdeserverounds 3w', 'esantoinette the block button has been worn out this weekend. I hope you are spreading positivity wherever you can y’all ✨ . @hauslabs the edge precision brow pencil “ash brown” @kaleidosmakeup club nebula x angelica nyqvist palette @glisten_cosmetics wet liners in moon rock, evergreen, and blueberry (code ANTOINETTE20 can save u some coin) @claropsyche psyche’s box @themakeupshack “show stopper” lashes cut in half lips: @nyxcosmetics “brooklyn thorn” liner + @milkmakeup electric glossy lip plumper “charged” . #editorialmakeup #graphicmakeup #modemalay #graphicliner 3w', 'bemusebybetty ♌️🌂☂️🧞😈🔮💜  hello all! i hope you’ve been enjoying the sun! a simple graphic look using all @bodyography products! i wanted to do a look with a brand that has supported me from the beginning of my instagram journey! they can be found online, or if you are uk based look on @gurumakeupemporium ☺️ only editing was increasing saturation and black point! we celebrate texture today!  @bodyography products: face 💜 pro perfect foundation stick in espresso and hazelnut skin slip full coverage concealer blur, set and perfect loose finishing powder eyes💜 epic lash mascara on point liquid liner pen aura glow and blue morpho glitter pigment lips 💜 forever summer eye palette for lip liner clear gloss 3d', 'bemusebybetty 🧩art in 3D🧩  i was commissioned by @tatecollective to respond to an artwork in the @tate gallery 🎨 i am so so grateful for this opportunity to showcase my skills as not only a mua but an artist 🖌 check out my timelapse tutorial of this look posted on the @tatecollective page! my explanation for why i chose this piece is below⬇️  "I chose Pasmore’s piece to respond to because the meaning behind the artwork resonates with me. He stressed with this artwork he wanted to convey ‘human feelings’, not just abstract ideas. I wanted to convey this with make-up as it has always been a form of therapy for me; the colours and shapes that I usually choose are dependent on my mood for that day, my experiences or even a daydream I had.  With my interpretation of Pasmore’s work, I’ve chosen to do two halves of my face in similar but different colours: one side muted, one side vibrant. This represents the simultaneous juxtaposed thoughts and emotions in my brain; a crazy yet cohesive jigsaw. The lines are thought trails that bleed into each other\'s respective sides. The taijitu symbol Yin and Yang comes to mind - there is no good without bad, no noise without quiet and no art without mess. " - Betty  ‘Square Motif, Blue and Gold: The Eclipse\', Victor Pasmore, 1950 1w', 'bemusebybetty 🍀🌸🌷🍀🌺  hello :) it’s been a while! i’ve had major health issues which explains my absence. i had to go awol to heal, but with diet and rest, i feel like i’m finally coming out the other side. it’s still ongoing, but i wanted to share with you this fresh spring look 🌸  i can’t guarantee that i’ll go back to posting at the same frequency as before for now, but i will still try to share my art with you all as often as i can ❤️ i hope my followers and fellow content creators are doing well! i’m excited to catch up with what everyone’s been getting up to on here!  products: @kvdbeauty pomade for eyes, lashes and cheeks @kvdbeauty vegan lipgloss for lips 2w', 'bemusebybetty bored of the rain now 🌧  eyes 🔷 @glisten_cosmetics slushie and peach melba split liner and cola wet liner (BEMUSE20 for 20% off if you like :)* @maybelline sky high mascara* face 🔷 @bodyography skin slip concealer, quick fixx setting spray* @makeuprevolution banana powder @kaleidosmakeup charisma contour* @unicorncosmetics glow ting highlighter* @xxrevolution jaded blush* @deciem coverage foundation lip 🔷 @lottielondon brown eyeliner* @kvdbeauty lipgloss in camella 10*  *some products are previous pr 5w', 'bemusebybetty 🌀〽️💢🌀〽️💢  i forgot how much fun i used to have doing quirky edits on my pictures! sometimes the pressure of having a matchy grid or content that always has to ‘fit’ makes you forget what a big part of creativity is - pure fun!!!  i recieved this beautiful jewellery from @seolgold! the bottom chain link twists open so you can add charms to it aswell, very cool. all gold plated*  i also used @glisten_cosmetics for this squiggle liner (double denim, red velvet, peach melba sulphur and lochness - use code BEMUSE20 for 20% if you like!)*  *products featured were previous pr products sent to me 6w', 'bemusebybetty ✨happy international womens day✨  please check out my story for some seriously underrated talented black women content creators under 10k! i shall be saving them in my highlights in 24 hours too. i love the small black beauty community here so please have a look! ❤️  reminder - this liner doodle is just one representation of a woman’s body, one that is personal to me as it’s closest to my shape - but for me it goes without saying that all shapes and sizes of women’s bodies are valid and worthy❤️  @glisten_cosmetics copper, the royals wet liners (if you like, BEMUSE20 to get 20% off 😊) 7w', 'bemusebybetty alexander mcqueen tutorial ⚙️ the FINAL look for the front row challenge! i really enjoyed this series and i hope you all enjoyed it too! already planning my next series underway 👀  eyes ⚙️ @depixym silver pigment powder* @xxrevolution lux vortex palette* @glisten_cosmetics moon rocks wet liner (BEMUSE20 for 20% off huns 🥰)* @maybelline sky high mascara from @superdrug * face ⚙️ @rimmellondonuki foundation in dark chocolate @xxrevolution concealer in 13.5, glass fixx primer, glass gloss*, @mybeautybrand florence blush* @makeuprevolution banana powder @kaleidosmakeup charisma contour * lips ⚙️ @lottielondon brown pencil eyeliner all over the lip* clear lipgloss *products previous pr  #instagramreels #editorialmakeup #311makeup #silvermakeup #reelsinstagram 7w', 'bemusebybetty tutorial for @yslbeauty @ysl front row look! happy march!!! love you all!! i hope this month brings you health and WEALTH 💰 💵 ✨  also if you saw me upload this yday..no you didn’t 😅  products eyes 👄 @xxrevolution x-gen and x-ray palettes* @glisten_cosmetics limeade wet liner* (BEMUSE20 for 20% off❣️) @makeuprevolution 5D lash* face 👄 @rimmellondonuki foundation in dark chocolate @xxrevolution concealer in 13.5, glass fixx primer, glass gloss*, @kaleidosmakeup charisma contour* @mybeautybrand florence blush* @makeuprevolution banana powder @kaleidosmakeup charisma contour * lips 👄 @lottielondon black eyeliner pencil* @kaleidosmakeup dramatize lucid lipgloss*  *previous pr  #editorialmakeup #graphicliner #reelsinstagram #instagramreels #runwaymakeup #reelself #instareels 7w', 'bemusebybetty tutorial for versace front row look ✨ and THANK YOU for 8k🎊🎉 i’m soo soo appreciative of everybody who supports me!! where would i be without you all who love my art 🥺🥺  products eyes ⚱️ mixture of grease paint and clear gloss @morphebrushes 35b palette @depixym black emulsion paint for brows face ⚱️ @rimmellondonuki foundation in dark chocolate @xxrevolution concealer in 13.5, glass fixx primer, glass gloss*, @mybeautybrand florence blush* @makeuprevolution banana powder @kaleidosmakeup charisma contour * lips ⚱️ @depixym black emulsion paint *products previous pr  #uglymakeuprevolution #avantgardemakeup #runwaymakeup #editorialmakeup #instareels 8w', 'laaweup 💖 .makeup reproduction @nyane 🤍 j’ai rajouté des strass et des taches de rousseurs entre temps mdrr  ♡ *PRODUCTS : S K I N @fentyskin Fat water + Hydra visor @toofaced @toofacedlovesfrance born this way concealer @lauramercier flawless fusion concealer @benefitfrance @benefitcosmetics hoola caramel @anastasiabeverlyhills luminous foundation @lauramercier loose setting powder @beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush @freck freckles - E Y E S & B R O W S @kvdbeauty Shake primer @beautybaycom bright matte palette @theboldfacemakeup newsworthy lashes @kvdbeauty tattoo liner @mysticeyesoffical Space brown bambi glitter lenses ( 15% off w/ the code LAAWEUP ) . L I P S @beautybaycom bright matte palette @glisten_cosmetics Bubble lipgloss . #colourful #beautybay #brightmatte #glistencosmetics #kvdbeauty #abh #anastasiabeverlyhills 8h', 'laaweup Si vous savieeeez à quel point le film Kick-Ass était un de nos films préférés avec ma sœur, à la limite de le connaître par coeur PTDR du coup j’étais obligée de faire un makeup inspiré de Kick-Ass lui même à l’occasion de sa sortie sur la plateforme @primevideofr ^^ Je sais pas si vous l’avez déjà vu.. si oui dites moi en commentaire votre super-héros favoris dedans (bon perso on a compris qui c’était du coup..) si non : c’est l’occasion car vous avez 30 jours d’essai gratuits sur Amazon Prime (et donc Prime video) ;p (et dites moi si vous avez aimé !!) #PrimeVideo #Sponsorisé 4d', 'laaweup lavender ♡ *PRODUCTS : S K I N @fentyskin Fat water + Hydra visor @toofaced @toofacedlovesfrance born this way concealer @lauramercier flawless fusion concealer @benefitfrance @benefitcosmetics hoola caramel @anastasiabeverlyhills luminous foundation @lauramercier loose setting powder @beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush @milkmakeup hydro grip set + refresh spray @freck freckles - E Y E S & B R O W S @kvdbeauty Shake primer @kaleidosmakeup The Escape Pod Palette @hudabeauty #bombbrows brow pencil @nyxcosmetics_france @nyxcosmetics the brow glue . L I P S @beautybaycom bright matte palette @toofacedlovesfrance pumpkin palette . #anastasiabeverlyhills #abh #milkmakeup #studiofam #fentybeauty #fentyskin #toofaced #freck #fullface #makeup #zoom 1w', 'laaweup (AD) Eh désolé pour la tache sur mon œil j’avais pas vu purée... bref j’ai essayé le nouveau Complexion Pro Foundation de @sheglam_official en teinte GOLDEN (1686647) ! Il est grave léger sur la peau, modulable à souhait, naturellement matte et assez couvrant pour estomper mes tâches d’hyperpigmentation ^^ fiou  Il existe en 30 teintes et si vous voulez le tester vous le retrouverez exclusivement sur le site ou l’appli Shein !  D’ailleurs vous avez moins -15% sur tous vos achats Sheglam mes p’tites stars avec le code SF588 :ppp  #SHEGLAM #SHEGLAMPrettyCommittee 1w', 'laaweup 🤭 1w', 'laaweup brown again ^^ - @nyxcosmetics_france @nyxcosmetics Epic ink Brown, Epic Wear brown @makeuprevolution brown liner - #brown #nude #makeup #liner #eyeliner 1w', 'laaweup 🤎 .credit : @samhendrymua :p - *PRODUCTS : S K I N @fentyskin Fat water + Hydra visor @toofaced @toofacedlovesfrance born this way concealer @lauramercier flawless fusion concealer @benefitfrance @benefitcosmetics hoola caramel @anastasiabeverlyhills luminous foundation @lauramercier loose setting powder @beautybaycom bright matte : just peach, tangerine dream, koi & heat wave for the blush @milkmakeup hydro grip set + refresh spray @freck - E Y E S & B R O W S @kvdbeauty Shake primer @inglot_cosmetics duraline @beautybaycom bright matte palette @toofaced pumpink palette @hudabeauty #bombbrows brow pencil @nyxcosmetics_france @nyxcosmetics the brow glue . L I P S @beautybaycom bright matte palette @toofacedlovesfrance pumpkin palette . #liner #morphebrushes #brown #nude #makeup #anastasiabeverlyhills #abh #milkmakeup #studiofam #fentybeauty #fentyskin #toofaced #freck 2w', 'laaweup blue :p .inspired by @makeupbysamanthaharvey & @g.looks_ 🥰 . @beautybaycom book of magic @glisten_cosmetics The Royals liner + « Crystal » Gliss gloss (20% off with my code LAURA20) @theboldfacemakeup lashed out lashes . #blue #makeup #glistencosmetics 2w', 'laaweup I’ve never posted this makeup that comes from my emoji challenge.. so here it is ^^ ♡ (this is a remix of two other looks that I already did haha) . #emojichallenge #paint #bodypainting #makeup #colours 3w', 'makeupbycynn Can you tell I love blue 💙 3d', 'makeupbycynn I know it’s late but hi missed posting looks for you guys 💙 P.s got lazy with my inner corner liner 😐 IB @gabxxrielle 1w', 'makeupbycynn Hi I miss you all 🥺 2w', 'makeupbycynn ☁️ @darlingsjewelry use code CYNTHIA for 💲off 5w', 'makeupbycynn Officially my first ootd 📸  Top @forever21  Pants @rue21  Purse @savers_thrift . . . . #fashionblogger #fashion #editorialfashion #ootd #ootdfash #style #dressupordown #city 5w', 'makeupbycynn Probably not the pic you were expecting but I had a lot of technical difficulties 😔 I just prayyy the next shoot is better  Palette @lauraleelosangeles Nudie Patootie Liquid liner @nyxcosmetics in Brown  Blush @anastasiabeverlyhills Peachy Love Bronzer @anastasiabeverlyhills in saddle  Lipgloss @colourpopcosmetics so Juicy  #goldenhour #lipgloss #sun #softglam #brownliner 5w', 'makeupbycynn Hi 🦋 First off idk if this is it I couldn’t get any pics at all lol I was so frustrated and this is the only one I kinda liked so yeah I hope you like 🌷  Palette @poppicosmetics See You Never palette  Blush @colourpopcosmetics stick blush  Lipliner @nyxcosmetics matte lip liner in cold brew  Bronzer @colourpopcosmetics coconut beach 6w', 'makeupbycynn My favorite moment ever 🌸💐🌷 Inspo @mianjelica 💞 6w', 'makeupbycynn Good morning everyone I hope your day has started out good🌻  Sorry another little tb but I wanted to let you guys know I’m working on my new look tonight along with my outfit and I can’t wait for you guys to see 😌 6w', 'halfagemini on yer mind <3 🧶🧩🚺 ♡ i hope y’all are taking care of your mental health and staying busy :) i’m having a great saturday and i definitely had fun recreating this look inspired by @alexreadermakeup! don’t forget to check on your friends and yourself 👋🏾🌼 ♡ @milkmakeup hydro grip primer @colourpopcosmetics feather effect brow wax @getyouthforia make some noise lipgloss @shanel_cosmetics wet liners @colourpopcosmetics mocktail chaser (blush) @freck noir & XL @milkmakeup hydro grip spray 1w', 'halfagemini $19 fortnite card, who wants it ?? 🍄🤨‼️ ♡ ♡ @milkmakeup hydro grip primer @colourpopcosmetics feather effect brow wax @getyouthforia byo blush @shanel_cosmetics wet liners @colourpopcosmetics freckle pen @elfcosmetics lipgloss praline @milkmakeup hydro grip spray ♡ 2w', 'halfagemini let’s get rid of the sex toy taboo and normalize loving yourself because they won’t love you better 🌺💗🍭 • meet PLUA (color dark fuchsia) brought to you by @femmefunn with up to 10 vibration modes, super discreet & 100% waterproof for late night adventures 🥰 use code SOREYA for 20% off 2w', 'halfagemini reminding u. 2w', 'halfagemini sunbathe with me, darling 🌻🌞🌤🌏 3w', 'halfagemini hi, how’s ur mental today? ♡ @salemmitchell inspo 🍒 ♡ @milanicosmetics super charged dewy primer @milanicosmetics i cherry-ish you cream blush @milanicosmetics mon cherry (eyes & lips) @maybelline more scarlet matte lipstick (eyes) @freck noir 3w', 'halfagemini hoops are definitely my personality trait and these cuffs are to die for 🧸💫 ♡ partnering with @studs to introduce their new Vintage Feel collection! use code SOREYA15 for $$$ off 🤍 • #ad 4w', 'halfagemini i can do less and attract more. directing my focus onto what’s thriving creates all i need. 5w', 'halfagemini head in the clouds i guess ;) :0 ⛅️ ps: let’s get used to the fact that green is my favorite color ♡ @milkmakeup hydro grip primer @milkmakeup sunshine skin tint caramel @milkmakeup flip lip + cheek @shanel_cosmetics wet liner 20 @maybelline ultimatte more truffle @essencemakeup shine shine behind the scenes @colourpopcosmetics freckle pen 5w', 'beyournottygirl makeup inspired by my custom made nails from @itstheclawset ! i absolutely adore them. if you want to cop your very own, use code “NOTTY15” at check out. ❣️ 4h', 'beyournottygirl hi angel loves! how’s your Saturday going? it’s gloomy asf where im at. btw, a new YouTube video is going live today. it’s part 1 of my Shadow Work Q&A! if you don’t want to miss it, make sure to subscribe. also, i have a question. if i were to do a podcast, what topics would you guys like for me to discuss? 🧚🏾\u200d♀️  products used 🤎✨  face 🤎✨ * @nyxcosmetics brow pencil in black * @fentybeauty cream blush in summertime wine * @elfcosmetics hd powder in sheer * @kaleidosmakeup charisma contour palette in warm & deep * @milkmakeup grip set & refresh spray, hydro grip primer & highlighter stick * @urbandecaycosmetics tinted glow hydrator in 80 deep & wild west palette shade rustler * @ilmakiage f*ck im flawless concealer in 13.5 eyes & lips 🤎✨ * @colourpopcosmetics lippie pencil in lucky rat tail * @milkmakeup electric (very true to its name 😉) glossy lip plumper in buzzed * holographic butterflies from amazon * broadway #7 lashes  custom claws made by @nisha.boo (don’t forget to use my code “NOTTY15” at check out) 🧚🏾\u200d♀️ 2d', 'beyournottygirl say hi to this gorgeous watch by @mvmtforher use code “beyournottygirl15” for 15% off the entire site! 🧚🏾  #jointhemvmt 3d', 'beyournottygirl it’s okay to believe in your dreams and that you will succeed. you don’t have to be afraid of success. embrace letting beautiful abundance flow to you effortlessly. 🧚🏾\u200d♀️ 5d', 'beyournottygirl hi loves! i hope you’re enjoying your day. i wanted to say thank you so much cause i reached 50k subbies on YouTube! thank you guys for your support and i am so excited for all of the good shit that will be coming. btw, how are we liking this look? it was inspired by @studs collaboration with Shop Zuck cow print earrings. they are super adorable! to snag yours, use code “NOTTY15” for % off.  #ad 1w', 'beyournottygirl yesterday i did some Aquarius inspired makeup and i loveee the outcome! i may redo the look & retake the photos when some sunlight appears but for now enjoy this baby! btw a new YouTube video is now live discussing the herbs ive used so far. i hope you enjoy it! 🍭 1w', 'beyournottygirl hi angel fairies! i hope you guys are enjoying this beautiful Monday. i finally got my hands on some mugwort thanks to @soulfulvibesco . i can’t wait to let you guys know my experience with it. it’s really great for seeking divination through dreams. very excited for what Spirit has to tell me. (even though my dreams are already wild enough as it is 😣) i also have some lavender & rose petals. i really love lavender, because it helps with easing anxiety & healing. not only that, but it’s perfect to add with your 🍃 ;). rose petals are perfect as well to help with love of all kinds! for beginners, i highly recommend lavender and rose petals to start you off. this Wednesday, a YouTube video will be going up discussing herbs & how to use them! i hope you’re excited for it. to start your journey with herbs, swing by @soulfulvibesco & use code “NOTTY15” for 15% off your order. 🧚🏾\u200d♀️  #soulfulvibes #soulfulvibesco #ad 2w', 'beyournottygirl hi angel fairies! i hope you’re enjoying your friday. i hope you’re excited for tomorrow’s YouTube video all about herbs ft @soulfulvibesco ✨  what herbs have you been wanting to try? 2w', 'beyournottygirl 80’s fairy anyone? 🧚🏾\u200d♀️  can’t wait to tell you guys the details about this look! absolutely love it way out of my comfort zone. btw a new YouTube video will be going up today and it’s all about embodying your feminine energy, especially as a black woman. the idea of femininity for black women is always clouded in being submissive. well i say fuck that! that’s not nor will it ever be my definition of the word. 💞 2w', 'makeupbyshaniah #TULApartner Tula’s SPF got me glowing 🤩 TULA is a doctor-founded, clean & effective skincare and wellness brand built on the power of probiotics & superfoods. TULA products are cruelty-free and are never tested on animals! 🐥 TULA has shared a discount code with me: SHANIAH at checkout to save 15%! #EmbraceYourSkin 4d', 'makeupbyshaniah @sza inspired me 🥺🤝👩🏾\u200d🦰 — Lips - brown lip liner + orange shadow & @anastasiabeverlyhills clear gloss🤗  #explorepage #sza #hudabeauty #frontalwigs #gingerhair #softglam #makeupartist #mua 1w', 'makeupbyshaniah happy easter 🐰 make sure to click the link in my bio to leave a testimonial for sephora squad hehe🥰💕 — hair from @world_new_hair 💕 face • @hudabeautyshop @hudabeauty faux filter foundation + hydrating primer + @milkmakeup concealer + @anastasiabeverlyhills translucent powder / blush trio in berry adore + @benefitcosmetics toasted bronzer Eyes • @hudabeauty neon palette + @anastasiabeverlyhills volume 3 palette + @v_beautystore boss babe lashes @alamarcosmetics dulce gloss  #mua #makeup #hudabeauty #anastasiabeverlyhills #abh #fauxfilterfoundation #fentybeauty #softglam #pastelmakeup #pastel #curlyhair #hair #lacefrontwigs #lacewigs #reels 3w', 'makeupbyshaniah Blonde moment 👱🏾\u200d♀️🤎🍯 — @hudabeautyshop @hudabeauty #fauxfilter foundation in 500G + jelly hydrating primer + @urbandecaycosmetics stay naked concealer + translucent powder + @benefitcosmetics toasted bronzer @hudabeauty retrograde palette @maybelline matte liquid lipstick + clear gloss  #softglam #springmakeup #reels #hudabeauty #fentybeauty #maybelline #makeupartist #mua #glam #glammakeup #spring 4w', 'makeupbyshaniah little tut on this look from the other day hehe🖤 — @anastasiabeverlyhills dipbrow in ebony + brow wax @hauslabs black liquid liner + black eyeliner pencil + liquid shimmer “legend” @onesize brown liner + @maybelline superstay matte ink coffee edition lipstick “chai genius” + @anastasiabeverlyhills clear gloss @fentybeauty hydrating foundation 445 + @urbandecaycosmetics stay naked concealer + translucent powder @alamarcosmetics bronzer + brightening trio  #mua #hauslabs #anastasiabrows #anastasiabeverlyhills #hudabeauty #fentybeauty #fentyskin #reels #theartistedit #graphicliner #maybelline #skin #softglam #tutorial #tiktok #makeuptutorial #reelsinstagram 8w', 'makeupbyshaniah missed black hair ⭐️ — @anastasiabeverlyhills dipbrow in ebony + brow wax @hauslabs black liquid liner + black eyeliner pencil + liquid shimmer “legend” @onesize brown liner + @maybelline superstay matte ink coffee edition lipstick “chai genius” + @anastasiabeverlyhills clear gloss @fentybeauty hydrating foundation 445 + @urbandecaycosmetics stay naked concealer + translucent powder @alamarcosmetics bronzer + brightening trio  #mua #hauslabs #anastasiabrows #anastasiabeverlyhills #hudabeauty #fentybeauty #fentyskin #reels #theartistedit #graphicliner #maybelline #skin #softglam 8w', 'makeupbyshaniah Happy Valentines Day 💘 10w', 'makeupbyshaniah pretty in pink 💕🧘🏾\u200d♀️ — @anastasiabeverlyhills @norvina volume 5 palette @fentybeauty hydrating foundation 445 @urbandecaycosmetics naked skin concealer @hudabeautyshop @hudabeauty primer + nude light palette @maybelline liquid lipstick in lover + clear gloss / brown lip liner @hauslabs black liquid liner  #mua #makeupartist #theartistedit #glam #softglam #vdaymakeup #vday #valentinesday #valentinesdaymakeup #reels #reelsinstagram #fentybeauty 10w', 'makeupbyshaniah luv this airbrush heart look sm 🥺 inspo: @stenss 💖 — @anastasiabeverlyhills norvina vol 1 palette @hudabeauty primer @hauslabs black liquid liner Lashes from amazon @onesize brown liner + @alamarcosmetics chula gloss @fentybeauty foundation 445  #makeup #vdaymakeup #wingedliner #redhair #mua #makeupartist #hearts #hudabeauty #fentybeauty #anastasiabrows #norvina #reels 12w', "jamillabeauty VIOLET DISCO 💜✨Have you seen the Reel to go with this look? Check it out 💋  PRODUCTS  FACE:  @maccosmetics @maccosmeticsuk Strobe cream  @milkmakeup Hydro Grip Primer  @fentybeauty Eaze Drop Shade 13 #eazedrop  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES/ BROWS  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hauslabs THE EDGE PRECISION BROW PENCIL - Brown Black  @anastasiabeverlyhills Brow Freeze #browfreeze  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hauslabs MICRO-TIP LIQUID EYE-LIE-NER  LIPS  @hauslabs Violet Disco  SETTING:  @dragunbeauty Forever Fantasy Setting Spray  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  #hauslabs #inthehaus #makeup #mua_underdogs #muaunder10k #makeupideas #makeuplover #darkskingirls #womenofinstagram #asianbarbie #desigirls #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #hudabeauty #makeuprevolution #ohbaby #closeupphotography #elfcosmeticsuk #anastasiabrows #maccosmetics #maccosmeticsuk 6d", 'jamillabeauty HAUS Laboratories WINS the gloss game for sure, with this gorgeous Violet Disco shade💜  What do you think?? Comment below.  #reels #makeup #mua #goviral #hauslabs #inthehaus @hauslabs #makeupreview #makeupreels #makeupreel #makeupporn #glossylip #lipglosspoppin #lipglossaddict #lipglosslover #lipglossjunkie #makeupgoals #explorepage #pressplay▶️👀🎥 #putonabraveface 1w', 'jamillabeauty The NEW @fentybeauty EAZE DROP - REVIEW ✨  Firstly, how satisfying is this photo with the honey 🍯 drip?!  Ok so I wanted to give it a couple of weeks after trying out the product before giving it a honest review.  I enjoy having a very natural and fresh skin face, as sometimes my skin can get super sensitive when I wear a lot of makeup, so I was so excited when @fentybeauty launched this product because I have been desperate to find a light formula foundation, something I can just quickly apply when I want to pop down to the shops or when I have a online meeting.  I ordered shade 12, from their wonderfully diverse range of shades, as a dark skin girl it makes me so happy to feel unlimited when it comes to picking out the perfect shade.  I then applied the Eaze Drop tint with my hands on top of a freshly moisturised face, using @fentyskin Hydra Vizor as they suggest to do.  Now let me tell you, the instant lift that this tint gave my skin was STUNNING.  It looked like a better version of my skin. So very natural yet, giving you that coverage that you want. I have dark circles under my eyes, and dark spots, it was able to hide them away effortlessly. I would suggest lightly dusting a setting powder over any areas that you don’t want to crease throughout the day, for me that is under my eyes.  I would definitely recommend this product to you, if like me, you enjoy a lighter coverage foundation for every day use, that balances out any uneven skin tone. But as you can see in my second photo, I used this same foundation/tint for a FULL GLAM and oh wow. It really gave the look this very editorial beauty vibe, which I am loving. Overall, I give it a 8/10✨  #fentyskin #fentybeauty @fentyskin @fentybeauty #skincare #skincarereview #mua #makeupblogger #darkskingirls #eazedrop 1w', "jamillabeauty Dreaming I’m on a tropical island, sipping rum & coke 🖤  PRODUCTS -  FACE:  @maccosmeticsuk strobe cream  @fentybeauty #eazedrop shade 12  @milkmakeup Hydro Grip Primer  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES/ BROWS  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @ctilburymakeup #supermodelbrows  @anastasiabeverlyhills Brow Freeze #browfreeze  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @elfcosmetics concealer medium beige  @Lilly Lashes  SETTING:  @pixibeauty rose glow mist #pixibeauty  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  HAIR  @lullabellzuk  BODY  @fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava  #charlottetilbury #makeupsupport #makeupforbeginners #makeupfordarkskin #eazedrop #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #liveyourlook #youlookbalm #explorepageready #redlipstick💄 #redlipstickmonster #redlipsmakeup #explorepage #inthehaus #putonabraveface #makeupsupport #maccosmetics #maccosmeticsuk #muaundiscovered #lillylashes 1w", "jamillabeauty EDITORIAL BEAUTY 🖤 This look was inspired by my love of Orchids.  PRODUCTS  FACE:  @fentyskin  @hudabeauty #fauxfilter Luminous Matte - 350G Dulce De Leche  @milkmakeup Hydro Grip Primer  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES/ BROWS  @hudabeauty #bombbrows medium brown  @anastasiabeverlyhills Brow Freeze #browfreeze  @elfcosmetics concealer medium beige  @fentybeauty Gloss Bomb - Glass Slipper for that shine on the eyes  @hauslabs @hauslabs EYE-DENTIFY GEL KOHL EYELINER  SETTING:  @dragunbeauty Forever Fantasy Setting Spray  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  @lillylashes  #hauslabs #inthehaus #makeupartist #muaunder10k #darkskingirls #hauslabs #desimakeup #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #charlottetilbury #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #bombbrows #hudabeautypowerbullet #silkbalm #honeybalm #mua #editorialbeauty #beautyeditorial #magazinemakeup 1w", "jamillabeauty @kvdbeauty GOOD APPLE FOUNDATION 🍏  Foundation review will be up on my page later today 🖤  PRODUCTS:  SKIN  @fentyskin  FACE  @kvdbeauty Good Apple - Shade Tan 63  @milkmakeup Hydro Grip Primer  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES  @hauslabs FOUR-WAY SHADOW PALETTE - Afterhours  @hauslabs LIQUID EYE-LIE-NER - punk  @hauslabs EYE-DENTIFY GEL PENCIL EYELINER - punk  EYEBROWS  @hauslabs THE EDGE PRECISION BROW PENCIL - Dark Brown  SETTING:  @kvdbeauty lock it setting powder  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  #hauslabs #inthehaus #makeupartist #muaunder10k #darkskingirls #hauslabs #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #charlottetilbury #hudabeauty #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #milkmakeup #kvdbeauty #goodapple #goodapplefoundation #kvdfoundation #pressplay▶️ #makeupreels #reels #reelsinstagram #kvdbeauty #kvdbmascara #explorepage #kvdlook 1w", "jamillabeauty Beauty editorial ✨pink nude is dreamy, right?!  PRODUCTS -  FACE:  @fentyskin Starters Set  @fentybeauty #eazedrop shade 12  @milkmakeup Hydro Grip Primer  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES/ BROWS  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hudabeauty HUDA BEAUTY Bomb Brows Microshade Pencil - 5 Medium Brown  @anastasiabeverlyhills Brow Freeze #browfreeze  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @elfcosmetics concealer medium beige  Lilly Lashes Lite Mink - Luxe  SETTING:  @pixibeauty rose glow mist #pixibeauty  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  HAIR  @lullabellzuk  BODY  @fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava  #beautyphotoshoot #editorialmakeup #makeupsupport #makeupforbeginners #makeupfordarkskin #eazedrop #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #liveyourlook #youlookbalm #explore #explorepage #inthehaus #putonabraveface #makeupsupport #muaundiscovered #undiscoveredartist #editorialmakeupartist #lillylashes 3w", "jamillabeauty Happy Easter my loves💓  PRODUCTS -  FACE:  @fentyskin Starters Set  @fentybeauty #eazedrop shade 12  @milkmakeup Hydro Grip Primer  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES/ BROWS  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hudabeauty HUDA BEAUTY Bomb Brows Microshade Pencil - 5 Medium Brown  @anastasiabeverlyhills Brow Freeze #browfreeze  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hauslabs MICRO-TIP LIQUID EYE-LIE-NER  @elfcosmetics concealer medium beige  SETTING:  @pixibeauty rose glow mist #pixibeauty  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  HAIR  @lullabellzuk  BODY  @fentybeauty BODY LAVA BODY LUMINIZER - Brown Sugar #bodylava  #beautyphotoshoot #editorialmakeup #easterbunnies #reelsinstagram #eazedrop #reels #makeupreels #explorepage #makeupobsessed #pressplay▶️ #makeupforwoc #discovervideos #reelsviral #reelsviralvideo❤️❤️❤️❤️ #makeupblogger #trending #makeupbeautyhub #fentyface #fentybeauty #hauslabs #desiinfluencer #srilankan #makeupforbarbies #liveyourlook #youlookbalm #explore #explorepage 3w", "jamillabeauty Skin like BUTTER 💛 ugh, I’m obsessed with #eazedrop ✨ check out my latest reels to see how I get this blurred finish.  Products:  FACE:  @fentyskin Starters Set  @milkmakeup Hydro Grip Primer  @kevynaucoin The Sensual Skin Enhancer - SX11  @hauslabs HEAD RUSH BLUSH + HIGHLIGHTER DUO - Rock n Rose  @fentybeauty SUN STALK'R INSTANT WARMTH BRONZER - Coco Naughty #sunstalkrbronzer  @colourpopcosmetics Cheek Dew Serum Hot Fuss  EYES/ BROWS  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hudabeauty HUDA BEAUTY Bomb Brows Microshade Pencil - 5 Medium Brown  @anastasiabeverlyhills Brow Freeze #browfreeze  @hauslabs EYE-DENTIFY GEL KOHL EYELINER  @hauslabs MICRO-TIP LIQUID EYE-LIE-NER  @elfcosmetics concealer medium beige  SETTING:  @dragunbeauty Forever Fantasy Setting Spray  @huda @hudabeauty easy bake banana bread  @morphebrushes all used with morphe brushes ✨  HAIR  @lullabellzuk  #hauslabs #inthehaus #makeup #mua #makeupartist #mua_underdogs #muaunder10k #makeupideas #makeuplover #darkskingirls #hauseyeliners #putonabraveface #youlookbalm #kevynaucoin #liveyourlook @hudabeauty #fentybeauty #fentyface @hudabeautyshop #hudabeauty #colourpopcosmetics #elfcosmetics #elfcosmeticsuk #anastasiabrows #eazedrop #explorepage #makeupobsessed #makeupblogger #fentyskinfaves 3w", 'jasadetunji not the type you find twice  eyebrow inspo: @imightbesamera ❤️  👩🏾\u200d🦰PREP👩🏾\u200d🦰 @milkmakeup Hydro Grip Primer @farsalicare Liquid Powder Serum  👩🏾\u200d🦰EYES👩🏾\u200d🦰 @hauslabs Glam Room Palette No. I @juviasplace The Warrior Palette @hauslabs Eye-dentify Gel Eyeliner in “Punk” @milkmakeup Kush Mascara @colouredraine Safari Raine “Glamazon” Lashes  👩🏾\u200d🦰FACE👩🏾\u200d🦰 @nyxcosmetics Can’t Stop Won’t Stop Foundation in “Mocha” @toofaced Born This Way Concealer in “Maple” @juviasplace I Am Magic Concealer in “22” @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie” @lauramercier Translucent Loose Setting Powder in “Translucent” @fentybeauty Match Stix in “Espresso” @fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint”  👩🏾\u200d🦰LIPS👩🏾\u200d🦰 @makeupforever Artist Color Pencil in “Dimensional Dark Brown” @fentybeauty Stunna Lip Paint in “Uncuffed” @fentybeauty Gloss Bomb in “Baby Brut”  #smokeyeye #smokeyeyemakeup #smokeyeyeshadow #blacksmokeyeye #fentybeauty #shophudabeauty #hudabeautyeasybake #makeupforever #artistcolorpencil #mymercier #nyxcosmetics #farsalicare #milkmakeup #studiofam #melaninmakeupdaily #makeupforblackwomen #melaninbeautiesunite 5d', 'jasadetunji ginger me 👩🏾\u200d🦰🧡  🧡PREP🧡 @milkmakeup Hydro Grip Primer @farsalicare Liquid Powder Serum  🧡EYES🧡 @nyxcosmetics Lift & Snatch Brow Pen in “Espresso” @juviasplace The Chocolate Palette @juviasplace The Warrior Palette @hauslabs Eye-dentify Gel Eyeliner in “Punk” @milkmakeup Kush Mascara @elfcosmetics “Drama Queen” Lashes  🧡FACE🧡 @narsissist Soft Matte Complete Foundation in “New Caledonia” @juviasplace I Am Magic Concealer in “10” and “22” @fentybeauty Match Stix in “Espresso” @juviasplace The Festival Palette (blush) @fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint” @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie” @lauramercier Translucent Loose Setting Powder in “Translucent” @milkmakeup Flex Highlighter in “Glazed”  🧡LIPS🧡 @nyxcosmetics Retractable Eyeliner in “Black” @maybelline Super Stay Matte Ink in “Cocoa Connoisseur” @absnyproducts Freshly Bitten Gloss in “Deep Connection” 1w', 'jasadetunji in full bloom 🌸  happy monday everyone! i’ve been really focused on building my YouTube channel, as I’m sure you all can tell. i loveee making YouTube videos, but I have missed doing more creative and colorful looks. so today’s look is something i did for fun and to just enjoy doing my makeup. i hope you like it!! 🥰  🌸PREP🌸 @milkmakeup Hydro Grip Primer @lauramercier Pure Canvas Primer (Blurring) @farsalicare Liquid Powder Serum  🌸EYES🌸 @juviasplace Wahala II Palette @milkmakeup Kush Mascara @hauslabs Liquid Eye-lie-ner in “Whiskey” Ali Express Lashes  🌸FACE🌸 @juviasplace Shade Stick in “Tunisia” (foundation) @juviasplace I Am Magic Concealer in “10” and “22” @juviasplace Shade Stick in “Katsina” (cream contour) @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie” @fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint” @juviasplace Loose Highlighter in “Nubia” @juviasplace The Saharan Blush Palette Vol. I  🌸LIPS🌸 @makeupforever Artist Color Pencil in “Dimensional Dark Brown” @juviasplace Lip Liner in “Kola” @juviasplace Wahala II Mini Liquid Lipstick in “Shakara” @hauslabs Le Riot Lip Gloss in “Lux Life”  #cutcreaselook #pinkmakeuplook #juviasplace #hudabeauty #shophudabeauty #hudabeautyeasybake #fentybeauty #thickmint #lauramercier #mymercier #artistcolorpencil #makeupforever #farsalicare #melaninbeautiesunite #melaninmakeupdaily #makeupforblackwomen 2w', 'jasadetunji happy friday!! 🖤 i have a new video up on my YouTube channel sharing my recommendations for the @sephora Spring Savings event! LINK IN MY BIO!! 🖤  🖤PREP🖤 @tatcha Silk Canvas Primer @milkmakeup Hydro Grip Primer @milkmakeup Hydro Grip Setting + Refreshing Spray  🖤EYES🖤 @anastasiabeverlyhills Brow Freeze Styling Wax @nyxcosmetics Lift & Snatch Brow Pen in “Espresso” @nyxcosmetics Epic Ink Liner in “Black” @milkmakeup Kush Mascara @elfcosmetics “Drama Queen” Lashes  🖤FACE🖤 @fentybeauty Eaze Drop Blurring Skin Tint in “21” @toofaced Born This Way Concealer in “Chestnut” @fentybeauty Match Stix in “Espresso” @hudabeautyshop @hudabeauty Easy Bake Loose Baking & Setting Powder in “Blondie” @fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint” @juviasplace The Saharan Blush Vol. I Palette @fentybeauty Killawatt Hightlighter in “Trophy Wife”  🖤LIPS🖤 @makeupforever Artist Color Pencil in “Dimensional Dark Brown” @colourpopcosmetics Lux Lipstick in “Quickie” @colourpopcosmetics Lux Lip Oil in “Truth Bomb”  #firstatsephora #foundationatsephora #sephorasalerecommendations #sephoravibsale #sephoraspringsavingsevent #sephorasale2021 #hudabeauty #shophudabeauty #hudabeautyeasybake #fentybeauty #fentyface #eazedrop #profiltr #fentybeautyeazedrop #graphicliner #graphiclinerlook #anastasiabrows #anastasiabrowfreeze #elfingamazing #tfbornthisway #nyxcosmetics #nyxprofessionalmakeup #f21xme #forever21 #littleblackdress 2w', 'jasadetunji happy monday! 🤎 i have a new video on my YouTube channel reviewing the new @fentybeauty Eaze Drop Blurring Skin Tint! Click the link in my bio to watch!! 🥰  i was soooo excited to get my hands on this tinted moisturizer bc y’all know how i feel about Fenty. make sure to watch my YouTube video to hear all of my thoughts!  🤎MAKEUP DETAILS🤎 @fentybeauty Eaze Drop Blurring Skin Tint in “21” @fentybeauty Pro Filt’r Instant Retouch Concealer in “410” @fentybeauty Match Stix in “Espresso” @fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Thick Mint” @fentybeauty Cheeks Out Freestyle Cream Blush in “Daiquiri Dip” @fentybeauty Killawatt Freestyle Highlighter Duo in “Ginger Binge/Moscow Mule” @fentybeauty Gloss Bomb Cream in “Fenty Glow”  #fentybeauty #fentyface #eazedrop #profiltr #profiltrconcealer #thickmint #glossbombcream #fentyeazedrop #fentyeazedropskintint #fentybeautyfoundation #fentybeautyeazedrop #fullfaceoffenty #goldenhour #melaninbeautiesunite #makeupforblackwomen #melaninmakeupdaily #wakeupandmakeup 3w', 'jasadetunji simple but significant 🖤  🖤PREP🖤 @milkmakeup Vegan Milk Moisturizer @milkmakeup Hydrogrip Primer @tatcha Pure Canvas Primer  🖤EYES🖤 @anastasiabeverlyhills Brow Freeze @nyxcosmetics Lift & Snatch Brow Pen in “Espresso” @morphebrushes James Charles Palette @nyxcosmetics Epic Wear Liner in “Black” @hauslabs Eye-dentify Gel Eyeliner in “Punk” @milkmakeup Kush Mascara @elfcosmetics Lashes  🖤FACE🖤 @milkmakeup Flex Foundation Stick in “Warm Deep” @juviasplace I Am Magic Concealer in “10” and “22” @juviasplace Shade Stick in “Katsina” @hudabeautyshop @hudabeauty Easy Bake Loose Baking & Setting Powder in “Blondie” @morphebrushes Glamabronze Face & Body Bronzer in “Leader” @elfcosmetics Powder Blush Palette in “Dark” @milkmakeup Flex Highlighter in “Glazed”  🖤LIPS🖤 @nyxcosmetics Retractable Eyeliner in “Black” @juviasplace Lip Liner in “Kola” @colourpopcosmetics Lux Lipstick in “Quickie” @fentybeauty Gloss Bomb in “Hot Chocolit”  #milkmakeup #studiofam #fentybeauty #colourpop #elfcosmetics #elfingamazing #morphebrushes #jamescharlespalette #inthehaus #juviasplace #hudabeauty #shophudabeauty #hudabeautyeasybake #fauxfilter #anastasiabeverlyhills #anastasiabrows #everybodyinplt #prettylittlething #littleblackdress #springfashion2021 #blackdress #blackmakeuplook #wingedeyeliner #foxeyemakeup 3w', 'jasadetunji orange blossom 🍊🌺  makeup details below!  🍊PREP🍊 @drunkelephant Lala Retro Whipped Cream @opvbeauty Rose Gold Oil @colourpopcosmetics Pretty Fresh Hydrating Hyaluronic Acid Primer @farsalicare Skintune Blur Serum  🍊EYES🍊 @anastasiabeverlyhills Brow Freeze @mentedcosmetics High Brow Pencil in “Brow Down” @nyxcosmetics Lift & Snatch Brow Pen in “Espresso” @nyxcosmetics Jumbo Eye Pencil in “Milk” @thelashclubusa “Putt-Putt“ Lashes @milkmakeup Kush Mascara  🍊FACE🍊 @hudabeautyshop @hudabeauty Faux Filter Foundation Stick in “540G Chocolate Truffle” @toofaced Born This Way Concealer in “Maple” @juviasplace I Am Magic Concealer in “22” @juviasplace Shade Stick in “Katsina” @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie” @lauramercier Translucent Setting Powder in “Translucent” @fentybeauty Sun Stalk’r Instant Warmth Bronzer in “Mocha Mami” @juviasplace The Saharan Blush Vol. I Palette @mentedcosmetics Sunkissed Highlighter Palette  🍊LIPS🍊 @makeupforever Artist Color Pencil in “Dimensional Dark Brown” @juviasplace Lip Liner in “Kola” @juviasplace Lipstick in “Libra” @colourpopcosmetics Lux Gloss in “Candy Kiss”  #orangemakeuplook #orangeoutfit #fashionnova #novababe #juviasplace #makeupforever #artistcolorpencil #colourpop #mentedcosmetics #fentybeauty #fentyface #hudabeauty #shophudabeauty #fauxfilter #hudabeautyeasybake #nyxcosmetics #nyxprofessionalmakeup 4w', 'jasadetunji it was mint to be 💚 NEW YOUTUBE VIDEO ON THIS LOOK! LINK IN MY BIO  💚PREP💚 @drunkelephant Lala Retro Whipped Cream @blackradiancebeauty Matte and Poreless Face Primer @blackradiancebeauty Hydrate & Blur Face Primer  💚EYES💚 @nyxcosmetics Lift & Snatch Brow Pen in “Espresso” @hauslabs The Edge Brow Pencil in “Black Brown” @colourpopcosmetics Just My Luck Palette @hudabeautyshop Emerald Obsessions Palette @milkmakeup Kush Mascara @nyxcosmetics Epic Wear Liner Stick in “Pure White” Amazon Rhinestones  💚FACE💚 @nyxcosmetics Can’t Stop Won’t Stop Foundation in “Mocha” @fentybeauty Pro Filt’r Instant Retouch Concealer in “440” (color correction) and “410 (highlight) @hudabeauty @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie” @fentybeauty Cheeks Out Freestyle Cream Bronzer in “Toffee Tease” @morphebrushes Glamabronze Face & Body Bronzer in “Leader” @juviasplace The Saharan Blush Palette Vol. II  💚LIPS💚 @makeupforever Artist Color Pencil in “Dimensional Dark Brown” @juviasplace Lip Liner in “Kola” @maccosmetics Lipstick in “Whirl” @fentybeauty Gloss Bomb Cream in “Fenty Glow” @wetnwildbeauty Fantasy Markers Lip Gloss in “Wanderlust”  #greeneyeshadow #minteyeshadow #greenmakeuplook #pastelmakeuplook #pasteleyeshadow #colourpop #nyxcosmetics #nyxprofessionalmakeup #fentybeauty #shophudabeauty #hudabeautyeasybake #juviasplace #makeupforever #artistcolorpencil #morphebrushes #morpheglamfam #inthehaus #melaninbeautiesunite #makeupforblackwomen #melaninmakeupdaily 4w', 'jasadetunji peach crisp 🍑  🍑PREP🍑 @drunkelephant Lala Retro Whipped Cream @tatcha Silk Canvas Primer @colourpopcosmetics Pretty Fresh Hydrating Hyaluronic Acid Primer  🍑EYES🍑 @hudabeautyshop Nude Rich Eyeshadow Palette @morphebrushes 24A Artist Pass Artistry Palette @milkmakeup Kush Mascara @lashd.outbyshakira “Paris” Lashes  🍑FACE🍑 @narsissist Soft Matte Complete Foundation in “New Caledonia” @toofaced Born This Way Concealer in “Maple” @juviasplace I Am Magic Concealer in “22” @hudabeautyshop Easy Bake Loose Baking & Setting Powder in “Blondie” @fentybeauty Cheeks Out Freestyle Cream Bronzer in “Toffee Tease” @morphebrushes Glamabronze Face & Body Bronzer in “Leader” @juviasplace The Saharan Vol. I Blush Palette  🍑LIPS🍑 @makeupforever Artist Color Pencil in “Dimensional Dark Brown” @juviasplace Lip Liner in “Kola” @juviasplace Wahala II Liquid Lipstick in “Shakara” @hauslabs Le Riot Lip Gloss in “Lux Life”  #drunkelephant #inthehaus #juviasplace #makeupforever #artistcolorpencil #morphebrushes #shophudabeauty #hudabeautyeasybake #toofaced #colourpop #colourpopme #morphebabe #morpheglamfam #blendtherules #peachymakeup #peacheyeshadow #haloeye #spotlighteye #makeupdaily #makeupforwoc #muasupport #wakeupandmakeup #narsissist #makeuptutorial #eyeshadowtutorial #tiktoktutorial #cutcreasetutorial 4w', '_yaama__ Never in the mix, that’s how you lose your flavour♥️  𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜  Dress @sheinofficial 7h', '_yaama__ -AD. Do y’all see how fluffy these lashes are, I am wearing @hollywoodlashstore in the style “old Hollywood” and I am absolutely obsessed. Check them out. AD.. . .  Products used. @anastasiabeverlyhills brow freeze and brow pomade in “ebony” @plouise_makeup_academy secret sinner pallet. @milkmakeup hydro grip primer. @wlgylemons.co foundation in “320-5w” @tartecosmetics shape tape concealer in tan sand. @narsissist blush in “Orgasm” @morphebrushes liquid lipstick in “True story” @bhcosmetics gloss in “stick with you”. 2d', '_yaama__ 𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜: Abaya and heels🤝.  Heels: @prettylittlething Purse @sheinofficial 5d', '_yaama__ #sponsored Trying out the @ultraceuticalsusa 4 steps to hydrated skin. Their brightening cleanser and moisturizer work together to give more radiant complexion which is amazing for hyperpigmentation.  * Entirely Australian made and owned * Ultraceuticals is committed to creating products that help people achieve real, visible results within 90 days. * The Ultraceuticals range encompasses both cosmeceutical-grade homecare and professional in-clinic treatment products. * Skincare with a conscience: Ultraceuticals is Cruelty-Free and strives to create sustainable products. * Targeted solutions for every skin challenge includingaging, acne, redness & pigmentation.#ultraceuticals 5d', '_yaama__ 𝙴𝚒𝚍 𝚜𝚎𝚛𝚒𝚎𝚜: Abaya and heels🤝. 1w', '_yaama__ Starting the Eid series with this makeup look.  Products: @colourpopcosmetics “ Disney flower pallet”  @kvdbeauty good appl foundation “Tan 074”  @colourpopcosmetics concealer “dark 145”  @milkmakeup setting powder “medium”  @hudabeautyshop tantour in medium  @rarebeauty blush “nearly neutral” & gloss “nearly apricot”. .. . . . . .  . . . . . . . . #kvdbeauty #goodapplefoundation #colourpopcosmetics #colourpopmeblack #hudabeautyshop #hudabeautyfoundation #milkmakeup #rarebeauty #colorpopeyeshadow 1w', '_yaama__ ✨Have a blessed Friday✨ 1w', '_yaama__ Happy Friday.  Look inspired by the gorgeous @koditaj . .  . Products used: @anastasiabeverlyhills brow freeze” @plouise_makeup_academy secret sinner pallet @rarebeauty black liquid liner  Base: @colourpopcosmetics oat face milk @milkmakeup hydro grip primer @hudabeautyshop #fauxfilterfoundation in chocolate mousse. @rarebeauty concealer “410N” @hudabeautyshop tantour “medium” @milanicosmetics , cream blush “PEACH CHEEK” @milkmakeup , setting powder medium  Lips: @bhcosmetics liquid lipstick in desert & lip gloss in juicy. . . . . . . . . . . . #morphe #morphebrushes #morphebabe #morpheglamfam #karabeauty #colourpopcosmetics #colourpop #hauslabs #anastasiabeverlyhills #abhbrows #benefitcosmetics #benefitbrows #benefitclubpink #benebabe #pinkaesthetic #brownaesthetic #hudabeautyshop #100daysofmakeupchallenge #100daysofmakeup #undiscoveredmuas #blackmakeupartist #beautybloggers #pretty #explore #reels #tiktokchallenge #bhcosmeticsbffpalette #alondraandelsy #aspiringmua 2w', '_yaama__ Hey lovelies, so today I collaborated with one of my favourite creators @fatima_muxya to create this Red Glam look, please check her out♥️. . . . Products used: @anastasiabeverlyhills brow freeze @yamysboutique Valentine’s Day pigment @beautyblvd glitter “Ruby slippers” @mavenbeauty black liquid liner  Base: @colourpopcosmetics oat face milk @milkmakeup hydro grip primer @wlgylemons.co oil balance booster and foundation “350W” @rarebeauty concealer “410N” @hudabeautyshop tantour “medium” @milanicosmetics , cream blush “PEACH CHEEK” @milkmakeup , setting powder medium  Lips: @nyxcosmetics brown eye pencil and butter gloss in “Angel food cake. . . . . . . . . . . . . . #colourpopmeblack #colourpopcosmetics #fentybeauty #fentyface #plouisebase #nyxcosmetics #nyxprofessionalmakeup #dragunbeauty #dragunbeautyprlist #coverfx #coverfxtra #hudabeautyfauxfilter #hudabeautyshop #naughtynude #anastasiabeverlyhills #anastasiabrows #wearebrows #jewelry #blackgirlmagic #brownskingirls #reels #anastasiabeverlyhills #anastasiabrows #milanicosmetics #hudabeautyshop #hudabeauty 3w', 'thaibrows no more thaibrows just bhaibrows (someone on tiktok said this n i died 😭) 6h', 'thaibrows esthetician’s nighttime routine  i’ve been a licensed esthetician for a couple of years now but this is prob one of my first skincare videos!! i hope u enjoy and u find this entertaining and or informative 💫  ft. products from @farmacybeauty @cerave @firstaidbeauty @beautyofjoseon_official @glowrecipe (gifted) @drunkelephant (gifted) @deciem  #skincare #farmacybeauty #cerave #firstaidbeauty #kbeauty #koreanskincare #beautyofjoseon #drunkelephant #theordinary #deciem #esthetician 2d', 'thaibrows by @artby.hay!! always flattered when anyone decides to use me for their art references ☺️ 1w', 'thaibrows this skater is a bit fruity 🤔 posting another video from today on @sk8rpug !!  [video description: the subject of the video is J, a lighter-complexioned nonbinary thai rollerskater. they’re wearing a black, white, and red graphic T shirt with the words “trans day of vengeance” and an illustrated manicured hand holding a knife, black straight jeans, and their black skates with blue wheels. they’re sitting on a road divider decorated in colorful graffiti, adjusting their laces, then they get on their toe stops and hop back off, and do a jump 180. there’s a quick clip of them popping their chest, and opening and closing their hand in front of them at the same time like casey frey before they jump 180 back to the front and transition into backwards skating to use their toe stop to brake. in the last clip, they’re standing on their toe stops and wiggling their knees in and out to be funny. end description]  #skate #rollerskate #rollerskates #rollerskating #suregrip #moxirollerskates #moxiskatedaily #asianskater #lgbtq #streetskate #streetskating #skateislife #skatelife #skateordie #skateanddestroy 6w', 'thaibrows old pix wearing @milkmakeup #sunshineskintint in sand ☀️ lip and cheek stick in flip for a pop of color~ earrings from @aarmystew 7w', 'thaibrows do u wear makeup under ur mask? i only do my makeup from the nose bridge up bc my poor skin already has to go through enough w the friction and humidity 😩  products: @natashadenona chromium multichrome liquid eyeshadow in dragonfly @elfcosmetics brow and liner cream in taupe @smashboxcosmetics 24 hr concealer @sephora collection best skin ever foundation + lashcraft defining mascara + lashes in “feisty” 8w', 'thaibrows sorry for geeking out so much ok this is simply one of my proudest accomplishments 🥺 10w', 'thaibrows me for @milkmakeup #sunshineskintint ☀️  it’s surreal to see myself professionally photographed in this campaign w so many gorgeous faces 😭 who would’ve thunk?! thank u everyone at milk, and thank u friends for the love and support since the campaign dropped. here’s to more sick opportunities and tons of sun (with SPF, of course) 😎✨ 10w', 'thaibrows feeling my masc self today.. 10w', 'looksbyotto George Floyd’s murderer was given a guilty verdict today. Theres not much I can say besides George Floyd should still be here. He should still be walking around and gracing the earth with his presence. His last moments shouldn’t have been plastered on everyones devices for months. But a guilty verdict for his killer is a step in the right direction. Hoping one day that black names and faces will be plastered on your screens for their aspirations and accomplishments and not their murder. Remember George Floyd as he was alive. Honor his smiling face. No more black bodies on our feeds. Black people have felt that pain enough.  George’s life shouldn’t have ended over 20 dollars. Cops are not supposed to be executioners.  Black lives ALWAYS matter. This is only the beginning. 6d', 'looksbyotto 💙Babydoll Blue💙 #sephorasquad #zcstarbabe #studiofam  Hello my Ottonians! Giving you a more “simple” look for this one🥰 This is what I would consider my everyday makeup! Remember to support black creators always. Not just when its trending. Make sure black lives actually matter to you, and that you being an ally is coming from the right place💓 If you want to be a better ally, research how! Black lives matter always. Not just when a black life is lost, or a black creator succeeds. Black hopes, dreams, fears, children, and people matter. I love you all💓  Drink your water!  I applied for sephora squad! It would mean the world to me if you left some kind words in my bio💓 * Pr/Gifted  Look details----- Brows- @colourpopcosmetics brow boss pencil in soft black  Eyes- @hankandhenrybeauty nudes palette🥰* @zcosmeticsllc cosmic sands palette using sand (use code OTTOBABE to save your coins👀) * @milkmakeup kush mascara* @hellbitesbeauty lashes in raven* @brianbeautyofficial taboo liner* @shopbratinc lavish pigment* Skin- @milkmakeup hydro grip primer and vegan milk moisturizer * @freck rich bitch moisturizer* @fentybeauty Pro Filt’r hydrating foundation in 330 @fentybeauty Pro Filt’r instant retouch concealer in 330 @maybelline fit me concealer in coffee @milkmakeup translucent powder* @milkmakeup flex highlighter in iced* @thecrayoncase the blush binder @freck og/noir and cheek slime in fielding * Lips- @smashboxcosmetics black liquid lipstick and @aevabeauty lip color in mocha and radiance (use code Looksbyotto for coint saved👁👁)  Hair from @hairsofly_shop - - - #explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty 1w', 'looksbyotto ❤️💚💙HEAT MAP💙💚❤️ #studiofam #Zcstarbabe #sephorasquad  Hello my beautiful Ottonians!! This look was supposed to come put saturday but I had an apartment emergency I had to handle first\U0001f972 i missed you guys so much on my break and im so happy to be back creating again😭😭 this look was soooooo fun to do and it turned out gorgeous! Remember to tag your recreations with #Ottonianbabe for a repost🥰  Dont forget i applied for Sephora squad! Please spread some love if you can, link is in my bio❤️  I love you and drink your water!!!  Look details----- Brows- @milkmakeup kush liner*  Eyes- @plouise_makeup_academy white base @hankandhenrybeauty nudes palette🥰* @zcosmeticsllc galactic pigment in nebula (use code OTTOBABE to save your coins👀) * @milkmakeup kush mascara* @shopbratinc cash pigment* @hellbitesbeauty vampira lashes * @beautybaycom bright matte palette * @aboutfacebeauty black shadow stick * Skin- @milkmakeup hydro grip primer and vegan milk moisturizer * @freck rich bitch moisturizer* @aboutfacebeauty light lock highlight fluid in shaken or stirred* @milkmakeup sunshine skin tint in cinnamon * @milkmakeup flex concealer in medium* @maybelline fit me concealer in coffee @milkmakeup translucent powder* @milkmakeup flex highlighter in iced* @thecrayoncase the blush binder @freck og/noir @colourpopcosmetics cheek dew in beyond * @milkmakeup hydro grip setting spray Lips- @milanicosmetics amore matte lip creme in covet + @smashboxcosmetics black liquid lipstick and @milkmakeup plumping lip gloss in buzzed  Hair @hairsofly_shop - - - #explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty 1w', 'looksbyotto Hi my Ottonians!!! Ill be posting a new look for you all on Saturday!! Ive been taking some days to myself to regroup and plan and just be. Ive been overwhelmed so often that I realized I hadn’t let my brain rest for quite a while. Make sure you are allowing yourself some time for self care! I hope you are all hydrating, resting, and enjoying the sun! Make time for peace and slow down when you can💓 See you Saturday!  If you would like to leave some kind words in my bio it would mean the world🥰💓 #sephorasquad 2w', 'looksbyotto #ad  Hello my Ottonians!!! Popping in with a little skincare routine featuring @urumibeauty ! (Also I got my nose pierced🥺)  If you don’t know, I have frequent eczema breakouts from allergies and stress that leave me with hyperpigmentation/dark marks on the sides of my face as well as the apples of my cheeks\U0001f972 i also deal with blotchy skin during season changes which can make perfecting my base makeup a little challenging sometimes😭 I started using Urumi beauty and YALL! I’m absolutely keeping it in my everyday routine!  Make sure you read the descriptions of all the products to make sure what youre getting is right for YOUR skin💓 I always do my research as I have sensitive skin and have given myself chemical burns before\U0001f972  My go to products for my specific issues are the Eureka AHA Toner and the Holy Roses Glow Oil!  The toner contains ingredients like aloe, as well as fruit, sugar, and lactic acids that all work well with my skin snd help tone and balance my texture✨  The glow oil is a natural retinoid so be sure to use UV protection lovelies! Retinoids also breakdown in light so its best used in your nighttime routine but I use it for both morning and night! Its GREAT for dry skin and has been carrying me through the winter/spring changes!  Thank you again @urumibeauty for sending me your amazing products! Ill be updating you guys again soon with more skincare pictures so you can see my progress💓  Drink your water and I love you all!!  #skincare #skincareroutine #makeupartist #blackownedbusiness #buyblack #shopblack #blackcreatives 3w', 'looksbyotto Do what you love!  This past year has taught me so much. I don’t want to melt into the floor anymore. No matter how impractical or unrealistic my goals may be, I will always pursue them. I never thought I would go anywhere as a content creator, though I’ve always dreamed. And here I am, flourishing! An impractical dream I held myself back from was so much closer in reach than I thought. Please do what you love. Do it broke, do it scared, do it alone, but do it passionately. You deserve to live in your truth. To stand in your individuality with utter confidence. And you will. I believe in you!  Song- why are there boundaries by @frenchkiwijuice #blackcreative 4w', 'looksbyotto 💸C.R.E.A.M. 💸 Cash Rule Everything Around Me #Studiofam #ZcStarbabe #sephorasquad  Hi my beautiful Ottonians! I challenged myself to recreate an old look of mine that I really love from last year! I was inspired by my favorite song from @wutangclan 💸 if this look or any of my other looks inspires you, please leave a testimonial for me for Sephora squad 2021 (link in bio)! Thank you for all the love and support! 💓💓💓💓  I hope you’re taking care of yourselves and being kind!  Drink your water my loves💓  *Pr/gifted  Look details----- Brows- @milkmakeup kush liner*  Eyes- @beautybaycom eye base* @zcosmeticsllc cosmic sands palette* @slayfirecosmetics addams glitter gel @zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) * @milkmakeup kush mascara* @suvabeauty hydra liner in dance party @shopbratinc spoiled pigment* @icywifeycosmetics cyber sex lashes* @uomabeauty cleopatra liner* @milkmakeup color chalk in green light and hopscotch* Skin- @milkmakeup hydro grip primer and vegan milk moisturizer * @aboutfacebeauty light lock highlight fluid in shaken or stirred* @freck rich bitch moisturizer* @milkmakeup sunshine skin tint in caramel* @milkmakeup flex concealer in medium* @maybelline fit me concealer in coffee @milkmakeup translucent powder* @aboutfacebeauty light lock highlight in lightspun* @thecrayoncase the blush binder @freck og and cheek slime in fielding * Lips- @milkmakeup electric glossy lip plumper in buzzed* + black lip liner  - - - #explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #generationbeautybay #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty 5w', 'looksbyotto 🌟HALO🌟 #studiofam #zcstarbabe  Hello my ottonians!! If you didn’t see, I applied for 2021 #sephorasquad !!!! Im so excited and grateful for all your testimonials!!! If my art has inspired you in any way, please feel free to leave one! Link in my bio💓  I drew up this face chart and was so excited to try it out!! I love yellow🥺  Drink your water my lovelies!  *by pr/gifted  Look details----- Brows- @milkmakeup kush liner  Eyes- @freck UFOMFG palette * @hankandhenrybeauty nudes palette🥰* @zcosmeticsllc galactic pigment in nova (use code OTTOBABE to save your coins👀) * @milkmakeup kush mascara* @freck lid lick in hit the dip * @suvabeauty hydra liner in dance party and space panda @shopbratinc spoiled pigment* @colourpopcosmetics uh huh honey palette Skin- @milkmakeup hydro grip primer and vegan milk moisturizer * @freck rich bitch moisturizer* @milkmakeup flex foundation in praline and cinnamon * @milkmakeup flex concealer in medium* @maybelline fit me concealer in coffee @milkmakeup translucent powder* @milkmakeup flex highlighter in iced* @thecrayoncase the blush binder @freck og/noir and cheek slime in fielding * @morphebrushes continuous setting mist * Lips- @milanicosmetics amore matte lip creme in covet + nude gloss - - - #explore #blackcreators #theartistedit #eyeshadowlooks #dazedbeauty #makeupartist #maybelline #milani #v93oo #milkmakeup #blackmua #blackgirlmakeup #blackgirlmagic #influencer #undiscoveredmuas #hankandhenrybeauty #undiscoveredmakeupartist #supportblackartists #blackwomen #editorialblk #mnyitlook #avantgardeblk #allurebestofbeauty #generationbeautybay #blackcreative #melanin @v93oo @mush.q @allure @theartistedit @supa_cent @dazedbeauty 5w', 'looksbyotto Hello my Ottonians!!! The link is in my bio! It would mean the world to me if you could take the time to leave some kind words🥰💓💓  Drink your water babies! New look coming tomorrow, I drew up some really cool face charts I’m excited to share with you guys! #sephorasquad 5w', 'kamillegregory Green & Graphic\U0001fab4🌍💚 i’ve partnered with @Revlon for this Earth Day inspired liner moment!! ⚠️reminder that the climate crisis is REAL & if we want to keep our planet green & free from further environmental degradation, we need to educate ourselves <33 #ad #revlon #earthday  @REVLON products used⤵️ -Colorstay Looks Book Palette “Player” -Chrome Ink Liner “Bronzage” -Colorstay Liner “Black” -Big Bad Lash Mascara -Colorstay Brow Pencil “Dark Brown” -Super Lusturous Shine Lipstick “Sparkling Honey” 4d', 'kamillegregory Y2K💘✨💅🏾👛 -i had so much fun with this look<33 i WISH i was older i would’ve thrived in the 2000s\U0001f972 but happy hump day loves hope ur day is great<33  products used @bhcosmetics 00s Remix Dance Palette @colourpopcosmetics pretty fresh foundation @elfcosmetics hydrating camo concealer @hudabeautyshop easy bake powder “blondie” @nyxcosmetics butter gloss “madeline” @colourpopcosmetics so juicy gloss “candy coated”  #hudabeauty #nyxcosmetics #springmakeup #y2kmakeup #2000saesthetics #y2k #makeupartist #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua 5d', 'kamillegregory my brow routine now vs colourpop🤍 -which do you prefer? they both do the trick BUT if you’re a baddie on a budget colourpop’s new line is for you <33🥰  products used👇🏾 @colourpop feather effect styling wax “clear” @colourpop brow boss pencil “ash brown”  #colourpop #colourpopme #soapbrows #reels #makeuptips #eyebrows #tiktokchallenge 1w', 'kamillegregory blue daises🌼💙 inspired by @paulina.yl -the sun really said goodnight👋🏾 but here’s a quick lil video of my last look • • products used @colourpopcosmetics limoncello palette @colourpopcosmetics shadow stix “citrus squeeze” & “style & ease” @elfcosmetics hydrating camo concealer @elfcosmetics putty blush “maldives” @fentybeauty bronzer “coco naughty” @maccosmetics chesnut lip liner @colourpopcosmetics so juicy gloss “candy coated”  #graphicliner #springmakeup #makeupvideos #flowermakeup #graphiclinerlook #makeuptutorial #tiktokchallenge #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua 2w', 'kamillegregory blue daises🌼💙 inspired by @paulina.yl -happy sunday beauties <33 i haven’t done a blue look in a minute & my shirt matched *chefs kiss* beautifully • • products used @colourpopcosmetics limoncello palette @colourpopcosmetics shadow stix “citrus squeeze” & “style & ease” @elfcosmetics hydrating camo concealer @elfcosmetics putty blush “maldives” @fentybeauty bronzer “coco naughty” @maccosmetics chesnut lip liner @colourpopcosmetics so juicy gloss “candy coated”  #graphicliner #springmakeup #70smakeup #flowermakeup #graphiclinerlook #makeupartist #editorialmakeup #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua 2w', 'kamillegregory 3 makeup tips i wish i learned earlier🤎 -for my woc but anyone can use them<33 products shown👇🏾 @fentybeauty bronzer “coco naughty” @colourpopcosmetics blush “trippin” @bennyemakeup banana powder @madebymitchell blursh “mango daiquiri” “where’s the spf” @colourpopcosmetics cheek dew “so cosmo”  #tiktokchallenge #makeuptrends #makeuptips #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #makeuphacks #blackgirlmakeup #melaninmakeupdaily 2w', 'kamillegregory femme fatal⚔️ had to switch it up real quick :)) but graphic liner is always a yes from me🖤  products used @kaleidosmakeup club nebula palette + “skywalker” highlighter @hauslabs liquid eye-lie-ner @sohllashes “expensive” lashes @milkmakeup hydrogrip + foundation stick “golden deep” @colourpopcosmetics pretty fresh concealer “120W” @maybelline lasting fix banana powder @fentybeauty sun stalkr bronzer “coco naughty” @madebymitchell blursh “where’s the spf?” @nyxcosmetics praline butter gloss  #graphicliner #editorialmakeup #v93oo #graphiclinerlook #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua 2w', 'kamillegregory 2021 vs. 2016🤍 which one is your favorite? -personally i still love both but 2021 does it for me<3  products 2021 @colourpopcosmetics brow precision pencil @pacificabeauty glow baby serum @milkmakeup hydrogrip primer @milkmakeup flex foundation stick @elfcosmetics hydrating camo concealer @iconiclondon sheer cream blush “fearless flush” @fentybeauty sunstalkr bronzer “coco naughty” @colourpopcosmetics lux gloss “italian ice” 2016 @colourpopcosmetics no filter foundation @lauramercier translucent setting powder @morphebrushes lip crayon “tlc” @thebombextensions lashes  #tiktokchallenge #makeuptrends #morphebrushes #fentybeauty #colourpopcosmetics #wakeupandmakeup #makeupinspo #brownmelaninmua #elfcosmetics #milkmakeup 3w', 'kamillegregory juicy🍇💚🍉💜so many colorful trends going around right now & i’m here for them all<3 here’s a cut crease moment for ur thursday  products used @hudabeauty pastel rose obsession palette @anastasiabeverlyhills norvina vol.4 palette @suvabeauty @suvabeauty uv hydra fx liner “scrunchie” @milkmakeup flex foundation stick “golden deep” @colourpopcosmetics pretty fresh concealer “medium dark 120w” + cheek dew serum blush “hot fuss” @morphebrushes “date night” lip pencil @nyxcosmetics “madeleine” butter gloss 3w', 'joshuaspecks And nothing hurts anymore 2w', 'joshuaspecks Only for the photo 💚 3w', 'joshuaspecks Which is your favorite 1-4 6w', 'joshuaspecks Should I post my roof top pics ?? 🌚✨ 7w', 'joshuaspecks Moments like this make me feel so alive. I got to California at 7:21am and when I stepped off the plane I felt a since of motivation, power, and just love. These 2 people made my trip something I couldn’t imagine like I got drunk for the first time I had the best vibing 🍃 conversation and I just wanna give thanks and tell you both I love you and I’m very blessed to have both of u in my life ☺️💗 Ik this shit corny to you too cuz y’all aren’t into your emotions like me sorry it’s my scorpio moon 🌚✨but stay safe, see you soon 7w', "joshuaspecks 90s supermodel ✨ . . . Foundation: @fentybeauty PRO FILT'R SOFT MATTE LONGWEAR FOUNDATION 420 Concealer: @milkmakeup flex concealer Caramell Setting powder : @onesize ULTIMATE BLURRING SETTING POWDER Translucent 8w", 'joshuaspecks He said he wanted to take a picture 8w', 'joshuaspecks So as a lot of you know I’m traveling right now, and I just wanted to show you some of the skin care products I’ve been using. Traveling definitely been a lot for my skin but I’ve been making a lot of progress by using the @graydonskincare winter bundle collection which is now 30% off until tomorrow 😌✨ 8w', 'joshuaspecks Yeah she’s moving soon 🤫💗 8w', 'catalinahotin 🔮Played around with the Futurism VI: Lunar Lavender palette that @kaleidosmakeup was so kind to gift me🥺 I am in love with their formula, it’s so smooth and the color selection is perfect. I really want to see how many color combinations I can come up with💜 thank u so much @kaleidosmakeup !! @milkmakeup Sunshine Skin Tint ‘Light’ @milkmakeup Matte Bronzer ‘Baked’ @milkmakeup Lip+Cheek Stick ‘Perk’ @aboutfacebeauty Matte fluid eye paint Replicant @milkmakeup Kush Mascara @aboutfacebeauty Light Lock Stick ‘Frenzy’ #myartistcommunity #inbeautmag #v93oo #theartistedit #milkmakeup #runwaymakeup #studiofam #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #kaleidosmakeup #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas 1d', 'catalinahotin She is baaaaackk!! The new Daytripper launch from @aboutfacebeauty got me so excited and I wanted to play around! Thank u so much AF for these gifts, I had so much fun using them!!🥺 Matte fluid eye paint ‘Replicant’ + ‘Freaked’ and a little bit of ‘White noise’ Light Lock Lip glosses ‘No hard feelings’ & ‘ It’s not you, it’s me’ Light Lock Stick ‘Frenzy’ on my cheeckbones and inner corner of my eyes Light Lock Stick ‘Prince’D’ on my eyes #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #aboutface #graphicmakeup #avantgardemakeup #pastels #creativemakeup #undiscoveredmua #boldmakeup #glassskin #editorial #editorialmakeup #bushybrows #editorialmuas 2d', 'catalinahotin I had to try the Blue Moon palette @colourpopcosmetics gifted me and omg I love it so muchhh, I can’t wait to play with it again, you get a good variety of light and dark shadows and you can basically mix and create any shade of blue u want💙 @milkmakeup Sunshine Skin Tint Spf30 ‘Light’ @lhcosmetics Infinity Glass @colourpopcosmetics Super Shock Cheek Matte ‘Between the sheets’ as blush and on my lips @benefitcosmeticsromania They’re Real Magnet Mascara @essence_cosmetics Clear Lip Gloss @nyxcosmetics Lip Liner ‘Nude Beige’ #motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #bluemoon #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #colourpopcosmetics #editorialmakeup #colourpop #editorialmuas 1w', 'catalinahotin I knew I had to do a green look once I saw this incredible neon nail polish that @cirquecolors kindly gifted me, the shade is called ‘High Society’ 💚✨ @milkmakeup Sunshine Skin Tint @ucanbemakeup Athena Painting palette @urbandecaycosmetics 24/7 Glide-On Pencil ‘Perversion’ @benefitcosmeticsromania They’re Real Mascara @nyxcosmetics Lip Liner ‘Nude Beige’ @essence_cosmetics Clear Lip Gloss #motd #myartistcommunity #cirquecolors #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #greenmakeup #neongreen #facepaint #artwork #graphicmakeup #avantgardemakeup #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas 2w', 'catalinahotin With peace and love Tuesday can only mean one thing and that is Frenemies💗🖤 @milkmakeup Sunshine Skin Tint @ucanbemakeup Athena Painting Palette @milkmakeup Kush Mascara @kaleidosmakeup The Escape Pod palette ‘Flamingo’ @follyfire Syncope Palette ‘Blackout’ #motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #frenemies #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas 2w', 'catalinahotin My profile vs. how someone else’s profile could look like. The standard of beauty is always going to be something very conflicting but this is how I look like and I want to celebrate it. If you feel like you don’t belong or that social media is pressuring you in any sort of way - it’s okay to take a break, to curate the content you want to see, to follow people that look like you. Make a list of things you like and search for them, sometimes we forget about what makes us who we are right now. You might change in 2 years and that’s okay, try your best to live your life according to the standards that you want for yourself and what you can have control over!! I hope u guys are well! #motd #myartistcommunity #inbeautmag #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #digitalavantgarde #avantgarde #artwork #graphicmakeup #avantgardemakeup #neonpink #creativemakeup #undiscoveredmua #boldmakeup #dewyskin #glassskin #editorial #editorialmakeup #pinkbrows #editorialmuas 3w', 'catalinahotin How this look makes me feel:👽 @milkmakeup Sunshine Skin Tint ‘Light’ @aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’ @rcmamakeup No Color Powder @milkmakeup Matte Bronzer ‘Baked’ @aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’ @dermacol_ro foundation on my brows #motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bleachedbrows #editorialmuas 4w', 'catalinahotin Saw Tania’s @luciphyrr beautiful black and white liner from a couple of months ago and it really inspired me to play around🤍 I tried to adapt this to my eye anatomy as much as I could. This gives me the fifth element vibes 😂 @milkmakeup Sunshine Skin Tint ‘Light’ @aboutfacebeauty Light Lock Highlight Fluid ‘Fight or Flight’ @rcmamakeup No Color Powder @milkmakeup Matte Bronzer ‘Baked’ @aboutfacebeauty Matte Paint Fluid Eye Paint ‘White Noise’ @ucanbemakeup Athena painting palette for my brows @nyxcosmetics Lip Liner ‘Nude Beige’ + @essence_cosmetics Clear Lip Gloss #motd #myartistcommunity #inbeautmag #v93oo #theartistedit #highfashionmakeup #runwaymakeup #abstractmakeup #milkmakeup #aboutface #digitalavantgarde #avantgarde #facepaint #artwork #graphicmakeup #avantgardemakeup #faceart #art #creativemakeup #whiteliner #undiscoveredmua #boldmakeup #dewyskin #glassskin #100daysofmakeup #editorial #editorialmakeup #bushybrows #editorialmuas 4w', 'catalinahotin Had so much fun doing this lewk🦜Thank u to everyone that joined me in this very early live today🧡 @milkmakeup Sunshine Skin Tint ‘Light’ @milkmakeup Flex Concealer ‘Porcelain’ @ucanbemakeup Athena Painting palette as eye base and blush @aboutfacebeauty Light Lock Highlighter Fluid ‘Fight or Flight’ @ucanbemakeup Lemon Drop Palette (the neon orange shade) + Blue Tonic Palette (the blue shade) @kaleidosmakeup Club Nebula ‘Gravity’ @aboutfacebeauty Pearly Dhadow Stick ‘Acidic’ on my waterline @nyxcosmetics Lip Liner ‘Nude Beige’ @milkmakeup Lip Color ‘Skillz’ + Electric Glossy Lip Plumpers ‘Buzzed’ #milkmakeup #studiofam #aboutfacebeauty #aboutface #facepaint #kaleidosmakeup #orangeblush #neonorange #colorfulmakeup #clubnebulapalette #faceart #graphicmakeup #graphicliner 4w', 'divaadana Tutorial is up on my stories 🌝 @bperfectcosmetics ⚡️THE PERFECT STORM PALETTE⚡️  Use my code ‘DIVA20’ to get 20%off🌝  Finished off the look with: ✨#doubleglazedgloss in Raise Your Vibe ✨#lovetahitipalette ✨#indestructibrow Lock & Load CHAROCAL ✨ Perfect eyeshadow Primeer ✨ Perfection Primer ✨Face & Body Brush  #AF #perfectstormpalette . . . @bperfectbrendan @bperfectmega  #bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest #makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare 1d', 'divaadana Tutorial is up on my stories 🌝 @bperfectcosmetics 🌤DREAM BIG🌤 BRAND NEW #manifestdreambig Palette Use my code ‘DIVA20’ to get 20%off🌝  Finished off the look with: ✨#doubleglazedgloss in Raise Your Vibe ✨#universallashes Think Mink in Dream Big ✨#indestructibrow Lock & Load CHAROCAL ✨ Perfect Prime ✨ Perfection Primer ✨Face & Body Brush  #AF #manifestdreambig . . . @bperfectbrendan @bperfectmega  #bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest #makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua #makeuptutorial #makeuptutorialx0x #anastasiabeverlyhills #abhbrows #abhbrowfreeze #anastasiasoare 1w', 'divaadana Thanku so much @hn_vip_birmingham @harveynichols for inviting me on the reopening of your store☺️ Shops I have missed you😭 Today I had ‘Nettle venom anti-ageing facial’ with @heavenskincare and believe me guys my skin feels super amazing and hydrated🤍 Get booking🤗 PS I m wearing mask🙃don’t forget to wear your mask😷  AD #invited #backtogetherwithHN #HarveyNichols #birmingham #harveynicholsbirmingham #mailbox 2w', 'divaadana I am doicheee🌝 @bperfectcosmetics 🌤DREAM BIG🌤 BRAND NEW #manifestdreambig Palette Use my code ‘DIVA20’ to get 20%off🌝 Shades i used for this look👇🏼 ✔️ MURPHYS ✔️ Sneak Peak ✔️ Gratitude ✔️ Le Le ✔️ Lily Finished off the look with: ✨#doubleglazedgloss in Raise Your Vibe ✨#universallashes Think Mink in Dream Big ✨#indestructibrow Lock & Load CHAROCAL ✨ Perfect Prime ✨ Perfection Primer ✨Face & Body Brush  #AF #manifestdreambig . . . @bperfectbrendan @bperfectmega  #bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest #makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua 2w', 'divaadana @bperfectcosmetics 🌤DREAM BIG🌤 BRAND NEW #manifestdreambig Palette Use my code ‘DIVA20’ to get 20%off🌝 Shades i used for this look👇🏼 ✔️ MURPHYS ✔️ Sneak Peak ✔️ Gratitude ✔️ Le Le ✔️ Lily Finished off the look with: ✨#doubleglazedgloss in Raise Your Vibe ✨#universallashes Think Mink in Dream Big ✨#indestructibrow Lock & Load CHAROCAL ✨ Perfect Prime ✨ Perfection Primer ✨Face & Body Brush  #AF #manifestdreambig . . . @bperfectbrendan @bperfectmega  #bperfectcosmetics #makeuptutorial #bperfecttan #bperfectmanifest #makeuprevolution #bperfect #bperfectxstaceymarie #lovetahitipalette #staceymariemua 2w', 'divaadana Be more of you, and less of them....  Makeup Deetz 👇🏻 @anastasiabeverlyhills DipBrow Darl Brown @anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET @candybeauty_uk Duo Chrome loose eyeshadow shade no. 1 @candybeauty_uk Lashes Candy Fluff @morphe2 #hinthintskintint Foundation @morphe2 #HIDE&PEEK CONCEALER @candybeauty_uk Highlighter @hudabeautyshop #mattelipstick Anniversary @irumatlas Earrings . . . #anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes 2w', 'divaadana Thanku for the tag Babe😘 @f_zana88 Inspired @applelove_makeup  Makeup Deetz 👇🏻 @anastasiabeverlyhills DipBrow Darl Brown @anastasiasoare #browfreeze to set the brow @anastasiabeverlyhills Warerproof crème colour JET @candybeauty_uk Duo Chrome loose eyeshadow shade no. 1 @candybeauty_uk Lashes Candy Fluff @morphe2 #hinthintskintint Foundation @morphe2 #HIDE&PEEK CONCEALER @candybeauty_uk Highlighter @hudabeautyshop #mattelipstick Anniversary @irumatlas Earrings . . . #anastasiabeverlyhills #anastasiabrows #anastasiasoare #hudabeauty #hudabeautyshop #huda #monakattan @hudabeauty @huda #morphe2 #morphebabe @morphebrushes #morphebrushes 2w', 'divaadana Tutorial on this look is up on my stories🥰 EYEZ @bperfectcosmetics @staceymariemua #lovetahiti palette💚 Browz @bperfectcosmetics Lock&Load CHAROCAL 💚Lashes @bperfectcosmetics Love Tahiti 💚 Face @bperfectcosmetics Face Primer #bperfectcosmetics #bperfectcarnivalpalette #staceymariemua #makeupwithjah #bperfectxstaceymarie #makeuptutorialsxox #wakeupandmakeup #wakeup2slay #makeupaddict #makeupbymario #jaclynhill 3w', 'divaadana SWIPE⏯🥰Brow @anastasiabeverlyhills DipBrow Dark Brown Eyez @norvinacosmetics @norvina Palette @anastasiabeverlyhills Lashes ‘Gorgina’ @anastasiabeverlyhills Waterproof Crème Colour ‘JET’ @anastasiabeverlyhills LASH BRAG Mascara #anastasiabeverlyhills #anastasiabrows #anastasiasoare #browfreeze #norvinapalette #norvina #norvinacosmetics #makeuptutorial #makeuptutorialx0x #makeupartistsworldwide #glittermakeup 3w', 'nadzerben Muse. - @claropsyche #claropsyche psyches box : Fantasia . - #fentybeauty Pousticle lipstick : Alpha doll, Purpsicle. - @maccosmetics @maccosmeticsfrance : #browset. - Mascara extrême dimension. - Full coverage foundation palette. - @itsall.fluff bronzer . - #avantgarde #editorial #makeupartist #v93oo #modelmalay #inbeautmag #avabtgardemakeup #runawaymakeup #colorfulmakeup #euphoriamakeup #makeupideas #uglymakeuprevolution #makeupoftheday #ravvebeauty #graphicliner #dazedbeauty 6w', 'nadzerben New for @rad.cartier and the beautiful @your.jade - RAD CARTIER - VT ZOOM VII : prod @damn_blase  🎬 @jomlm . @tvo.prod . Management : @lalignebleuerecords . Streadycam : @dylan__schaub . Stylisme : Ben Georg & Qleo . Chargée prod : Maryann Rarrbo Montage : @antoineerre Chef op : @lucaspomps @charlesthiefaine - #makeup #makeupartistparis# 8w', 'nadzerben 🎉. - @suvabeauty Uvtaffies, BUBBLE BUTT #suvabeauty . - @diormakeup lacquer plump. Midnight star 898. #dior - #nyxcosmetics #nyx epic ink liner #graphicliner . - @maccosmeticsfrance studio fix conceal and correct palette - MEDIUM. - #maccosmetics extrême dimension 3D black lash #mascara . - #avantgarde #editorialmakeup #eyeliner #colorfulmakeup #theartistedit #mua #maquillage #makeupartist #freelancemakeupartist #freelancemua #editorialmakeup #makeuptutorial #makeupparis #neonpink #inbeautymag #v93oo 17w', 'nadzerben 🥵. -  Bronze . @maccosmeticsfrance #maccosmetics studio fix fluide. - Poudre bronzante : BRONZE. - @tartecosmetics #tartecosmetics shape tape #concealer . - @diormakeup #diorbackstage palette #highlighter . - @hudabeauty #hudabeauty mascara. - #nyxcosmetics #nyx @nyxcosmetics_france epic ink liner. - @ofracosmetics #ofracosmetics highlighter star island. - - 20w', 'nadzerben Soft. - @glisten_cosmetics totally bonaty ; SHRUB, PINE #greeneyeshadow . - @maccosmeticsfrance #maccosmetics eyeshadow - what’s the wifi. - @milkmakeup flex #highlighter #milkmakeup : iced - soft gold. - @narsissist #narscosmetics #nars sheer glow foundation. - 21w', 'nadzerben 🟦🟫⬛️. - Face : - #maccosmetics studio fix fluid. - @esteelauder concealer double wear. - #nyxcosmetics #nyx Honey dew me up #primer . - @beautybaycom fiery 42 colour palette. - Eyes : - #jeffreystar #jeffreestarcosmetics blue blood eyeshadow palette. : Blue monday, celebrity skin. - #milkmakeup kush clear brow gel. - Lips. - @glossier #glossier clear lip gloss. - @maccosmeticsfrance crayon contour lèvre tourbillon. - 22w', 'nadzerben Buttercup / Rebelle ✨ - @fentybeauty #flyliner . - @milkmakeup kush clear brow gel. - #maccosmetics studio fix fluid : NC38. - @suvabeauty #suvabeauty hydra fx palette : UV TAFFIES. - @stargazerproducts neon eye dust. - 22w', 'nadzerben Golden tears baby. - @milkmakeup kush clear brow gel 🥰. - And sunshine skin - medium. - @hudabeauty #hudabeauty #goldobessions palette #gold . - @fentybeauty #fentybeauty #flyliner . - @tartecosmetics shape tape contour concealer 20B light #shapetape . - #graphicliner #eyeliner #goldmakeup #eyemakeup #art #concept #v93oo #inbeautmag #makeupideas #editorialmakeup #modelmalay #theartistedit #uglymakeuprevolution #euphoriamakeup #fentybeautyuniversity 22w', 'nadzerben Alien. - #narsissist sheer glow foundation. - @glisten_cosmetics totally botany: PINE. - #maccosmetics studio fix concealer. - @jeffreestarcosmetics #jeffreestarcosmetics blood sugar eyeshadow palette; Glucose, root canal. - @beautybaycom #beautybay delicate bouncy beam #highlights. - #avantgarde #editorial #conceptualmakeup #alien 22w', 'tikamargarita @morphebrushes new 35D palette is such a fall vibe. Ill be posting a few pooks i created using the palette ✌️ enjoy🙏 . @dragunbeauty lavendar corrector used under eyes to prime the shadow . . #beauty #explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020 #virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii 1d', 'tikamargarita Its 420 errday . The lewk . @morphebrushes lisa frank palette @ilassh.h glitter *gifted* @nonohebeauty monarch lash . . #beauty #explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020 #virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii 3d', 'tikamargarita After doing many make up lessons, I realize that this is a technique that can help many people. . A lot of people request to do a lesson with me because they want to do the eye make up that touches the temple (or “pulled out” or “winged shadow”) . I finally feel like I figured out the secret. I have a YouTube video that is POV style, that describes this in more detail. .  #beauty #explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020 #virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii 6d', 'tikamargarita U know what time it is 💨 . 4:20 💨💨💨 . @morphebrushes lisa frank palette (no filter) . @nyxcosmetics brow marker in the darkest shade . @anynikobeauty heartbreaker lash . @milkmakeup sunshine skin tint . . #beauty #explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020 #virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii 6d', 'tikamargarita A 420 moment . @shanel_cosmetics melaliner in 💚🖤 . @anynikobeauty lash in heartbreaker . @milkmakeup vegan milk, sunshine skin tint . @sheinofficial mask (i only use this alone, sort of like a hot box lol) .  . #beauty #explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020 #virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii 1w', 'tikamargarita The vibeeeeeeee 💨💨💨 . 420 has officially begun on my ig 💚💨 grab ur grinder sis💨✌️😍✌️💨 1w', 'tikamargarita Name this look👇🏾👇🏾👇🏾 . Yt tutorial coming soon (its ling and detailed so im editting for days lol) . Nose cuff made by me #dm me to order . @nonohebeauty m0rphe lash . @shanel_cosmetics @shanelcosmetic melaliners (best wateractivated liners eva. Use code tikamargarita to save at checkout) . So many palettes were used to create this look 😅 @morphebrushes 💎 @maddieziegler palette 💙💚 @lisafrank palette 🎀 👗 @iluvsarahii sweetoasis palette . Lip is @maddisonbeerrrrr mars lipgloss #morphebrushes fluidity foundation to cut crease . @milkmakeup sunshine skin tint + flex + blur powder to set . Brows : theres a tutorial on my yt channel : tikamargarita .  . #beauty #explorepage #makeupideas #smokeyeye #editorialblk #halloweenmakeup #makeuptutorial #explore #makeuptrends2020 #virgo #magic #youtuber #eotd #wakeupandmakeup #youtubemakeupartists #japanese #beautyinfluencer #undiscovered_muas #studiofam #morphebabe #morpheuniversity #makeupideas #hawaii 1w', 'tikamargarita 🤣🤣🤣 1w', 'axchristine Hi besties!!!! I tried doing a different makeup style and honestly ended up doing what I normally do except contour my nose lol — I used this months April @boxycharm to achieve this look inspired by @itskaijasmine 🥰💕✨ #giftedbyboxycharm 2d', 'axchristine Good morning!! 🌤 Swipe left to see a mini tutorial on this look! 🤎✨ — I had so much fun taking my time and recording this look and it turning out far better than I expected. Do you guys want to see more videos of me doing my makeup?🥺 because i think I actually enjoy doing them now.  PRODUCTS USED:  @hudabeautyshop Khaki Haze palette @hudabeautyshop Faux Filter Foundation stick in Macchiato @hudabeautyshop The Overachiever Concealer in Nougat @milkmakeup Flex Highlighter in Iced @makeuprevolution Reloaded Blusher in Swoon @moitiecosmetics 10-Day Lashes in #LosAngeles @nyxcosmetics Lip Liner in Downtown Beauty @mavenbeauty Basic Beat in Coquito for the center of my lips 1w', 'axchristine TRYING Milk Makeup’s Newest Launch!!⚡️💚  *Everything in this video was kindly gifted by my @milkmakeup fam!!*  Hi guys!! I thought I’d do a super fun quick video trying on Milk Makeup’s Newest Products! Makeup makeup came out with amazing products that are all so easy to apply! In this IGTV I’m using their Electric Glossy Lip Plumpers and Color Chalk! 2w', 'axchristine @colourpopcosmetics x @disney Lizzie McGuire collab did what they had to do and I’m here for it!!! I’m so in love the collection and the nostalgic feeling it brings to me🥺 if you haven’t gotten your hands the collection you NEED to!!! You won’t regret it💗✨ #colourpopcosmetics #colourpoplizziemcguire  PRODUCTS USED FROM THE COLLECTION —  🌸 This Is What Dreams are Made Of palette 🌸 Lizzie So Juicy Plumping Gloss in the Dear Diary kit 🌸You Are Magnifico Pressed Powder Blush 3w', 'axchristine Alexa please play ‘Please Don’t Go’ by Mike Posner 😌 — created this look using this months March @boxycharm #giftedbyboxycharm  Boxycharm Products: @limecrimemakeup - Venus 3 Eyeshadow Palette @glowrecipe - Banana Soufflé Moisture Cream @mavenbeauty - Maven Rose Water Setting Spray (New Launch) @kabcosmetics - Hydrating Lip Oil @thebeautycrop - Avocado Hydrating Eye Mask 4w', 'axchristine I’m in love with my future ✨🤍 — I got to finally actually sit down and take my time with my look, it’s been forever since I could actually do that and damn I missed that so much. I had so much getting pretty just because 🥺 I look forward to more small moments with myself like this again!!  Hair color is by @gooddyeyoung in Steal My Sunshine and Riot 💛🧡 #gooddyeyoung @yelyahwilliams  PRDUCT DEETS —  EYES: @colourpopcosmetics ‘Snowhere’ from Snow Much Fun Hello Kitty and Friends palette  BROWS: @benefitcosmetics 24-HR Brow Setter @anastasiabeverlyhills Brow Powder Duo in “Dark Brown”  FACE: @maybelline Fit Me Dewy + Smooth Foundation in 220 Natural Beige #maybelline @benefitcosmetics Boi-sing Cakeless Concealer in No.5 #benefitcosmetics @colourpopcosmetics Soft Brown Freckle Pen @colourpopcosmetics Bundled Up Hello Kitty and Friends Blush @lottielondon Diamond Bounce Trio Illuminating Powder Highlighter #lottielondon @milkmakeup Hydro Grip Set + Refresh Spray #milkmakeup @blackradiancebeauty Long Lasting and Toning Face Primer #blackradiancebeauty  LIPS: @colourpopcosmetics Lippie Pencil in BFF3 @colourpopcosmetics Luxe Lip Oil in Smirk #colourpopcosmetics @anastasiabeverlyhills Undressed Lipgloss 6w', 'axchristine Matching my makeup to my @parade Carbon Neutral undies!! 🧡💗💛 — makeup look inspired by my lovely friend @laurwongs 🥰🧡 also.... hiiiiiii new hair alert!!!! I’m in love with my new hair. I used the colors Steal My Sunshine + Riot by @gooddyeyoung 🧡💛  . . .  PRODUCTS USED @colourpopcosmetics x @hellokitty and Friends collection Bundled Up Pressed Powder Cheek blush #colourpopcosmetics #hellokitty @colourpopcosmetics Lux Lip Oil in ‘Smirk’ @colourpopcosmetics Freckle Pen in ‘Soft Brown’ @colourpopcosmetics Lippie Pencil in BFF 3 @maybelline Ultimatte Lipstick in ‘More Buff’ #maybelline #ultimattelipcream @hudabeauty Foundation Stick in ‘Tres Leches’ #hudabeauty @glittermoosecosmetics UV Liners #glittermoose @hudabeauty @kayali Deja Vu White Flower Hair Mist — I love using this after I’m finished getting ready!! I definitely need this in every fragrance + as a perfume ✨🤍 #kayalidéjàvu 6w', 'axchristine Happy Saturday!!! 💕💖 I hope everyone has an amazing weekend full of love and positivity. — today’s makeup look was inspired by @glamierre Pink Luxe Glitter Eye Brush Collection in this month February @boxycharm 💗✨ #boxycharm #boxycharmer #giftedbyboxycharm  The airbrushed hearts is inspired by: @stenss 💕😌  PRODUCTS IN THIS MONTHS BOXYCHARM: @nclabeauty So Rich Love Potion #nclabeauty @glamierre Pink Luxe Glitter Eye Brush Collection #glamierre @tula So Poreless Deep Exfoliating Blackhead Scrub #tulaskincare @trestique Eye Duo: Good Vibes Mascara + Eye Pencil #trestique @wander_beauty Getaway Eye and Face Palette - i used the blush in this for my face!! #wanderbeauty 8w', 'axchristine gift your significant other a cute @doseofroses Rose Bear as a ‘just because’ gift 🤎🧸 you can use my discount code ‘XOAULANI’ for some $$ off! @doseofcolors #doseofroses #doseoflove #giftedbydose 9w', 'frankiepdarling Go to dewy skin ✨ Products used: 𝙁𝙖𝙘𝙚 ~ @renskincare ready steady glow daily aha tonic @renskincare brightening dark circle eye cream @milkmakeup vegan milk moisturiser @collectioncosmetics_uk lasting perfection blemish concealer @ciatelondon dewy skin glass glow tint @milkmakeup bronzer - baked @tower28beauty beachplease lip & cheek tinted balm - rush hour 𝘽𝙧𝙤𝙬𝙨 ~ @soapbrows (code FRANKIE10 for 10% off) @ctilburymakeup brow lift brow crayon - natural brown 𝙀𝙮𝙚𝙨 ~ @ciatelondon wonderwand mascara 𝙇𝙞𝙥𝙨 ~ @milkmakeup melatonin overnight lip mask  #veganmakeup #crueltyfreebeauty #dewyskintutorial #glassskin #soapbrows #makeupreels #explorepage #mua 1w', 'frankiepdarling Dragonfruit Products used: 𝙁𝙖𝙘𝙚 ~ @milkmakeup vegan milk moisturiser @ciatelondon dewy skin glass glow tint @milkmakeup bronzer - baked @tower28beauty beachplease lip & cheek tinted balm - rush hour 𝘽𝙧𝙤𝙬𝙨 ~ @soapbrows (code FRANKIE10 for 10% off) @ctilburymakeup brow lift crayon - natural brown 𝙀𝙮𝙚𝙨 ~ @kaleidosmakeup club nebula palette & escape pod palette @ciatelondon wonderwand mascara @eldorafalseeyelashes - m115 lashes 𝙇𝙞𝙥𝙨 ~ @peachesmakeup borderline lip liner @chantecaille lip veil - honeypot  #theartistedit #v93oo #ravvebeauty #dazedbeauty #inbeautmag #dewyskin #veganmakeup #crueltyfreebeauty #hypebaebeauty 1w', 'frankiepdarling AD* How to highlight & contour using @collectioncosmetics_uk 🖤 you can use code ‘FrankieD20’ at checkout for 20% off ✨ Products used: @collectioncosmetics_uk primed and ready anti fatigue illuminating primer - £4.99 @collectioncosmetics_uk lasting perfection foundation, shade cashew - £6.49 @collectioncosmetics_uk lasting perfection concealer, shades cashew and honey - £4.19 @collectioncosmetics_uk lasting perfection matte liquid lipstick, secretive - £3.99 @collectioncosmetics_uk lasting perfection illuminating sheer loose powder, translucent - £2.99 @collectioncosmetics_uk bronze and glow bronzer £2.99 @collectioncosmetics_uk primed and ready dewy setting spray - £5.99  Music: Tranquillity - Chill Lofi Hip Hop Beat by Prod. Riddiman  #collectioncosmetics #veganmakeup #crueltyfreebeauty #makeuptutorial #makeupvideo 2w', 'frankiepdarling Lil tutorial for the previous post 🖤 Products used: 𝙁𝙖𝙘𝙚 ~ @milkmakeup sunshine skin tint @ilmakiage concealer @athrbeautyco Crystal charged cheek palette @baremineralsuk faux tan bronzer 𝘽𝙧𝙤𝙬𝙨 ~ @ctilburymakeup brow lift pencil @ctilburymakeup micro precision tinted brow gel 𝙀𝙮𝙚𝙨 ~ @xxrevolution xxplicit eyeshadow palette @kvdbeauty dramatic lashes 𝙇𝙞𝙥𝙨 ~ @nyxcosmetics cold brew lip liner @3ina 328 lipstick @nyxcosmetics filler instinct lip gloss in cheap fills  #veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #00s #reelsinstagram #themakeupedit #explorepage #makeuptutorial 3w', 'frankiepdarling The noughties Swipe for inspo ➡️ Products used: 𝙁𝙖𝙘𝙚 ~ @milkmakeup sunshine skin tint @ilmakiage concealer @athrbeautyco Crystal charged cheek palette @baremineralsuk faux tan bronzer 𝘽𝙧𝙤𝙬𝙨 ~ @ctilburymakeup brow lift pencil @ctilburymakeup micro precision tinted brow gel 𝙀𝙮𝙚𝙨 ~ @xxrevolution xxplicit eyeshadow palette @kvdbeauty dramatic lashes 𝙇𝙞𝙥𝙨 ~ @nyxcosmetics cold brew lip liner @3ina 328 lipstick @nyxcosmetics filler instinct lip gloss in cheap fills  #veganmakeup #crueltyfreebeauty #2000s #britneybitch #theartistedit #ravvebeauty #v93oo #explorepage #themakeupedit #inbeautmag #glammakeup 3w', 'frankiepdarling AD Fluffy brows using @collectioncosmetics_uk ✨ You can save 20% off with code ‘FrankieD20’ 🖤 Products used: @collectioncosmetics_uk incrediBROW Brow Primer - £3.99 @collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99 @collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99 @collectioncosmetics_uk incrediBROW Brow Setting Wax  #makeupreels #fluffybrows #browtutorial #collectioncosmetics #veganmakeup #crueltyfreebeauty 3w', 'frankiepdarling AD* Full fluffy brows using @collectioncosmetics_uk 🖤 You can save 20% off if you use code ‘FrankieD20’ at checkout ✨ Products used: @collectioncosmetics_uk incrediBROW Brow Primer - £3.99 @collectioncosmetics_uk incrediBROW Brow Kit in brunette - £3.99 @collectioncosmetics_uk incrediBROW Microbladed Felt Tip Brow Pen in brunette - £4.99 @collectioncosmetics_uk incrediBROW Setting Wax - £3.99  #veganmakeup #crueltyfreebeauty #fluffybrows #collectioncosmetics #naturalmakeuplook 4w', 'frankiepdarling 1 palette, 2 looks ✨ Products used: @urbandecayuki primer potion @urbandecayuki naked wild west palette @urbandecayuki perversion eye liner @spectrumcollections  #urbandecaycosmetics #makeupreels #veganmakeup #crueltyfreebeauty #asosfaceandbody #theartistedit #ravvebeauty #dazedbeauty 4w', 'frankiepdarling Muted lines Products used: 𝙁𝙖𝙘𝙚 ~ @lottielondon coconut Illuminating primer @urbandecayuki stay naked hydromaniac tinted glow foundation @tower28beauty rush hour lip & cheek tinted balm @baremineralsuk faux tan bronzer 𝘽𝙧𝙤𝙬𝙨 ~ @soapbrows ‘FRANKIE10’ - 10% off 𝙀𝙮𝙚𝙨 ~ @urbandecayuki naked Wild West palette @urbandecayuki perversion glide on eye pencil @milkmakeup kush mascara 𝙇𝙞𝙥𝙨 ~ @ctilburymakeup iconic nude lip liner @chantecaille honey pot lip veil  #theartistedit #themakeupedit #editorialmakeup #veganmakeup #crueltyfreebeauty #urbandecay 4w', 'beatby.dee This was one of my favorite looks💚 1d', 'beatby.dee Spamming 💛 Dress: @nellyboo32 Nyaisa Boutique ❤️ 6d', 'beatby.dee LashBooks are still on sale 💗 order yours on fuckaveragebeauty.com @fuckaveragebeauty I’m wearing Lash PRINCESS 🤩🥰 6d', 'beatby.dee On a date and I ain’t nervous 😘 6d', 'beatby.dee Yea I got a bae but I left that nigg😘 at home 😛 G.O.A.T glue: @g.o.a.tglue 6d', 'beatby.dee We love a cute soft glam 🤍 1w', 'beatby.dee I ain’t really been doing hair since I left the shop but I still got it 😘 Pretty Pony Fasho ♥️ 1w', 'beatby.dee Shesss hereeee 🥰🥰 GO ORDER YOURS NOWW! 💗💗 sold on FuckAverageBeauty.com 🤩 1w', 'beatby.dee Stay tuned!!! LAUNCHING 12AM EST exclusively sold on FuckAverageBeauty.com 🥰🤩🤩 1w', 'emilyreecemua Hello look at my face!!!! And this funky liner look drawn by my arch nemesis @jessicanguyenxo Think I’m gonna film part 2. of these funky liner looks tomorrow !!!!!! 🌈 ———————————— @glisten_cosmetics cherryade, lemonade, limeade, blueberry, traffic cone wet liners @morphebrushes spiffy lip liner, dream wondertint blush @patmcgrathreal nude fetish skin highlighter @benefitcosmetics @benefitaustralia precisely my brow 4.5 1w', 'emilyreecemua An up close look at the first liner look from my reel!!!! This bad boy was drawn by my love @courts.makeup and I’m IN LUV 🌸🌼🌺 Also holy HELL thank y’all so much for all the love my reel has received. Already over 10k views jfc!!!!!!!!!!!! ———————————— @glisten_cosmetics cherryade, lemonade, grape + sapphire (mixed) wet liners @suvabeauty grease, space panda hydra liners @morphebrushes spiffy lip liner, dream wondertint blush @patmcgrathreal nude fetish skin highlighter @benefitcosmetics @benefitaustralia precisely my brow 4.5 2w', 'emilyreecemua I got my pals to draw my liner !!!! I had a bloody ball doing this and I’ve got a heap more drawings from y’all to make this a small lil series hehe ——— In order of looks, these drawings were done by @courts.makeup, @jessicanguyenxo & @paigeelainemua —— @glisten_cosmetics wet liners @suvabeauty grease + space panda hydraliners —  #beautyonabudget #makeupartistworldwide #undiscoveredmuas #undiscovered_muas #morphebabe #graphiceyeliner #slayandblend #makeuplook #bretmanvanity #makeupslaves #muafollowtrain #muaunderdogs #makeupoftheday #vegas_nay #blendblendblend #blazin_beauties #meccabeautyjunkie 3w', 'emilyreecemua Cryin’ over my regrowth \U0001f978 Squiggles inspired by @laurelcharleston !!! ——————————————————— @glisten_cosmetics blueberry wet liner @morphebrushes confetti + bright idea jelly shadows, spiffy lip liner, be kind lip oil @suvabeauty lsd eyeshadow @narsissist torrid liquid blush @limecrimemakeup smokey bushy brow pen @yslbeauty faux effect mascara 5w', 'emilyreecemua In yo face !!!!!!  Inspired by @esantoinette overall aesthetic ✨✨ ———————————————————- @bhcosmetics ‘lost in los angeles’ palette 90210, lax, the 405, sunset blvd, malibu, rush hour @suvabeauty ‘hyper color’ palette lollipop, lemon drop, daiquiri, cotton candy @glisten_cosmetics lemonade wet liner @benefitaustralia precisely my brow 4.5 @narsissist torrid liquid blush @morphebrushes sugar pie lip liner @yslbeauty 433 vinyl cream lip 8w', 'emilyreecemua 〰️green with envy 〰️ 💚💚💚 I will keep rocking the bleached brow look until I can be bothered maintaining my brows (which will be NEVER) —————————————————————- @suvabeauty hypercolor palette ‘euphoria’, ‘mojito’, ‘lemon drop’ @glisten_cosmetics ‘golden’ wet liner @patmcgrathreal nude skin fetish cream highlighter @nudestix tiger lily queen cream blush @morphebrushes sugar pie lipliner @kosas rose water lipstick 10w', 'emilyreecemua Lovey dovey season is here !!!!! I’ll be spending this season with my one true love......graphic liner 💖💖💖 ALSO peep one of the new @shop.holalola earring designs! This is part of my vday collection which is live on my Etsy!  Inspired by @caitssdarling !!! ——————————————————————————— @glisten_cosmetics Cherryade, Sapphire, Limeade, Blueberry, Grape, Lemonade, Orangeade wet liners @suvabeauty Space Panda hydraliner @morphebrushes Spiffy lipliner, Fairy Tears liquid highlighter, Dream Wondertint @limecrimemakeup Smokey bushy brow pen 11w', 'emilyreecemua Sometimes u just need to aimlessly squiggle 🤷🏼\u200d♀️ ————————————————————— @glisten_cosmetics grape + cherryade wet liners @morphebrushes sugar pie lip liner, ‘dream’ wondertint cream blush, ‘fairy tears’ liquid highlighter @kosas rose water lipstick @suvabeauty lemon drop eye topper 12w', 'emilyreecemua Welcoming spider lashes into 2021 with open arms 👩\u200d❤️\u200d💋\u200d👩👨\u200d❤️\u200d💋\u200d👨 —————————————————————————- @morphebrushes Sugar Pie + Spiffy lip liners, @madisonbeer Fairy Tears shimmer liquid highlight @suvabeauty Grease hydraliner @fentybeauty How Many Carats diamond bomb highlighter @drunkelephant D-bronzi anti pollution sunshine drops @yslbeauty Touché Éclat Radiant Touch, Volume Effet Faux Cils mascara, Rouge Pur Couture 70 lipstick @plouise_makeup_academy Blank Canvas + Rumour 3 base for bleached brow @modelrocklashes 747M lashes (double stacked), medium knotted individual lashes @narsissist Torrid liquid blush 14w', 'audemjmakeup 🧚🏽\u200d♀️Fairy Series Review!🧚🏽\u200d♀️ Which fairy look was your favorite? I wanted to share this because I really enjoyed this series and I hope you all did too! For me personally, it’s a tie between the 😈Man Eater Fairy😈 and the ✨Golden Fairy✨Let me know yours in the comments! • • • #fairygarden #fairies #sephorasquad #makeupartist #makeuplooks #blackmakeupartist #melaninmakeupdaily #brownskingirl #glossylips #lipgloss #eyelinertutorial #eyebrowsonfleek #melaninmakeup #creativemakeup #graphicliner #nyx #milanicosmetics #bymelolops #modamavens #colorfulmakeup 1d', 'audemjmakeup ✨🧚🏽\u200d♀️ Fairy Series Finale ✨🧚🏽\u200d♀️ Be sure to follow me for more!  Hello my loves! Happy Friday! I really enjoyed this series and making all of these beautiful and springy fairy looks! I’ve definitely become a lot more confident in my skills, and I really feel that this series embodies that! And THIS LOOK YALL!!! 😍🥵 probably TOP 3!!! See you all next week! XOXO -Audem 💛✨  🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️ Posting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛✨  𝗘𝗬𝗘𝗦: @patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette @essencemakeup BIG! Lashes Volume Curl Mascara @icywifeycosmetics “Pride” Lashes @bymelolops x @cutcreaser “3000” Water Ink @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette @juviasplace Festival Palette for Blush 𝗟𝗜𝗣𝗦: @icywifeycosmetics “Teddy” Lipgloss @essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!” @maccosmetics “Velvet Teddy” Matte Lipstick @wetnwildbeauty Brown Liner ••• #angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #exploremore #explorepage 2d', 'audemjmakeup 🧚🏽\u200d♀️✨Fairy Series Finale✨🧚🏽\u200d♀️ Posting a lil bit late but the show must go on! See you all in a few for pictures! XOXO -Audem 💛  𝗘𝗬𝗘𝗦: @patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette @essencemakeup BIG! Lashes Volume Curl Mascara @icywifeycosmetics “Pride” Lashes @bymelolops x @cutcreaser “3000” Water Ink @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette @juviasplace Festival Palette for Blush 𝗟𝗜𝗣𝗦: @icywifeycosmetics “Teddy” Lipgloss @essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!” @maccosmetics “Velvet Teddy” Matte Lipstick @wetnwildbeauty Brown Liner ••• #angelic #prettyart #fairyart #fairies #fairygarden #makeupartist #makeuplife #makeuptutorial #blackmakeupartist #blackmakeuptutorial #melaninmakeup #melaninmakeupdaily #sephorasquad #editorialblk #avantgardeblk #patmcgrath #patmcgrathlabs #underratedmuas #under10k #explore #reels 2d', 'audemjmakeup Fairy Series Day 3: Earf Day 🌎🌳🍃 Follow for more! ❤️ Let us all continue to take care of the planet that we live on—not only for ourselves, but for those to come ❤️ XOXO -Audem ••• 𝗘𝗬𝗘𝗦: @patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette @essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara @icywifeycosmetics “Pride” Lashes @bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette @juviasplace Festival Palette for Blush @icywifeycosmetics “You Wish” Highlighter 𝗟𝗜𝗣𝗦: @icywifeycosmetics “Wifey” Lipgloss @wetnwildbeauty Brown Liner ••• #earthday2021 #earthday #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup 3d', 'audemjmakeup Fairy Series Day 3: Earth Day 🌎🌳 I apologize for being late today, but I hope you all enjoy the look! Since today is Earth Day, I decided to go for a look that embodies that. See you in a few for pictures!! XOXO -Audem ••• 𝗘𝗬𝗘𝗦: @patmcgrathreal Mthrship Mega: Celestial Divinity Palette & Interstellar Icon Quad Palette @essencemakeup Super Last Eyeliner & BIG! Lashes Volume Curl Mascara @icywifeycosmetics “Pride” Lashes @bymelolops x @cutcreaser “Point Break” & “Smash” Water Inks @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @wetnwildbeauty “Dulce de Leche”Megaglo Contour Palette @juviasplace Festival Palette for Blush @icywifeycosmetics “You Wish” Highlighter 𝗟𝗜𝗣𝗦: @icywifeycosmetics “Wifey” Lipgloss @wetnwildbeauty Brown Liner ••• #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs 4d', 'audemjmakeup Fairy Series Day 2 🧚🏽\u200d♀️🔥💖 Hello my loves! Happy Tuesday! I really hope you all like this look! It was quite a long hassle to get those wings like how I wanted, but I’m just glad that this look and the wings turned out beautiful! See you all Thursday! XOXO -Audem 💖  Be sure to follow for more!  𝗘𝗬𝗘𝗦: @essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara @icywifeycosmetics “Pride” Lashes & Splash Pot @bymelolops x @cutcreaser “Inevitable” Water Ink @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @juviasplace Festival Palette for Blush and Cleo Loose Highlighter 𝗟𝗜𝗣𝗦: @icywifeycosmetics “Wifey” Lipgloss @essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!” @wetnwildbeauty Brown Liner ••• #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs 6d', 'audemjmakeup Fairy Series: Day Two 🔥💖🧚🏽\u200d♀️ Hey everyone! This look took me a minute, but I love how it turned out! Pictures coming in a few!! XOXO -Audem💖 ••• 𝗘𝗬𝗘𝗦: @essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara @icywifeycosmetics “Pride” Lashes & Splash Pot @bymelolops x @cutcreaser “Inevitable” Water Ink @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @juviasplace Festival Palette for Blush and Cleo Loose Highlighter 𝗟𝗜𝗣𝗦: @icywifeycosmetics “Wifey” Lipgloss @essencemakeup Shine Shine Shine Wetlook Lipgloss in “Bright On!” @wetnwildbeauty Brown Liner ••• #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs 6d', 'audemjmakeup She’s A Man-Eater Fairy 😈🖤 Follow for more!! •••• Welcome to this week’s Fairy Series! Up first is the Man Eater fairy! I decided to get a lil grungy with this look today, and I honestly love it sooooo much!! 😍❤️ I hope you all love it as much as I do! See y’all tomorrow! XOXO -Audem ❤️  𝗘𝗬𝗘𝗦: @essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara @icywifeycosmetics “Show Stopper” Lashes @bymelolops x @cutcreaser “Mark One” Water Ink @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @juviasplace Festival Palette for Blush and Cleo Loose Highlighter 𝗟𝗜𝗣𝗦: @maccosmetics Mini Matte Lipstick in Teddy @wetnwildbeauty Black Liner ••• #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs 1w', 'audemjmakeup Welcome to the Fairy Series! Day One: The Man-eater Fairy 😈😘🖤 I’m super excited to show you all the rest of the looks! Stay tuned for pictures coming soon! 🖤 XOXO • • • 𝗘𝗬𝗘𝗦: @essencemakeup Super Last Eyeliner & Bye Bye Panda Eyes Mascara @icywifeycosmetics “Show Stopper” Lashes @bymelolops x @cutcreaser “Mark One” Water Ink @elfcosmetics Instant Brown Lift Pencil in Deep Brown 𝗙𝗔𝗖𝗘: @maccosmetics NC44 Studio Fix Fluid Foundation & NC42 and NC50 Pro Longwear Concealers @maybelline Fit Me Loose Finishing Powder in Medium Deep @elfcosmetics Hydrating Camo Concealer in Medium Beige @juviasplace Festival Palette for Blush and Cleo Loose Highlighter 𝗟𝗜𝗣𝗦: @maccosmetics Mini Matte Lipstick in Teddy @wetnwildbeauty Black Liner ••• #graphicliner #graphiclinerlook #makeupartist #blackmakeupartist #sephorasquad #matteblack #blackmakeuptutorial #blackmakeuplooks #prettymakeup #fairywings #fairies #editorialblk #melaninmakeup #melaninmakeupdaily #undiscoveredmuas #makeupreels #elfcosmetics #essencemakeup #maybellinefitme #fauxlocs 1w']
In [228]:
insta_scrape['likes'].describe()
Out[228]:
count      830.000000
mean      5816.286747
std       9854.477459
min         11.000000
25%        522.000000
50%       1939.000000
75%       6742.000000
max      84388.000000
Name: likes, dtype: float64
In [229]:
insta_scrape['likes'].hist()
Out[229]:
<AxesSubplot:>
In [230]:
insta_scrape['hours'].describe()
Out[230]:
count    885.000000
mean      16.472316
std        5.980603
min        0.000000
25%       16.000000
50%       18.000000
75%       20.000000
max       24.000000
Name: hours, dtype: float64
In [3]:
insta_scrape['time_of_day'].describe()
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-3-26df5e3f1fad> in <module>
----> 1 insta_scrape['time_of_day'].describe()

NameError: name 'insta_scrape' is not defined
In [231]:
insta_scrape.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 885 entries, 0 to 884
Data columns (total 9 columns):
 #   Column       Non-Null Count  Dtype   
---  ------       --------------  -----   
 0   username     885 non-null    object  
 1   link         885 non-null    object  
 2   likes        830 non-null    float64 
 3   age          885 non-null    object  
 4   caption      885 non-null    object  
 5   time_posted  885 non-null    object  
 6   hashtags     885 non-null    object  
 7   hours        885 non-null    float64 
 8   time_of_day  766 non-null    category
dtypes: category(1), float64(2), object(6)
memory usage: 56.5+ KB
In [232]:
insta_scrape['hours'].hist()
Out[232]:
<AxesSubplot:>
In [ ]: